aboutsummaryrefslogtreecommitdiff
path: root/test/transpiler/async-transpiler-imported.js
blob: ed2f224904599174235232b71b72e0610b14fab8 (plain) (blame)
1
2
3
4
5
6
// @bun
export default 42;

if (import.meta.main) {
  console.log("Hello world!");
}