Searched refs:noImplicitAny (Results 1 – 25 of 49) sorted by relevance
12
/third_party/typescript/src/testRunner/unittests/config/ |
D | convertCompilerOptionsFromJson.ts | 93 noImplicitAny: false, 102 noImplicitAny: false, 117 noImplicitAny: false, 127 noImplicitAny: false, 143 noImplicitAny: false, 152 noImplicitAny: false, 173 noImplicitAny: false, 180 noImplicitAny: false, 201 noImplicitAny: false, 208 noImplicitAny: false, [all …]
|
D | configurationExtension.ts | 100 noImplicitAny: true, 262 noImplicitAny: true, 271 noImplicitAny: true, 302 noImplicitAny: true, 311 noImplicitAny: true, 320 noImplicitAny: true,
|
/third_party/typescript/tests/baselines/reference/ |
D | newExpressionWithCast.types | 5 // valid but error with noImplicitAny 28 // valid with noImplicitAny
|
D | newExpressionWithCast.symbols | 5 // valid but error with noImplicitAny 21 // valid with noImplicitAny
|
D | newExpressionWithCast.errors.txt | 9 // valid but error with noImplicitAny 25 // valid with noImplicitAny
|
D | APISample_compile.js | 43 noEmitOnError: true, noImplicitAny: true, property 77 noEmitOnError: true, noImplicitAny: true, property
|
D | globalThisUnknown.errors.txt | 15 // element access is always ok without noImplicitAny
|
D | globalThisUnknown.symbols | 18 // element access is always ok without noImplicitAny
|
D | globalThisUnknown.types | 23 // element access is always ok without noImplicitAny
|
D | untypedModuleImport_noImplicitAny.errors.txt | 12 // This tests that `--noImplicitAny` disables untyped modules.
|
D | moduleResolutionWithExtensions_withPaths.errors.txt | 23 "noImplicitAny": true,
|
D | enumTag.errors.txt | 55 // element access with arbitrary string is an error only with noImplicitAny
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxElementResolution16.tsx | 3 //@noImplicitAny: true
|
D | correctlyMarkAliasAsReferences3.tsx | 4 // @noImplicitAny: true
|
D | tsxAttributeResolution15.tsx | 5 // @noImplicitAny: true
|
D | checkJsxChildrenProperty11.tsx | 3 //@noImplicitAny: true
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxNamespacePrefixIntrinsics.tsx | 1 // @noImplicitAny: true
|
D | jsxDeclarationsWithEsModuleInteropNoCrash.tsx | 8 // @noImplicitAny: false
|
D | jsxCallbackWithDestructuring.tsx | 2 // @noImplicitAny: true
|
D | APISample_compile.ts | 47 noEmitOnError: true, noImplicitAny: true,
|
D | contextualTypingOfOptionalMembers.tsx | 1 // @noImplicitAny: true
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-implicit-any-catch.md | 7 The `noImplicitAny` flag in TypeScript does not cover this for backwards compatibility reasons.
|
D | typedef.md | 22 **Instead of enabling `typedef`, it is generally recommended to use the `--noImplicitAny` and `--st… 297 If you are using stricter TypeScript compiler options, particularly `--noImplicitAny` and/or `--str…
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | deleted-files-affect-project-structure-2.js | 25 /a/lib/tsc.js -w /a/b/f1.ts /a/c/f3.ts --noImplicitAny
|
D | deleted-files-affect-project-structure.js | 25 /a/lib/tsc.js -w /a/b/f1.ts --noImplicitAny
|
12