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

11 lines
203 B
TypeScript

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