1 2 3 4 5
pub const bindgen = true; pub fn main() anyerror!void { return try @import("javascript/jsc/typescript.zig").main(); }