Releases: joernio/astgen
Releases · joernio/astgen
v3.5.0
Fixed IGNORE_FILE_PATTERN (#16) Otherwise we would ignore all files ending with `min.ext`, e.g., `admin.ext`.
v3.4.0
Updated dependencies (#15)
v3.3.0
Ignore minified files (#14)
v3.2.0
gzexe compression (#12) --------- Signed-off-by: Prabhu Subramanian <[email protected]>
v3.1.0
Typescript 5.1 (#11) Signed-off-by: Prabhu Subramanian <[email protected]>
v3.0.0
Node 18, pkg updates, more relaxed parsing (#10) --------- Signed-off-by: Prabhu Subramanian <[email protected]>
v2.23.0
Retry parsing without "jsx" plugin if required
v2.22.0
Small optimizations * Ignore "any" when writing types from tsc * replace mapToObj with Object.fromEntries (since ES6).
v2.21.0
Updated version number
v2.20.0
Several performance improvements * ignore *.d.ts files * clear seen types map after writing a *.typemap file as we do type generation per file only anyway