mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
e66d3c2c2e
https://github.com/denoland/deno/pull/20488 enables us to remove this functionality. This is better because our test suite is now not testing a separate code path.
19 lines
897 B
Text
19 lines
897 B
Text
[UNORDERED_START]
|
|
Download http://localhost:4545/npm/registry/@denotest/conditional-exports
|
|
Download http://localhost:4545/npm/registry/supports-esm
|
|
Download http://localhost:4545/npm/registry/has-package-exports
|
|
Download http://localhost:4545/npm/registry/@ljharb/has-package-exports-patterns
|
|
[UNORDERED_END]
|
|
[UNORDERED_START]
|
|
Download http://localhost:4545/npm/registry/@denotest/conditional-exports/1.0.0.tgz
|
|
Download http://localhost:4545/npm/registry/@ljharb/has-package-exports-patterns/has-package-exports-patterns-0.0.2.tgz
|
|
Download http://localhost:4545/npm/registry/has-package-exports/has-package-exports-1.3.0.tgz
|
|
Download http://localhost:4545/npm/registry/supports-esm/supports-esm-1.0.0.tgz
|
|
[UNORDERED_END]
|
|
{ hello: "from esm" }
|
|
{ hello: "from foo" }
|
|
{ hello: "from esm client" }
|
|
{ hello: "from esm client foo" }
|
|
{ hello: "from esm client bar" }
|
|
{ hello: "from esm client m" }
|
|
true
|