summaryrefslogtreecommitdiff
path: root/cli/tests/compiler_api_test.ts
AgeCommit message (Expand)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-06-22fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)Kitson Kelly
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-05-19fix(runtime): support source maps with Deno.emit() and bundle (#10510)Satya Rohith
2021-05-04fix(cli): give context when failed to load import map (#10478)Satya Rohith
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...Nayeem Rahman
2021-02-16feat(cli): Deno.emit supports bundling as IIFE (#9291)Kitson Kelly
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-02-01fix(cli): fix handling of non-normalized specifier (#9357)Yoshiya Hinosawa
2021-01-29fix(cli): fix panic in Deno.emit (#9302)Yoshiya Hinosawa
2021-01-26chore: update crates (#9251)Luca Casonato
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
2020-11-10fix(cli): allow setting of importsNotUsedAsValues in Deno.compile() (#8306)Kitson Kelly
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-26refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)Bartek Iwańczuk
2020-09-09fix(tsc): config resolution using relative paths (#7392)Bartek Iwańczuk
2020-07-28fix: downcast from SwcDiagnosticBuffer to OpError (#6909)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-18Deno.bundle supports targets < ES2017 (#6346)Ryan Dahl
2020-06-17Revert "Deno.bundle supports targets < ES2017. (#6328)" (#6342)Bartek Iwańczuk
2020-06-17Deno.bundle supports targets < ES2017. (#6328)Kitson Kelly
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-11move compiler API tests to integration tests (#4319)Bartek Iwańczuk