swc/crates/swc_bundler/tests/fixture/deno-8188/2/input/b.ts
2022-04-05 08:21:19 +00:00

2 lines
48 B
TypeScript

import { a } from './a';
export const b = a + 1;