mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
import { c } from './c';
|
|
import { A } from './lib';
|
|
|
|
console.log(c, A);
|
|
|
|
export const b = 2 |