Searched refs:ConfigurableStartEnd (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | weakType.types | 74 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd 75 >ConfigurableStartEnd : ConfigurableStart & ConfigurableEnd 84 type ChangeOptions = ConfigurableStartEnd & InsertOptions; 87 function del(options: ConfigurableStartEnd = {}, 88 >del : (options?: ConfigurableStartEnd, error?: { error?: number;}) => void 89 >options : ConfigurableStartEnd 105 >options : ConfigurableStartEnd
|
D | weakType.symbols | 63 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd 64 >ConfigurableStartEnd : Symbol(ConfigurableStartEnd, Decl(weakType.ts, 24, 43)) 77 type ChangeOptions = ConfigurableStartEnd & InsertOptions; 79 >ConfigurableStartEnd : Symbol(ConfigurableStartEnd, Decl(weakType.ts, 24, 43)) 82 function del(options: ConfigurableStartEnd = {}, 85 >ConfigurableStartEnd : Symbol(ConfigurableStartEnd, Decl(weakType.ts, 24, 43))
|
D | weakType.js | 27 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd 32 type ChangeOptions = ConfigurableStartEnd & InsertOptions; 34 function del(options: ConfigurableStartEnd = {}, argument
|
D | weakType.errors.txt | 54 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd 59 type ChangeOptions = ConfigurableStartEnd & InsertOptions; 61 function del(options: ConfigurableStartEnd = {},
|
/third_party/typescript/tests/cases/compiler/ |
D | weakType.ts | 26 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd alias 31 type ChangeOptions = ConfigurableStartEnd & InsertOptions; 33 function del(options: ConfigurableStartEnd = {},
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 95 export interface ConfigurableStartEnd extends ConfigurableStart, ConfigurableEnd {} interface 97 const useNonAdjustedPositions: ConfigurableStartEnd = { 139 export interface ChangeNodeOptions extends ConfigurableStartEnd, InsertNodeOptions {} 163 …(sourceFile: SourceFile, startNode: Node, endNode: Node, options: ConfigurableStartEnd): TextRange… 167 …djustedStartPosition(sourceFile: SourceFile, node: Node, options: ConfigurableStartEnd, hasTrailin… 339 …public deleteNode(sourceFile: SourceFile, node: Node, options: ConfigurableStartEnd = { leadingTri… 343 …eteNodes(sourceFile: SourceFile, nodes: readonly Node[], options: ConfigurableStartEnd = { leading… 359 …(sourceFile: SourceFile, startNode: Node, endNode: Node, options: ConfigurableStartEnd = { leading… 365 …ceFile, startNode: Node, afterEndNode: Node | undefined, options: ConfigurableStartEnd = { leading… 383 …odes: readonly Node[], options: ReplaceWithMultipleNodesOptions & ConfigurableStartEnd = {}): void… [all …]
|