mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
import "react";
|
|
|
|
var hello = 123 ? null ?? "world" : "ok";
|
|
|
|
export function test() {
|
|
return testDone(import.meta.url);
|
|
}
|