ts-morph icon indicating copy to clipboard operation
ts-morph copied to clipboard

textChanges API

Open Kingwl opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe.

TextChanges is useful tools for sourceCode edit by language service inside typescript internal. You can see here

Describe the solution you'd like

expose textChanges related API

Describe alternatives you've considered

Kingwl avatar Jun 10 '20 15:06 Kingwl

@Kingwl does sourceFile.applyTextChanges do what you need? There is also applyChanges on a few other objects.

https://github.com/dsherret/ts-morph/blob/3c27c37713a99c110d2349d4573e724540f07b60/packages/ts-morph/lib/ts-morph.d.ts#L7286

dsherret avatar Jun 10 '20 15:06 dsherret

Oh, nevermind. I should have clicked the link earlier 😅

dsherret avatar Jun 10 '20 15:06 dsherret