benjamn / recast

JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
MIT License
4.91k stars 347 forks source link

refactor: replace `assert` with `tiny-invariant` #1388

Closed eventualbuddha closed 5 months ago

eventualbuddha commented 5 months ago

This is the same as #1387, but without the unrelated formatting changes. When bundled using esbuild, this brings the file size down from 852KB to 712KB, a savings of 140KB (16%).

eventualbuddha commented 5 months ago

Published in v0.23.5.