-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno.compile caching/cache-busting not behaving as expected #4743
Comments
Most likely caused by caching in |
Closed
This is still present in 1.5.2... it is due to the FileFetch in memory cache not reloading the source, like a few other issues. |
kitsonk
added a commit
that referenced
this issue
Nov 16, 2020
Fixes #4743 Closes #5253 Fixes #5631 Fixes #6116 Co-authored-by: Bartek Iwańczuk <[email protected]> Co-authored-by: Luca Casonato <[email protected]>
jannes
pushed a commit
to jannes/deno
that referenced
this issue
Dec 1, 2020
Fixes denoland#4743 Closes denoland#5253 Fixes denoland#5631 Fixes denoland#6116 Co-authored-by: Bartek Iwańczuk <[email protected]> Co-authored-by: Luca Casonato <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test.ts
main.ts
deno main.ts output
The
Deno.compile()
always takes 300ms+ and the output does not change even iftest.ts
is changed while the script is running. Curiously, mtime oftest{.ts.js,.ts.js.map,.meta}
in the cache directory are changing.Expected:
Actual:
deno 0.40.0
The text was updated successfully, but these errors were encountered: