diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-21 11:35:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-21 11:35:51 -0700 |
| commit | 9abc722cc3a998b4f73103c4394b53cccdb5c83b (patch) | |
| tree | 228a9eb9665439e52b9588830a80dd6c8ef1499e /tests/specs/node/detect_es_module_defined_as_cjs/main.out | |
| parent | a90a6f3b291d2a30750c2578fc3763246a182dea (diff) | |
feat(node): load ES modules defined as CJS (#22945)
Changes the behaviour in Deno to just always load ES modules in npm
packages even if they're defined as CJS.
Closes #22818
Diffstat (limited to 'tests/specs/node/detect_es_module_defined_as_cjs/main.out')
| -rw-r--r-- | tests/specs/node/detect_es_module_defined_as_cjs/main.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/node/detect_es_module_defined_as_cjs/main.out b/tests/specs/node/detect_es_module_defined_as_cjs/main.out new file mode 100644 index 000000000..00750edc0 --- /dev/null +++ b/tests/specs/node/detect_es_module_defined_as_cjs/main.out @@ -0,0 +1 @@ +3 |
