Home
last modified time | relevance | path

Searched refs:noImplicitAny (Results 1 – 25 of 49) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/config/
DconvertCompilerOptionsFromJson.ts93 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 …]
DconfigurationExtension.ts100 noImplicitAny: true,
262 noImplicitAny: true,
271 noImplicitAny: true,
302 noImplicitAny: true,
311 noImplicitAny: true,
320 noImplicitAny: true,
/third_party/typescript/tests/baselines/reference/
DnewExpressionWithCast.types5 // valid but error with noImplicitAny
28 // valid with noImplicitAny
DnewExpressionWithCast.symbols5 // valid but error with noImplicitAny
21 // valid with noImplicitAny
DnewExpressionWithCast.errors.txt9 // valid but error with noImplicitAny
25 // valid with noImplicitAny
DAPISample_compile.js43 noEmitOnError: true, noImplicitAny: true, property
77 noEmitOnError: true, noImplicitAny: true, property
DglobalThisUnknown.errors.txt15 // element access is always ok without noImplicitAny
DglobalThisUnknown.symbols18 // element access is always ok without noImplicitAny
DglobalThisUnknown.types23 // element access is always ok without noImplicitAny
DuntypedModuleImport_noImplicitAny.errors.txt12 // This tests that `--noImplicitAny` disables untyped modules.
DmoduleResolutionWithExtensions_withPaths.errors.txt23 "noImplicitAny": true,
DenumTag.errors.txt55 // element access with arbitrary string is an error only with noImplicitAny
/third_party/typescript/tests/cases/conformance/jsx/
DtsxElementResolution16.tsx3 //@noImplicitAny: true
DcorrectlyMarkAliasAsReferences3.tsx4 // @noImplicitAny: true
DtsxAttributeResolution15.tsx5 // @noImplicitAny: true
DcheckJsxChildrenProperty11.tsx3 //@noImplicitAny: true
/third_party/typescript/tests/cases/compiler/
DjsxNamespacePrefixIntrinsics.tsx1 // @noImplicitAny: true
DjsxDeclarationsWithEsModuleInteropNoCrash.tsx8 // @noImplicitAny: false
DjsxCallbackWithDestructuring.tsx2 // @noImplicitAny: true
DAPISample_compile.ts47 noEmitOnError: true, noImplicitAny: true,
DcontextualTypingOfOptionalMembers.tsx1 // @noImplicitAny: true
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-implicit-any-catch.md7 The `noImplicitAny` flag in TypeScript does not cover this for backwards compatibility reasons.
Dtypedef.md22 **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/
Ddeleted-files-affect-project-structure-2.js25 /a/lib/tsc.js -w /a/b/f1.ts /a/c/f3.ts --noImplicitAny
Ddeleted-files-affect-project-structure.js25 /a/lib/tsc.js -w /a/b/f1.ts --noImplicitAny

12