Skip to content

Commit e0bff63

Browse files
authored
chore: update deno_ast (#570)
1 parent 0bcf4fb commit e0bff63

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

Cargo.lock

+12-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ harness = false
4444
async-trait = "0.1.68"
4545
capacity_builder = "0.5.0"
4646
data-url = "0.3.0"
47-
deno_ast = { version = "0.44.0", features = ["dep_analysis", "emit"] }
47+
deno_ast = { version = "0.45.0", features = ["dep_analysis", "emit"] }
4848
deno_media_type = { version = "0.2.4", features = ["decoding", "data_url", "module_specifier"] }
4949
deno_unsync.workspace = true
5050
deno_path_util = "0.3.0"

tests/specs/ecosystem/mrii/rocket_io/0_1_3.test

+10-11
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,13 @@ mrii/rocket-io/0.1.3
7373

7474
-- stderr --
7575
error: Error: [ERR_PACKAGE_PATH_NOT_EXPORTED] Package subpath './build/esm/socket' is not defined for types by "exports" in '<global_npm_dir>/socket.io-client/4.7.5/package.json' imported from 'file://<tmpdir>/src/types/socket-reserved-events.ts'
76-
at Object.resolveModuleNameLiterals (ext:deno_tsc/97_ts_host.js:617:26)
77-
at resolveModuleNamesWorker (ext:deno_tsc/00_typescript.js:126292:20)
78-
at resolveNamesReusingOldState (ext:deno_tsc/00_typescript.js:126434:14)
79-
at resolveModuleNamesReusingOldState (ext:deno_tsc/00_typescript.js:126390:12)
80-
at processImportedModules (ext:deno_tsc/00_typescript.js:127877:118)
81-
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:127652:7)
82-
at findSourceFile (ext:deno_tsc/00_typescript.js:127503:20)
83-
at processImportedModules (ext:deno_tsc/00_typescript.js:127903:11)
84-
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:127652:7)
85-
at findSourceFile (ext:deno_tsc/00_typescript.js:127503:20)
86-
76+
at Object.resolveModuleNameLiterals (ext:deno_cli_tsc/97_ts_host.js:629:26)
77+
at ext:deno_cli_tsc/97_ts_host.js:758:49
78+
at spanned (ext:deno_cli_tsc/97_ts_host.js:16:12)
79+
at Object.host.<computed> [as resolveModuleNameLiterals] (ext:deno_cli_tsc/97_ts_host.js:758:14)
80+
at resolveModuleNamesWorker (ext:deno_cli_tsc/00_typescript.js:126323:20)
81+
at resolveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126465:14)
82+
at resolveModuleNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126421:12)
83+
at processImportedModules (ext:deno_cli_tsc/00_typescript.js:127908:118)
84+
at findSourceFileWorker (ext:deno_cli_tsc/00_typescript.js:127683:7)
85+
at findSourceFile (ext:deno_cli_tsc/00_typescript.js:127534:20)

0 commit comments

Comments
 (0)