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_graph.rs
Age
Commit message (
Expand
)
Author
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-15
Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)
Ryan Dahl
2021-03-15
fix(cli/module_graph): Set useDefineForClassFields to true (#9774)
Nayeem Rahman
2021-03-08
fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)
Nayeem Rahman
2021-03-01
feat(cli): represent type dependencies in info (#9630)
Kitson Kelly
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-16
feat(cli): Deno.emit supports bundling as IIFE (#9291)
Kitson Kelly
2021-02-05
fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)
Kitson Kelly
2021-01-28
fix(cli): early abort before type checking on missing modules (#9285)
Kitson Kelly
2021-01-27
fix(cli): correctly determine emit state with redirects (#9287)
Kitson Kelly
2021-01-18
fix(cli): Check permissions for Deno.emit() (#9139)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-06
refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)
Bartek Iwańczuk
2021-01-02
upgrade: Rust 1.49.0 (#8955)
Bartek Iwańczuk
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-30
fix(cli): info does not panic on missing modules (#8924)
Kitson Kelly
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-15
fix(cli): make dynamic import errors catchable (#8750)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-27
fix(cli): make output of deno info --json deterministic (#8483)
William Perron
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-23
tests(cli): add test for improper unicode encoding (#8162)
Kitson Kelly
2020-11-21
upgrade: deno_doc, deno_lint, dprint, swc (#8443)
Bartek Iwańczuk
2020-11-10
tests(cli): check ignores dynamic import errors (#8323)
Kitson Kelly
2020-11-10
fix(cli): allow root modules be .mjs/.cjs (#8310)
Kitson Kelly
2020-11-10
fix(cli): allow declaration emits for Deno.compile() (#8303)
Kitson Kelly
2020-11-09
fix(cli): do not write tsbuildinfo when diagnostics are emitted (#8311)
Kitson Kelly
2020-11-08
upgrade: deno_doc, deno_lint, dprint, swc (#8292)
Bartek Iwańczuk
2020-11-08
fix(cli): ensure that transitory dependencies are emitted (#8275)
Kitson Kelly
2020-11-07
fix(cli): allow remapping to locals for import map (#8262)
Kitson Kelly
2020-11-07
fix(cli): properly handle type checking root modules with type defini… (#8263)
Kitson Kelly
2020-11-06
fix(cli): correct libs sent to tsc for unstable worker (#8260)
Kitson Kelly
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
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-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek Iwańczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-09-07
feat(info): Dependency count and sizes (#6786)
KrisChambers
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-26
Remove some more unnecessary 'to_string()' calls (#7190)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
[next]