Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 275 Bytes

ts-ast-parser

use the typescript compiler API to make compile / build time edits to source code

How it works

all of the functionality at time of writing currently lives in compile.ts. check it out!

Development

To run the unit tests, run:

npm run test