mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
// organize-imports-ignore
|
|
const Fs = require("fs");
|
|
|
|
const DirEnt = Fs.Dirent;
|
|
|
|
await Promise.resolve(123);
|
|
|
|
export const foo = "bar";
|