mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
// @module: es2020
|
|
// @target: es2020
|
|
// @declaration: true
|
|
|
|
// @filename: 0.ts
|
|
export function foo() { return "foo"; }
|
|
|
|
// @filename: 1.ts
|
|
var p1 = import("./0");
|