Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Added cache invalidation when the playground have a new build. #316

Closed Kuinox closed 10 months ago

Kuinox commented 10 months ago

Added a js dep at build time, this is an esbuild plugin that inject the date at build time in a class. We could easily write this ourselves, but I have 0 motivation to understand more yet another JS pipeline.