Writing a TypeScript Custom AST Transformer (Part 3)

added by JavaScript Kicks
8/20/2019 12:00:00 AM

1508 Views

This is the continuation of Part 2 and a deeper dive into a couple of advanced techniques I've used in writing my transformers. Non-TS import allows me to declare explicit dependencies on static resources such as CSS/png/svg, other non-JS files, and even external build toolchain.


0 comments