2 files changed
+2
-1
lines changed- Cargo.lock+22-34
- Cargo.toml+2-2
- cli/args/flags.rs+67
- cli/args/mod.rs+16-3
- cli/factory.rs+1
- cli/lib/standalone/binary.rs+1
- cli/lib/worker.rs+12
- cli/lsp/config.rs+1
- cli/lsp/documents.rs+23-2
- cli/lsp/testing/execution.rs+2
- cli/rt/run.rs+7
- cli/schemas/config-file.v1.json+1
- cli/standalone/binary.rs+8
- cli/tools/bench/mod.rs+11
- cli/tools/bundle/esbuild.rs+7-3
- cli/tools/bundle/mod.rs+26-4
- cli/tools/compile.rs+4
- cli/tools/deploy.rs+1
- cli/tools/jupyter/mod.rs+2
- cli/tools/lint/plugins.rs+2
- cli/tools/repl/mod.rs+2
- cli/tools/run/mod.rs+15-1
- cli/tools/serve.rs+2
- cli/tools/test/mod.rs+13
- cli/tsc/go/tsgo_version.rs+7-7
- cli/worker.rs+6
- ext/node/lib.rs+1
- ext/node/ops/sqlite/database.rs+470-5
- ext/node/ops/sqlite/mod.rs-4
- ext/node/ops/sqlite/statement.rs+6
- ext/node/ops/util.rs+39
- ext/node/polyfills/internal/crypto/cipher.ts+4-1
- ext/node/polyfills/internal_binding/util.ts+2-37
- libs/resolver/cjs/mod.rs+10
- libs/resolver/factory.rs+3
- tests/integration/lsp_tests.rs+71
- tests/node_compat/config.toml+1
- tests/registry/jsr/@denotest/checks-for-main/1.0.0/mod.ts+5
- tests/registry/jsr/@denotest/checks-for-main/1.0.0_meta.json+5
- tests/registry/jsr/@denotest/checks-for-main/meta.json+5
- tests/specs/bundle/bun_specifier_external/__test__.jsonc+9
- tests/specs/bundle/bun_specifier_external/main.ts+2
- tests/specs/bundle/import_meta_main/__test__.jsonc+12
- tests/specs/bundle/require_node_builtin_already_createrequire/__test__.jsonc+13
- tests/specs/bundle/require_node_builtin_already_createrequire/main.cjs+5
- tests/specs/run/require_modules_multiple/__test__.jsonc+5
- tests/specs/run/require_modules_multiple/main_multiple.ts+10
- tests/specs/run/require_modules_multiple/multiple.out+12
- tests/specs/run/require_modules_multiple/require_first.js+9
- tests/specs/run/require_modules_multiple/require_second.js+9
- tests/unit_node/crypto/crypto_cipher_test.ts+23
- tests/unit_node/sqlite_test.ts+12
- tests/wpt/runner/expectation.json+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
0 commit comments