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_host.ts
Age
Commit message (
Expand
)
Author
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk
2020-03-10
refactor: Cleanup options object parameters (#4296)
Nayeem Rahman
2020-03-10
reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)
Bartek Iwańczuk
2020-03-02
Fix JavaScript dependencies in bundles. (#4215)
Kitson Kelly
2020-02-25
Fix issues with JavaScript importing JavaScript. (#4120)
Kitson Kelly
2020-02-19
Enable TS strict mode by default (#3899)
Maximilien Mellen
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-12
Improvements to bundling. (#3965)
Kitson Kelly
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-22
refactor: snapshotting (#3753)
Bartek Iwańczuk
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
change copyrights from 2019 to 2020 (#3733)
Takashi Idobe
2020-01-12
Create an old program to be used in snapshot. (#3644)
Kitson Kelly
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly