diff options
| author | Kiryl Dziamura <2wontem@gmail.com> | 2023-01-14 00:57:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 00:57:24 +0100 |
| commit | 934ed8e7d1709927e2ab0f7e0716b320b3e575b1 (patch) | |
| tree | 1c45039b5aa6f94b550575e297970a7c91a1096b /cli/tests/testdata/npm/conditional_exports/main.out | |
| parent | b23b4e231c5c6a4f500e69fd3e19955865b62141 (diff) | |
fix(npm): use original node regex in npm resolution (#17404)
Fixes regex for matching conditional exports in a package.
Updated to the same regex Node.js uses.
Diffstat (limited to 'cli/tests/testdata/npm/conditional_exports/main.out')
| -rw-r--r-- | cli/tests/testdata/npm/conditional_exports/main.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/conditional_exports/main.out b/cli/tests/testdata/npm/conditional_exports/main.out index a24f456e3..b374d9f6c 100644 --- a/cli/tests/testdata/npm/conditional_exports/main.out +++ b/cli/tests/testdata/npm/conditional_exports/main.out @@ -7,6 +7,7 @@ Download http://localhost:4545/npm/registry/@ljharb/has-package-exports-patterns 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" } |
