swc/crates/swc_ecma_parser/tests/tsc/asyncMultiFile_es5.ts

6 lines
120 B
TypeScript

// @target: es5
// @lib: es5,es2015.promise
// @filename: a.ts
async function f() {}
// @filename: b.ts
function g() { }