summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compiler_api_test.ts
AgeCommit message (Collapse)Author
2021-10-27fix(cli): no-check respects inlineSources compiler option (#12559)Kitson Kelly
Fixes #12064
2021-10-14fix(cli): re-enable allowSyntheticDefaultImports for tsc (#12435)Kitson Kelly
Fixes #12434
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-08-11chore: move test files to testdata directory (#11601)David Sherret