summaryrefslogtreecommitdiff
path: root/cli/tests/integration/compile_tests.rs
AgeCommit message (Expand)Author
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
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-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-19feat(compile): remove need for `--unstable` with npm specifiers (#19185)David Sherret
2023-05-16docs: fix typos (#19118)Lenni
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
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
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-29fix(compile): panic when running with a populated dep analysis cache (#15672)David Sherret
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-01chore: fix main (#14175)David Sherret
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-31fix(compile): follow redirects when resolving (#14161)Divy Srivastava
2022-03-28chore: fix compile_windows_ext test (#14142)David Sherret
2022-03-24tests(cli): ignore previously unignored test (#14104)Kitson Kelly
2022-03-22fix(tests): do not use global env vars in install tests (#14078)David Sherret
2022-03-18fix(cli): improve `deno compile` error messages (#13944)TrickyPi
2022-02-24fix(compile): Support import maps (#13756)Divy Srivastava
2022-02-15feat(cli): Replace bundling with eszip in deno compile (#13563)William Tetlow
2022-01-12feat(cli): add ignore directives to bundled code (#13309)juju
2022-01-10cli(compile): fix output flag behaviour on compile command (#13299)Rabin Gaire
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-23fix(cli/compile): skip bundling for pre-bundled code (#12687)Zheyu Zhang
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret