diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-11-01 12:27:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-01 12:27:00 -0400 |
| commit | 826e42a5b5880c974ae019a7a21aade6a718062c (patch) | |
| tree | a46502ecc3c73e4f7fc3a4517d83c7b2f3d0c0d3 /tests/testdata | |
| parent | 4774eab64d5176e997b6431f03f075782321b3d9 (diff) | |
fix: improved support for cjs and cts modules (#26558)
* cts support
* better cjs/cts type checking
* deno compile cjs/cts support
* More efficient detect cjs (going towards stabilization)
* Determination of whether .js, .ts, .jsx, or .tsx is cjs or esm is only
done after loading
* Support `import x = require(...);`
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/npm/deno_run_cowsay_no_permissions.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/npm/deno_run_cowsay_no_permissions.out b/tests/testdata/npm/deno_run_cowsay_no_permissions.out index 6434620e2..25b79d9a7 100644 --- a/tests/testdata/npm/deno_run_cowsay_no_permissions.out +++ b/tests/testdata/npm/deno_run_cowsay_no_permissions.out @@ -1,2 +1,2 @@ -error: Uncaught NotCapable: Requires read access to <CWD>, specify the required permissions during compilation using `deno compile --allow-read` +error: Uncaught (in promise) NotCapable: Requires read access to <CWD>, specify the required permissions during compilation using `deno compile --allow-read` [WILDCARD] |
