MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / getSegmentsText

Function getSegmentsText

packages/cli/src/transform.ts:1176–1178  ·  view source on GitHub ↗
(segments: ImmediateTextSegment[])

Source from the content-addressed store, hash-verified

1174}
1175
1176function getSegmentsText(segments: ImmediateTextSegment[]): string {
1177 return segments.map((segment) => segment.text).join("");
1178}
1179
1180function flattenRangeIntoText(parentNode: any, firstChildIndex: number, lastChildIndex: number, replacementText: string): boolean {
1181 const children = parentNode.children;

Callers 1

replaceCrossElementTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected