swc/crates/swc_bundler/tests/fixture/deno-8680/input/entry.ts
2021-11-09 20:42:49 +09:00

6 lines
203 B
TypeScript

import { instanceof as x } from "./dep";
// Second import is required, otherwise the value is inlined instead of
// being put in an invalid local variable.
import * as y from "./dep";
console.log(x, y);