summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-05-10 23:55:48 +0200
committerGitHub <noreply@github.com>2023-05-10 23:55:48 +0200
commite72485fb1776d2ffebd90ff716374edfba42d603 (patch)
treea5176ee6ee23c0fcbdab1290cff02e68003c0f01 /cli/tests/testdata/npm/registry/@denotest
parentec67e96a124398a2eb12ed8721076ad0147be113 (diff)
fix(node): conditional exports edge case (#19082)
Fixes https://github.com/denoland/deno/issues/18743
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/conditional-exports/1.0.0/esm/client/m.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/conditional-exports/1.0.0/esm/client/m.js b/cli/tests/testdata/npm/registry/@denotest/conditional-exports/1.0.0/esm/client/m.js
new file mode 100644
index 000000000..40e769031
--- /dev/null
+++ b/cli/tests/testdata/npm/registry/@denotest/conditional-exports/1.0.0/esm/client/m.js
@@ -0,0 +1,3 @@
+export default {
+ hello: "from esm client m",
+} \ No newline at end of file