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
/
module_graph2.rs
Age
Commit message (
Expand
)
Author
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
fix(cli): inject helpers when transpiling via swc (#8221)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-29
fix(cli): make hashes of tsconfig deterministic (#8167)
Kitson Kelly
2020-10-28
fix(cli): module graph handles redirects properly (#8159)
Kitson Kelly
2020-10-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-26
fix(cli): properly handle roots with extensions that don't match media type (...
Kitson Kelly
2020-10-25
refactor(run): use new module graph for run --watch (#8085)
Bartek Iwańczuk
2020-10-23
refactor: use of lock file in ModuleGraph2 (#8087)
Bartek Iwańczuk
2020-10-23
refactor(cli): move bundle check to new infrastructure (#8071)
Kitson Kelly
2020-10-23
BREAKING(cli/tsc): Enable isolatedModules by default (#8050)
Nayeem Rahman
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
feat(cli): add support for bundle --no-check (#8023)
Kitson Kelly
2020-10-19
feat(cli/installer): Add missing flags for deno install (#7601)
Nayeem Rahman
2020-10-16
fix(cli): ModuleGraph2 properly handles redirects (#7981)
Kitson Kelly
2020-10-14
refactor(cli): add tsc2 (#7942)
Kitson Kelly
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-13
reafactor(cli): use Emit enum and rename ts_build_info (#7952)
Kitson Kelly
2020-10-12
refactor(cli): move info subcommand over to new module graph (#7892)
Kitson Kelly
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-10-07
refactor(cli): cleanups to new module graph (#7846)
Kitson Kelly