mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
934ed8e7d1
Fixes regex for matching conditional exports in a package. Updated to the same regex Node.js uses.
14 lines
798 B
Text
14 lines
798 B
Text
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
|
|
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
|
|
{ hello: "from esm" }
|
|
{ hello: "from foo" }
|
|
{ hello: "from esm client" }
|
|
{ hello: "from esm client foo" }
|
|
{ hello: "from esm client bar" }
|
|
true
|