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

4 lines
66 B
TypeScript

// @target: ES5
// @noEmitHelpers: true
const x = async => async;