summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/conditional_exports/main.out
blob: 0f2a4479e1fe22711ace716994f1f72b27f6cfc9 (plain)
1
2
3
4
5
6
Download http://localhost:4545/npm/registry/@denotest/conditional-exports
Download http://localhost:4545/npm/registry/@denotest/conditional-exports/1.0.0.tgz
{ hello: "from esm" }
{ hello: "from esm client" }
{ hello: "from esm client foo" }
{ hello: "from esm client bar" }