diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-31 22:15:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 03:15:22 +0000 |
| commit | 4b7c6049ef9d40394eb823859c82cbf8d293430d (patch) | |
| tree | 61e6de7c69c9d00faeef0ff7e6c223224a53de9e /cli/tests/testdata/npm/cjs_require_esm_error/main.out | |
| parent | 830d096b66696ad9f4e67b3ed8460fb1ff7a9170 (diff) | |
refactor: load bytes in deno_graph (#22212)
Upgrades deno_graph to 0.64 where deno_graph is now responsible for
turning bytes into a string. This is in preparation for Wasm modules.
Diffstat (limited to 'cli/tests/testdata/npm/cjs_require_esm_error/main.out')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_require_esm_error/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/cjs_require_esm_error/main.out b/cli/tests/testdata/npm/cjs_require_esm_error/main.out index f24675de9..b6ade6904 100644 --- a/cli/tests/testdata/npm/cjs_require_esm_error/main.out +++ b/cli/tests/testdata/npm/cjs_require_esm_error/main.out @@ -1,2 +1,2 @@ -error: Uncaught (in promise) Error: require() of ES Module [WILDCARD]my_esm_module.js from [WILDCARD]index.js not supported. Instead change the require to a dynamic import() which is available in all CommonJS modules. +error: Uncaught (in promise) Error: require() of ES Module [WILDCARD]my_es_module.js from [WILDCARD]index.js not supported. Instead change the require to a dynamic import() which is available in all CommonJS modules. [WILDCARD] |
