Second part of Typescript compiler API series - we will continue writing more code and see how to duplicate nodes, insert sibling node, create node and modify existing nodes. Plus resources to get started yourself. In the TSC series, we are learning how parser and ASTs work and modify our existing Javascript code using Typescript compiler api as the parser.

0 Comments