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

Function createWhitespaceInsertionNodes

packages/cli/src/transform.ts:1196–1198  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

1194}
1195
1196function createWhitespaceInsertionNodes(count: number): any[] {
1197 return Array.from({ length: count }, () => createSpaceExpressionNode());
1198}
1199
1200function insertBetweenImmediateChildren(
1201 node: any,

Callers 1

Calls 1

Tested by

no test coverage detected