nongrata081 / devkit

development kit for dev workflow optimisation
0 stars 0 forks source link

study & consider implementing TS AST transformer #112

Open nongrata081 opened 4 years ago

nongrata081 commented 4 years ago

https://levelup.gitconnected.com/writing-a-custom-typescript-ast-transformer-731e2b0b66e6

can it be useful for implementing migration-lib for typescript code? e.g. to migrate an existing typescript codebase from one version of dependency to another (thus saving time for developers on migrating the code)