swc/crates/swc_bundler/tests/deno/issue-8399-1/input.ts
2021-11-09 20:42:49 +09:00

2 lines
92 B
TypeScript

import * as yaml from "https://deno.land/std@0.78.0/encoding/yaml.ts"
console.log(yaml && 1)