/third_party/typescript/src/services/codefixes/ |
D | fixEnableExperimentalDecorators.ts | 29 …JsonCompilerOptionValue(changeTracker, configFile, "experimentalDecorators", factory.createTrue());
|
D | fixStrictClassInitialization.ts | 129 …) || type === checker.getFalseType(/*fresh*/ true)) ? factory.createFalse() : factory.createTrue();
|
D | fixAddMissingMember.ts | 558 …) || type === checker.getFalseType(/*fresh*/ true)) ? factory.createFalse() : factory.createTrue();
|
/third_party/typescript/src/compiler/transformers/ |
D | jsx.ts | 259 args.push(isStaticChildren ? factory.createTrue() : factory.createFalse()); 405 return factory.createTrue(); 416 return factory.createTrue();
|
D | es2020.ts | 178 …, capturedLeft, /*invert*/ true), /*questionToken*/ undefined, factory.createTrue(), /*colonToken*…
|
D | es2018.ts | 656 … const enterNonUserCodeExpression = factory.createAssignment(nonUserCode, factory.createTrue()); 735 …Declaration(nonUserCode, /*exclamationToken*/ undefined, /*type*/ undefined, factory.createTrue()),
|
D | es2015.ts | 1806 …ssignment("enumerable", getAccessor || setAccessor ? factory.createFalse() : factory.createTrue()), 1807 factory.createPropertyAssignment("configurable", factory.createTrue()) 3217 …ExpressionStatement(factory.createAssignment(currentState.conditionVariable, factory.createTrue())) 3223 …ExpressionStatement(factory.createAssignment(currentState.conditionVariable, factory.createTrue()))
|
/third_party/typescript/src/compiler/transformers/module/ |
D | module.ts | 1660 factory.createTrue() 1673 factory.createPropertyAssignment("value", factory.createTrue()) 1720 factory.createPropertyAssignment("enumerable", factory.createTrue()),
|
D | system.ts | 335 factory.createTrue()
|
/third_party/typescript/src/deprecatedCompat/4.0/ |
D | nodeFactoryTopLevelExports.ts | 48 export const createTrue = Debug.deprecate(factory.createTrue, factoryDeprecation); constant 973 return value ? factory.createTrue() : factory.createFalse();
|
/third_party/typescript/src/compiler/factory/ |
D | emitHelpers.ts | 42 … const immutableTrue = memoize(() => setEmitFlags(factory.createTrue(), EmitFlags.Immutable));
|
D | nodeFactory.ts | 69 createTrue, 1084 function createTrue() { 6421 typeof value === "boolean" ? value ? createTrue() : createFalse() :
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3627 createTrue(): TrueLiteral; method 7451 const createTrue: () => TrueLiteral; constant
|
D | typescriptServices.d.ts | 3627 createTrue(): TrueLiteral; method 7451 const createTrue: () => TrueLiteral; constant
|
D | tsserverlibrary.d.ts | 3627 createTrue(): TrueLiteral; method 11390 const createTrue: () => TrueLiteral; constant
|
D | typingsInstaller.js | 22703 createTrue: createTrue, property 23579 function createTrue() { function 27850 typeof value === "boolean" ? value ? createTrue() : createFalse() : 28643 …var immutableTrue = ts.memoize(function () { return ts.setEmitFlags(factory.createTrue(), 26843545… 55279 …ctory.createLiteralTypeNode(type.intrinsicName === "true" ? ts.factory.createTrue() : ts.factory.c… 91237 … : type === trueType ? ts.factory.createTrue() : type === falseType && ts.factory.createFalse(); 101659 … var enterNonUserCodeExpression = factory.createAssignment(nonUserCode, factory.createTrue()); 101714 …Declaration(nonUserCode, /*exclamationToken*/ undefined, /*type*/ undefined, factory.createTrue()), 102310 …, capturedLeft, /*invert*/ true), /*questionToken*/ undefined, factory.createTrue(), /*colonToken*… 102622 args.push(isStaticChildren ? factory.createTrue() : factory.createFalse()); [all …]
|
D | tsc.js | 18065 createTrue: createTrue, property 18881 function createTrue() { function 22428 typeof value === "boolean" ? value ? createTrue() : createFalse() : 23121 …var immutableTrue = ts.memoize(function () { return ts.setEmitFlags(factory.createTrue(), 26843545… 45753 …ctory.createLiteralTypeNode(type.intrinsicName === "true" ? ts.factory.createTrue() : ts.factory.c… 76937 … : type === trueType ? ts.factory.createTrue() : type === falseType && ts.factory.createFalse(); 85314 … var enterNonUserCodeExpression = factory.createAssignment(nonUserCode, factory.createTrue()); 85365 … factory.createVariableDeclaration(nonUserCode, undefined, undefined, factory.createTrue()), 85883 …tNullCondition(leftExpression, capturedLeft, true), undefined, factory.createTrue(), undefined, fa… 86172 args.push(isStaticChildren ? factory.createTrue() : factory.createFalse()); [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3627 createTrue(): TrueLiteral; method 7451 const createTrue: () => TrueLiteral; constant
|
D | tsserverlibrary.d.ts | 3627 createTrue(): TrueLiteral; method 11390 const createTrue: () => TrueLiteral; constant
|
/third_party/typescript/src/compiler/ |
D | types.ts | 7865 createTrue(): TrueLiteral;
|
D | checker.ts | 5257 …ralTypeNode((type as IntrinsicType).intrinsicName === "true" ? factory.createTrue() : factory.crea… 44503 … : type === trueType ? factory.createTrue() : type === falseType && factory.createFalse();
|