Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/
Dtsconfig.json7 "strict": true, boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_ts_subset/
Dtsconfig.json7 "strict": true, boolean
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dtsconfig.json7 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/
DSdkTypeScriptDiagnosticsExtractor.ts27 …const strict = getAllDiagnostics(builderProgram, fileName, cancellationToken, true).filter((diag) … constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts28 const strict = getAllDiagnostics(strictProgram, fileName, cancellationToken).filter((diag) => { constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json7 "strict": true /* Enable all strict type-checking options. */, boolean
/arkcompiler/ets_frontend/ets2panda/driver/build_system/
Dtsconfig.json9 "strict": true, boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Dtsconfig.json12 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DCompiler.ts65 const strict = compile(cmdOptions, getOverrideCompilerOptions(true), createProgramCb); constant
/arkcompiler/ets_frontend/ets2panda/linter/
Dtsconfig.json12 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/bindings/
Dtsconfig.json13 "strict": true, boolean
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dtsconfig.json28 "strict": true, boolean
Dtsconfig.test.json7 "strict": true, boolean
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp388 bool strict = operatorType == lexer::TokenType::PUNCTUATOR_NOT_STRICT_EQUAL || in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1094 …ype *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType, bool const strict) in CheckTestNullishCondition()
1143 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