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_api.ts
Age
Commit message (
Expand
)
Author
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-07-06
clean up code in cli/js (#6611)
Stanislav
2020-05-06
refactor: merge TS compiler into single file (#5091)
Bartek Iwańczuk
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-08
reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)
Bartek Iwańczuk
2020-02-27
feat: Support types compiler option in compiler APIs (#4155)
Kitson Kelly
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-07
Improve support for diagnostics from runtime compiler APIs (#3911)
Kitson Kelly
2020-01-21
change copyrights from 2019 to 2020 (#3733)
Takashi Idobe
2020-01-17
Fix compile and bundle api types (#3703)
Klaus Hvam
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly