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

12 lines
137 B
TypeScript

// @target: es5
// @module: esnext
export function f1(d = 0) {
}
export function f2(...arg) {
}
export default function f3(d = 0) {
}