summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
AgeCommit message (Expand)Author
2021-09-13chore: update deno_* crates (#12020)Kitson Kelly
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-09-08fix(cli): better handling of source maps (#11954)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-27feat(cli): Update to TypeScript 4.4 (#11678)Kitson Kelly
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-06refactor: make `ParsedModule` implement `Sync` (#11581)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-22fix(cli): info now displays type reference deps (#11478)Kitson Kelly
2021-07-14chore: upgrade to swc 0.46 (#11402)David Sherret
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-06-22fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)Kitson Kelly
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-19fix(core/modules): Prepare modules only once per runtime (#11015)Nayeem Rahman
2021-06-11refactor(ast): Change AST parsing error to return struct with message and loc...David Sherret
2021-06-01fix(cli): represent bare imports as module graph error slots (#10804)Nayeem Rahman
2021-05-31fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)Nayeem Rahman
2021-05-25feat(lsp): diagnostics for deno types and triple-slash refs (#10699)Kitson Kelly
2021-05-19fix(runtime): support source maps with Deno.emit() and bundle (#10510)Satya Rohith
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-10refactor(cli): replace loading file for --config flag with generic structure ...Bartek Iwańczuk
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...Nayeem Rahman
2021-04-11feat: set useDefineForClassFields to true (#10119)Nayeem Rahman
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-15Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)Ryan Dahl
2021-03-15fix(cli/module_graph): Set useDefineForClassFields to true (#9774)Nayeem Rahman
2021-03-08fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)Nayeem Rahman
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-16feat(cli): Deno.emit supports bundling as IIFE (#9291)Kitson Kelly
2021-02-05fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)Kitson Kelly
2021-01-28fix(cli): early abort before type checking on missing modules (#9285)Kitson Kelly
2021-01-27fix(cli): correctly determine emit state with redirects (#9287)Kitson Kelly
2021-01-18fix(cli): Check permissions for Deno.emit() (#9139)Nayeem Rahman
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-06refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)Bartek Iwańczuk
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