Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DweakType.types70 type ConfigurableEnd = { useEnd?: boolean }
71 >ConfigurableEnd : { useEnd?: boolean; }
74 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd
75 >ConfigurableStartEnd : ConfigurableStart & ConfigurableEnd
85 >ChangeOptions : ConfigurableStart & ConfigurableEnd & InsertOptions
DweakType.symbols59 type ConfigurableEnd = { useEnd?: boolean }
60 >ConfigurableEnd : Symbol(ConfigurableEnd, Decl(weakType.ts, 23, 47))
63 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd
66 >ConfigurableEnd : Symbol(ConfigurableEnd, Decl(weakType.ts, 23, 47))
DweakType.js26 type ConfigurableEnd = { useEnd?: boolean }
27 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd
DweakType.errors.txt53 type ConfigurableEnd = { useEnd?: boolean }
54 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd
/third_party/typescript/tests/cases/compiler/
DweakType.ts25 type ConfigurableEnd = { useEnd?: boolean } alias
26 type ConfigurableStartEnd = ConfigurableStart & ConfigurableEnd
/third_party/typescript/src/services/
DtextChanges.ts33 export interface ConfigurableEnd { interface
95 export interface ConfigurableStartEnd extends ConfigurableStart, ConfigurableEnd {}
221 …ultilineTrailingComment(sourceFile: SourceFile, node: Node, options: ConfigurableEnd): number | un…
251 …function getAdjustedEndPosition(sourceFile: SourceFile, node: Node, options: ConfigurableEnd): num…
399 …ilingComment(sourceFile: SourceFile, oldNode: Node, configurableEnd: ConfigurableEnd = useNonAdjus…