1 2 3 4 5 6 7
import "react"; var hello = 123 ? null ?? "world" : "ok"; export function test() { return testDone(import.meta.url); }