Home
last modified time | relevance | path

Searched refs:nextCommaToken (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DtextChanges.ts403 private nextCommaToken(sourceFile: SourceFile, node: Node): Node | undefined { method in ts.textChanges.ChangeTracker
409 … const suffix = this.nextCommaToken(sourceFile, oldNode) ? "" : ("," + this.newLineCharacter);
690 …const endPosition = this.insertNodeAfterWorker(sourceFile, this.nextCommaToken(sourceFile, after) …