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

11 lines
126 B
TypeScript

// @target: es5
// @module: esnext
export namespace N {
var x = 0;
}
export namespace N2 {
export interface I { }
}