summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile
AgeCommit message (Expand)Author
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-03-19feat(compile): Add support for web workers in standalone mode (#17657)Andreu Botella
2023-03-19feat(compile): Enable multiple roots for a standalone module graph (#17663)Andreu Botella
2023-03-05test(compile): Add a test for dynamic imports in `deno compile` (#18017)Andreu Botella
2022-12-08fix(compile): ensure import map is used when specified in deno config file (#...David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk