summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/subdir
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-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
Previously `jsxImportSource` was resolved relative to the config file during graph building, and relative to the emitted module during runtime. This is now fixed so that the JSX import source is resolved relative to the module both during graph building and at runtime.
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2021-12-24fix(cli): include JSON modules in bundle (#13188)Kitson Kelly
Fixes #13150
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
Closes #11970
2021-08-11chore: move test files to testdata directory (#11601)David Sherret