Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts102 export interface InsertNodeOptions { interface
121 export interface ReplaceWithMultipleNodesOptions extends InsertNodeOptions {
139 export interface ChangeNodeOptions extends ConfigurableStartEnd, InsertNodeOptions {}
143 readonly options?: InsertNodeOptions;
371 …e(sourceFile: SourceFile, range: TextRange, newNode: Node, options: InsertNodeOptions = {}): void {
413 …NodeAt(sourceFile: SourceFile, pos: number, newNode: Node, options: InsertNodeOptions = {}): void {
457 …sourceFile: SourceFile, pos: number, modifier: SyntaxKind, options: InsertNodeOptions = {}): void {
560 …nsForInsertNodeBefore(before: Node, inserted: Node, blankLineBetween: boolean): InsertNodeOptions {
666 …eDeclaration | ObjectLiteralExpression | TypeLiteralNode, indentation: number): InsertNodeOptions {
720 private getInsertNodeAfterOptions(sourceFile: SourceFile, after: Node): InsertNodeOptions {
[all …]