summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
AgeCommit message (Expand)Author
2021-01-02upgrade: Rust 1.49.0 (#8955)Bartek Iwańczuk
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
2020-12-30fix(cli): info does not panic on missing modules (#8924)Kitson Kelly
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-15fix(cli): make dynamic import errors catchable (#8750)Kitson Kelly
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-11-27fix(cli): make output of deno info --json deterministic (#8483)William Perron
2020-11-25add canary versioning (#8480)crowlKats
2020-11-23tests(cli): add test for improper unicode encoding (#8162)Kitson Kelly
2020-11-21upgrade: deno_doc, deno_lint, dprint, swc (#8443)Bartek Iwańczuk
2020-11-10tests(cli): check ignores dynamic import errors (#8323)Kitson Kelly
2020-11-10fix(cli): allow root modules be .mjs/.cjs (#8310)Kitson Kelly
2020-11-10fix(cli): allow declaration emits for Deno.compile() (#8303)Kitson Kelly
2020-11-09fix(cli): do not write tsbuildinfo when diagnostics are emitted (#8311)Kitson Kelly
2020-11-08upgrade: deno_doc, deno_lint, dprint, swc (#8292)Bartek Iwańczuk
2020-11-08fix(cli): ensure that transitory dependencies are emitted (#8275)Kitson Kelly
2020-11-07fix(cli): allow remapping to locals for import map (#8262)Kitson Kelly
2020-11-07fix(cli): properly handle type checking root modules with type defini… (#8263)Kitson Kelly
2020-11-06fix(cli): correct libs sent to tsc for unstable worker (#8260)Kitson Kelly
2020-11-03refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)Kitson Kelly
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
2020-10-13refactor(cli): rename GlobalState to ProgramState (#7914)Bartek Iwańczuk
2020-10-12chore(cli): remove dead code (#7941)Kitson Kelly
2020-10-07refactor(cli): remove TextDocument (#7850)Kitson Kelly
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-15cli/msg.rs -> cli/media_type.rsRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-14refactor: use ParsedModule and improve MediaTypes enum (#7456)Kitson Kelly
2020-09-12Revert "feat(unstable): Support data: urls (#5157)" (#7432)Bartek Iwańczuk
2020-09-11feat(unstable): Support data: urls (#5157)Valentin Anger
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-26Remove some more unnecessary 'to_string()' calls (#7190)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-19refactor: move cli/doc/ to separate crate (#7103)Bartek Iwańczuk
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-08-03fix(cli): add support for non-UTF8 source files (#6789)Maayan Hanin
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-24Incremental compilation for TypeScript (#6428)Bartek Iwańczuk
2020-06-19refactor(compiler): split code paths for compile and bundle (#6304)Bartek Iwańczuk
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-10fix: several regressions in TS compiler (#6177)Bartek Iwańczuk
2020-05-29refactor: TS compiler and module graph (#5817)Bartek Iwańczuk
2020-05-26fix: parsing of JSX and TSX in SWC (#5870)Bartek Iwańczuk
2020-05-23fix: TSX analysis in module graph loader (#5785)Bartek Iwańczuk
2020-05-22fix: SWC lexer settings and silent errors (#5752)Bartek Iwańczuk
2020-05-22fix: redirects handling in module analysis (#5726)Bartek Iwańczuk
2020-05-21fix: disallow http imports for modules loaded over https (#5680)Bartek Iwańczuk