TypeScript/tests/cases/fourslash/codeFixDisableJsDiagnosticsInFile8.ts

20 lines
414 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @allowjs: true
// @noEmit: true
// @checkJs: true
// @Filename: a.js
////var x = 0;
////
////function f(_a) {[|
//// /** comment for f */
//// f(x());
////|]}
// Disable checking for next line
verify.rangeAfterCodeFix(` /** comment for f */
// @ts-ignore
f(x());`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);