mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
11 lines
203 B
TypeScript
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;
|