Home
last modified time | relevance | path

Searched refs:nocheck (Results 1 – 25 of 265) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
Dts-expect-error-nocheck.symbols1 === tests/cases/conformance/directives/ts-expect-error-nocheck.ts ===
2 // @ts-nocheck
4 // there should not be a "Unused @ts-expect-error" error due to the // @ts-nocheck
8 >a : Symbol(a, Decl(ts-expect-error-nocheck.ts, 5, 5))
Dts-expect-error-nocheck.types1 === tests/cases/conformance/directives/ts-expect-error-nocheck.ts ===
2 // @ts-nocheck
4 // there should not be a "Unused @ts-expect-error" error due to the // @ts-nocheck
DtsNoCheckForTypescript.types2 // @ts-nocheck
4 …tor '+' cannot be applied to types '1' and '{}'`, which will be suppressed by the `nocheck` comment
DtsNoCheckForTypescript.symbols2 // @ts-nocheck
4 …tor '+' cannot be applied to types '1' and '{}'`, which will be suppressed by the `nocheck` comment
/third_party/curl/tests/data/
Dtest115614 <data nocheck="yes">
22 <data1 nocheck="yes">
31 <data2 nocheck="yes">
39 <data3 nocheck="yes">
Dtest200218 <data1 nocheck="yes">
32 <data2 nocheck="yes">
40 <data3 nocheck="yes">
Dtest108716 <data1000 nocheck="yes">
23 <data1001 nocheck="yes">
34 <data1002 nocheck="yes">
Dtest108817 <data1000 nocheck="yes">
24 <data1001 nocheck="yes">
35 <data1003 nocheck="yes">
Dtest200318 <data1 nocheck="yes">
32 <data2 nocheck="yes">
40 <data3 nocheck="yes">
Dtest301515 <data nocheck="yes">
25 <data1 nocheck="yes">
Dtest19712 <data nocheck="yes">
19 <data1 nocheck="yes">
Dtest19314 <data nocheck="yes">
23 <data1 nocheck="yes">
Dtest106611 <data nocheck="yes">
19 <data1 nocheck="yes">
Dtest106511 <data nocheck="yes">
19 <data2 nocheck="yes">
Dtest106410 <data nocheck="yes">
18 <data2 nocheck="yes">
Dtest119714 <data nocheck="yes">
24 <data1 nocheck="yes">
Dtest108914 <data nocheck="yes">
24 <data1 nocheck="yes">
Dtest200116 <data1 nocheck="yes">
30 <data2 nocheck="yes">
Dtest109015 <data nocheck="yes">
25 <data1 nocheck="yes">
Dtest204616 <data nocheck="yes">
25 <data1 nocheck="yes">
Dtest190810 <data nocheck="yes">
22 <data1 nocheck="yes">
Dtest144816 <data nocheck="yes">
25 <data1 nocheck="yes">
Dtest204716 <data nocheck="yes">
25 <data1 nocheck="yes">
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dadler32-standalone.c119 bool nocheck = false; in main() local
123 nocheck = true; in main()
139 if (!nocheck && (actual_hash != expected_hash_of_1mib_of_zeroes)) { in main()
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dban-ts-comment.md11 // @ts-nocheck
26 'ts-nocheck'?: boolean | 'allow-with-description';
34 'ts-nocheck': true,
40 ### `ts-expect-error`, `ts-ignore`, `ts-nocheck`, `ts-check` directives

1234567891011