mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
import { end, start } from "./startEnd.mjs";
|
|
|
|
start("Second");
|
|
|
|
import "./second-child.mjs";
|
|
|
|
end("Second");
|