diff options
author | 2022-10-16 17:02:35 -0700 | |
---|---|---|
committer | 2022-10-16 17:02:35 -0700 | |
commit | ab3b072249c85e092d5e206003a30b895ccbbc0f (patch) | |
tree | 6e55fe44445e319de0a84fada924f087f8985710 /test/snapshots/package-json-exports/index.js | |
parent | 690e79445dc9cb2b6bcf802768ee99350134165f (diff) | |
download | bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.gz bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.zst bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.zip |
snapshots
Diffstat (limited to 'test/snapshots/package-json-exports/index.js')
-rw-r--r-- | test/snapshots/package-json-exports/index.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/snapshots/package-json-exports/index.js b/test/snapshots/package-json-exports/index.js index 7d9ad8b60..8ed8f1376 100644 --- a/test/snapshots/package-json-exports/index.js +++ b/test/snapshots/package-json-exports/index.js @@ -1,14 +1,14 @@ import { -__require as require +__require } from "http://localhost:8080/bun:wrap"; -import * as $147f6594 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/index.js"; -var InexactRoot = require($147f6594); -import * as $f9f33cd5 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/dir/file.js"; -var InexactFile = require($f9f33cd5); -import * as $efd1f056 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/foo.js"; -var ExactFile = require($efd1f056); -import * as $3e697ad7 from "http://localhost:8080/package-json-exports/node_modules/js-only-exports/browser/js-file.js"; -var JSFileExtensionOnly = require($3e697ad7); +import * as $a4de9925 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/index.js"; +var InexactRoot = __require($a4de9925); +import * as $725c641 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/dir/file.js"; +var InexactFile = __require($725c641); +import * as $fbe61cb7 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/foo.js"; +var ExactFile = __require($fbe61cb7); +import * as $6a256e60 from "http://localhost:8080/package-json-exports/node_modules/js-only-exports/browser/js-file.js"; +var JSFileExtensionOnly = __require($6a256e60); export async function test() { console.assert(InexactRoot.target === "browser"); console.assert(InexactFile.target === "browser"); |