1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/compile
Nathan Whitaker 795ed23b35
fix(future): Emit deno install warning less often, suggest deno install in error message (#24706)
Two small changes:

- In our BYONM errors, suggest running `deno install` instead of `npm
install` if `DENO_FUTURE` is set
- Only emit warning about `deno install` changes if you do `deno install
<foo>` with deno_future unset
2024-07-24 23:37:13 +00:00
..
env_vars_support feat(compile): support --env (#24166) 2024-07-09 21:33:41 +00:00
jsr_with_deps fix(compile): certain jsr specifiers sometimes can't load (#23567) 2024-04-27 21:11:57 +00:00
npmrc_auto_install feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
npmrc_byonm fix(future): Emit deno install warning less often, suggest deno install in error message (#24706) 2024-07-24 23:37:13 +00:00
relative_permissions fix(compile): relative permissions should be retained as relative (#23719) 2024-05-06 19:21:58 -04:00
repetitive_unstable_flag fix(compile): prevent setting unstable feature twice (#24381) 2024-07-02 23:15:10 +00:00