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

9 lines
111 B
TypeScript

// @target: es5
// @module: esnext
import i = require("mod"); // Error;
namespace N {
}
export = N; // Error