dsherret / ts-morph

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
https://ts-morph.com
MIT License
4.97k stars 195 forks source link

textChanges API #825

Open Kingwl opened 4 years ago

Kingwl commented 4 years ago

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

dsherret commented 4 years ago

@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 commented 4 years ago

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