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

5 lines
65 B
TypeScript

// @target: es5
// @module: esnext
class E { }
export default E;