import { Parser } from "./parsing/mod.ts"; if (import.meta.main) { console.log(await new Parser().parse("../myapp/**/*.ts")); }