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-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