Files
bun.sh/test/snippets/export-default-module-hot.js
2022-06-22 23:21:48 -07:00

7 lines
163 B
JavaScript

// This test passes if there's no syntax error
export default typeof module !== "undefined" && module.id;
export function test() {
testDone(import.meta.url);
}