swc/bundler/tests/deno/deno-7288-1/input.ts
강동윤 8ca3d1160d
Fix bundler (#1234)
swc_bundler:
 - Handle dependencies of circular modules in wrapped modules. (#1214)
 - Handle `export * from './file.ts'` properly. (denoland/deno#8481)
 - Fix deglobbing. (denoland/deno#8486)
2020-11-27 19:37:22 +09:00

2 lines
84 B
TypeScript

import * as path from "https://deno.land/std@0.67.0/path/mod.ts";
console.log(path);