summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle
AgeCommit message (Collapse)Author
2023-01-03fix(cli): bundle command support shebang file (#17113)Fenix
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
This commit changes default mode of type-checking to "local" and adds "--check" flag to following subcommands: - deno bench - deno bundle - deno cache - deno compile - deno eval - deno install - deno test
2021-10-13chore: test for bundling export specifier with alias (#12421)David Sherret
2021-09-02chore: upgrade crates (#11894)Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-11chore: move test files to testdata directory (#11601)David Sherret