swc/crates/swc_bundler/tests/fixture/deno-8680/input/entry.ts
2022-05-04 14:25:28 +00:00

7 lines
204 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);