swc/bundler/tests/deno-exec/deno-11516/case1/input/entry.ts
강동윤 f8aa0509ce
fix(bundler): Fix stack overflow (#2080)
swc_bundler:
 - Prevent infinite recursions. (#1963)
2021-08-15 02:37:31 +00:00

3 lines
89 B
TypeScript

import { App } from "https://deno.land/x/tinyhttp@0.1.18/mod.ts";
const app = new App();