swc/crates/swc_ecma_parser/tests/tsc/ts-expect-error-js.ts
2022-02-04 17:08:38 +09:00

11 lines
194 B
TypeScript

// @allowJs: true
// @checkJs: true
// @noEmit: true
// @fileName: a.js
// there should be a "Unused @ts-expect-error" error since js files are being checked
// @ts-expect-error
const a = 1;