diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/run_tests.rs | 6 | ||||
-rw-r--r-- | tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json | 1 | ||||
-rw-r--r-- | tests/testdata/publish/unanalyzable_dynamic_import.out | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index f737c0a81..ff983ed4c 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -1054,7 +1054,7 @@ fn lock_deno_json_package_json_deps() { }, "jsr": { "@denotest/module_graph@1.4.0": { - "integrity": "555bbe259f55a4a2e7a39e8bf4bcbf25da4c874a313c3e98771eddceedac050b" + "integrity": "32de0973c5fa55772326fcd504a757f386d2b010db3e13e78f3bcf851e69473d" } }, "npm": { @@ -1106,7 +1106,7 @@ fn lock_deno_json_package_json_deps() { }, "jsr": { "@denotest/module_graph@1.4.0": { - "integrity": "555bbe259f55a4a2e7a39e8bf4bcbf25da4c874a313c3e98771eddceedac050b" + "integrity": "32de0973c5fa55772326fcd504a757f386d2b010db3e13e78f3bcf851e69473d" } }, "npm": { @@ -1146,7 +1146,7 @@ fn lock_deno_json_package_json_deps() { }, "jsr": { "@denotest/module_graph@1.4.0": { - "integrity": "555bbe259f55a4a2e7a39e8bf4bcbf25da4c874a313c3e98771eddceedac050b" + "integrity": "32de0973c5fa55772326fcd504a757f386d2b010db3e13e78f3bcf851e69473d" } } }, diff --git a/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json b/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json index ff105b58a..6cd99b42b 100644 --- a/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json +++ b/tests/testdata/jsr/registry/@denotest/module_graph/1.4.0_meta.json @@ -8,7 +8,6 @@ "dependencies": [{ "kind": "import", "type": "static", - "range": [[0, 0], [0, 35]], "specifier": "./other.ts", "specifierRange": [[0, 22], [0, 34]] }] diff --git a/tests/testdata/publish/unanalyzable_dynamic_import.out b/tests/testdata/publish/unanalyzable_dynamic_import.out index a68b29932..da6a6f902 100644 --- a/tests/testdata/publish/unanalyzable_dynamic_import.out +++ b/tests/testdata/publish/unanalyzable_dynamic_import.out @@ -2,10 +2,10 @@ Check file://[WILDCARD]/mod.ts Checking for slow types in the public API... Check file://[WILDCARD]/mod.ts warning[unanalyzable-dynamic-import]: unable to analyze dynamic import - --> [WILDCARD]mod.ts:2:7 + --> [WILDCARD]mod.ts:2:14 | 2 | await import("asd " + asd); - | ^^^^^^^^^^^^^^^^^^^^ the unanalyzable dynamic import + | ^^^^^^^^^^^^ the unanalyzable dynamic import info: after publishing this package, imports from the local import map do not work info: dynamic imports that can not be analyzed at publish time will not be rewritten automatically |