index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
compile_tests.rs
Age
Commit message (
Expand
)
Author
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-08-29
fix(compile): panic when running with a populated dep analysis cache (#15672)
David Sherret
2022-05-17
feat: subcommands type-check only local files by default (#14623)
Bartek Iwańczuk
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-01
chore: fix main (#14175)
David Sherret
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-31
fix(compile): follow redirects when resolving (#14161)
Divy Srivastava
2022-03-28
chore: fix compile_windows_ext test (#14142)
David Sherret
2022-03-24
tests(cli): ignore previously unignored test (#14104)
Kitson Kelly
2022-03-22
fix(tests): do not use global env vars in install tests (#14078)
David Sherret
2022-03-18
fix(cli): improve `deno compile` error messages (#13944)
TrickyPi
2022-02-24
fix(compile): Support import maps (#13756)
Divy Srivastava
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-01-12
feat(cli): add ignore directives to bundled code (#13309)
juju
2022-01-10
cli(compile): fix output flag behaviour on compile command (#13299)
Rabin Gaire
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-23
fix(cli/compile): skip bundling for pre-bundled code (#12687)
Zheyu Zhang
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret