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
/
js
/
compiler.ts
Age
Commit message (
Expand
)
Author
2020-02-27
feat: Support types compiler option in compiler APIs (#4155)
Kitson Kelly
2020-02-19
fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)
Kitson Kelly
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-07
Improve support for diagnostics from runtime compiler APIs (#3911)
Kitson Kelly
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-22
Reland "Create an old program to be used in snapshot." (#3747)
Bartek Iwańczuk
2020-01-21
Revert "Create an old program to be used in snapshot. (#3644)"
Ry Dahl
2020-01-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-20
Use globalThis to reference global scope (#3719)
Kitson Kelly
2020-01-17
Fix compile and bundle api types (#3703)
Klaus Hvam
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-25
better error message for missing module (#3402)
Bartek Iwańczuk
2019-11-20
feat: Support named exports on bundles. (#3352)
Kitson Kelly
2019-11-14
Turn on TS strict mode for deno_typescript (#3330)
Ry Dahl
2019-11-14
Loader: support .wasm imports (#3328)
Kevin (Kun) "Kassimo" Qian
2019-11-13
Update to TypeScript 3.7 (#3275)
Kitson Kelly
2019-11-13
Make bundles fully standalone (#3325)
Kitson Kelly
2019-10-27
feat: top-level-for-await (#3212)
Andy Hayden
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl