import { parse, print } from "https://deno.land/x/[email protected]/mod.ts"; const code = `const x: string = "Hello, Deno SWC!"`; const ast = parse(code, ...
確定! 回上一頁