aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/import-require-tla.js
blob: 732fc34dd6621c3e5af3d1e9a35e99d1522cbded (plain) (blame)
1
2
3
4
5
6
7
const Fs = require("fs");

const DirEnt = Fs.Dirent;

await Promise.resolve(123);

export const foo = "bar";