Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dtsconfig.json7 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts28 const strict = getAllDiagnostics(strictProgram, fileName, cancellationToken).filter((diag) => { constant
/arkcompiler/ets_frontend/ets2panda/linter/src/
DCompiler.ts36 const strict = compile(cmdOptions, getOverrideCompilerOptions(true)); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json7 "strict": true /* Enable all strict type-checking options. */, boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Dtsconfig.json12 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/linter/
Dtsconfig.json12 "strict": true boolean
D.eslintrc.json48 "strict": "error", string
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp331 bool strict = operatorType == lexer::TokenType::PUNCTUATOR_NOT_STRICT_EQUAL || in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp845 …ype *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType, bool const strict) in CheckTestNullishCondition()
895 bool const strict) in CheckTestObjectCondition()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument