Searched refs:nextCommaToken (Results 1 – 1 of 1) sorted by relevance
403 private nextCommaToken(sourceFile: SourceFile, node: Node): Node | undefined { method in ts.textChanges.ChangeTracker409 … const suffix = this.nextCommaToken(sourceFile, oldNode) ? "" : ("," + this.newLineCharacter);690 …const endPosition = this.insertNodeAfterWorker(sourceFile, this.nextCommaToken(sourceFile, after) …