3 files changed
+8
-8
lines changed- Cargo.lock+14-14
- Cargo.toml+5-5
- cli/args/flags.rs+2-2
- cli/factory.rs+4
- cli/lsp/compiler_options.rs+2
- cli/lsp/diagnostics.rs+16
- cli/lsp/resolver.rs+1
- cli/module_loader.rs+35-2
- cli/rt/run.rs+3-2
- cli/tools/jupyter/mod.rs+4-7
- cli/tools/repl/channel.rs+4-5
- cli/tools/repl/session.rs+18-19
- cli/tools/run/hmr.rs+5-10
- cli/type_checker.rs+9
- ext/node/ops/inspector.rs+2-5
- libs/npm_installer/factory.rs+8
- libs/npm_installer/graph.rs+15-8
- libs/npm_installer/initializer.rs+23-7
- libs/npm_installer/lib.rs+9-4
- libs/npm_installer/resolution.rs+42-3
- libs/resolver/deno_json.rs+19
- libs/resolver/graph.rs+13-13
- libs/resolver/npm/managed/resolution.rs+20
- libs/resolver/workspace.rs-20
- runtime/coverage.rs+1-4
- runtime/fmt_errors.rs+1-1
- runtime/inspector_server.rs+2-5
- runtime/worker.rs+4-6
- tests/integration/lsp_tests.rs+27
- tests/integration/run_tests.rs+1-1
- tests/specs/check/skip_lib_check_graph_errors/__test__.jsonc+4
- tests/specs/check/skip_lib_check_graph_errors/deno.json+5
- tests/specs/check/skip_lib_check_graph_errors/types.d.ts+2
- tests/specs/lockfile/config_remove_npm_deps/__test__.jsonc+28
- tests/specs/lockfile/config_remove_npm_deps/deno.json+6
- tests/specs/lockfile/config_remove_npm_deps/lock_after_first_remove.out+17
- tests/specs/lockfile/config_remove_npm_deps/lock_final.out+3
- tests/specs/lockfile/config_remove_npm_deps/lock_initial.out+23
- tests/specs/lockfile/config_remove_npm_deps/main.ts
- tests/specs/lockfile/config_remove_npm_deps/output_lockfile.ts+2
- tests/specs/lockfile/config_remove_npm_deps/remove_dep.ts+8
- tests/specs/lockfile/run_overlapping_npm_constraints/__test__.jsonc+23
- tests/specs/lockfile/run_overlapping_npm_constraints/analyzable_dynamic.out+6
- tests/specs/lockfile/run_overlapping_npm_constraints/analyzable_dynamic.ts+8
- tests/specs/lockfile/run_overlapping_npm_constraints/analyzable_dynamic_lock.out+13
- tests/specs/lockfile/run_overlapping_npm_constraints/deno.json+2
- tests/specs/lockfile/run_overlapping_npm_constraints/non_analyzable_dynamic.out+5
- tests/specs/lockfile/run_overlapping_npm_constraints/non_analyzable_dynamic.ts+13
- tests/specs/lockfile/run_overlapping_npm_constraints/non_analyzable_dynamic_lock.out+17
- tests/specs/lockfile/run_overlapping_npm_constraints/output_lockfile.ts+1
- tests/specs/node/cjs_analysis_multiple_errors/main.out+1
- tests/specs/npm/json_import/missing.out+1
- tests/specs/npm/typescript_file_in_package/main.out+1
- tests/specs/run/bytes_and_text_imports/npm_dep_import_local_file/error.out+1
- tests/specs/run/npm_json_without_attribute_error/__test__.jsonc+6
- tests/specs/run/npm_json_without_attribute_error/deno.json+3
- tests/specs/run/npm_json_without_attribute_error/main.out+2
- tests/specs/run/npm_json_without_attribute_error/main.ts+1
- tests/specs/run/npm_json_without_attribute_error/node_modules/foo/bar.json
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments