Open Kingwl opened 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
@Kingwl does sourceFile.applyTextChanges do what you need? There is also applyChanges on a few other objects.
sourceFile.applyTextChanges
applyChanges
https://github.com/dsherret/ts-morph/blob/3c27c37713a99c110d2349d4573e724540f07b60/packages/ts-morph/lib/ts-morph.d.ts#L7286
Oh, nevermind. I should have clicked the link earlier 😅
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