mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
11 lines
278 B
JavaScript
11 lines
278 B
JavaScript
|
|
// test/bun.js/module-require.snapshot.js
|
|
import {
|
|
__require as require
|
|
} from "bun:wrap";
|
|
console.log(import.meta.require("/Users/jarred/Code/bun/node_modules/react/index.js"));
|
|
|
|
// test/bun.js/require-referenceerror.snapshot.js
|
|
|
|
// test/bun.js/tiny-typed-emitter.snapshot.js
|