Searched refs:NoIndentation (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 164 … name) => setEmitFlags(createPropertyAccessExpression(expression, name), EmitFlags.NoIndentation) : 168 …EmitFlags(createPropertyAccessChain(expression, questionDotToken, name), EmitFlags.NoIndentation) :
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 4945 if (getEmitFlags(parent) & EmitFlags.NoIndentation) {
|
D | types.ts | 7558 NoIndentation = 1 << 17, // Do not indent the node.
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3517 NoIndentation = 131072, enumerator
|
D | typescriptServices.d.ts | 3517 NoIndentation = 131072, enumerator
|
D | tsserverlibrary.d.ts | 3517 NoIndentation = 131072, enumerator
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3517 NoIndentation = 131072, enumerator
|
D | tsserverlibrary.d.ts | 3517 NoIndentation = 131072, enumerator
|