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

5 lines
73 B
TypeScript

// @target: es5
// @module: esnext
export const c = 0;
export let l = 1;