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