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-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-07-05
chore: improve type safety of cli/js/compiler (#6647)
Kitson Kelly
2020-06-25
Restore stats for incremental compile (#6474)
Kitson Kelly
2020-06-24
Incremental compilation for TypeScript (#6428)
Bartek Iwańczuk
2020-06-24
Add ability to output compiler performance information (#6434)
Kitson Kelly
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
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-10
fix: several regressions in TS compiler (#6177)
Bartek Iwańczuk
2020-05-22
fix: redirects handling in module analysis (#5726)
Bartek Iwańczuk
2020-05-20
refactor: reorganize TS compiler (#5603)
Bartek Iwańczuk
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-07
BREAKING: Remove support for .wasm imports (#5135)
Bartek Iwańczuk
2020-05-06
refactor(ts): make processImports logic more verbose (#5089)
Bartek Iwańczuk
2020-05-06
refactor: merge TS compiler into single file (#5091)
Bartek Iwańczuk
2020-05-05
refactor(ts): remove op_cache (#5071)
Bartek Iwańczuk
2020-05-04
Make it so ts compiler doesn't call cwd op (#5070)
Ryan Dahl
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-25
remove bootstrap methods from global scope after bootstrapping (#4869)
Bartek Iwańczuk
2020-04-16
feat: support Deno namespace in Worker API (#4784)
Bartek Iwańczuk
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-15
Remove Object.prototype.__proto__ (#4341)
Kitson Kelly
2020-03-13
Remove doc strings from cli/js TS files (#4329)
crowlKats
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk
2020-03-05
move Web APIs to cli/js/web/
Bartek Iwańczuk
2020-03-05
refactor: cleanup compiler runtimes (#4230)
Bartek Iwańczuk
2020-03-02
Fix JavaScript dependencies in bundles. (#4215)
Kitson Kelly
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
[next]