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