Searched defs:previousNode (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | smartIndenter.ts | 396 const previousNode = parent.arguments[currentIndex - 1]; constant
|
D | formatting.ts | 766 const previousNode = siblings[currentIndex - 1]; constant
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 12055 previousNode(): Node; method 14792 previousNode(): Node; method
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 11087 previousNode(): Node | null; method 16023 previousNode(): Node | null; method
|
D | tsc.js | 85835 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
D | typingsInstaller.js | 104646 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
D | typescript.js | 104851 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
D | typescriptServices.js | 104851 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
D | tsserverlibrary.js | 104851 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
D | tsserver.js | 104657 function getSeparatingLineTerminatorCount(previousNode, nextNode, format) { argument
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 11067 previousNode(): Node | null; method 16003 previousNode(): Node | null; method
|