Allow to output either raw or transformed AST, fix several transformation bugs with...
[jst.git] / visitors.js
2022-01-12 Nick DowningRemove parentheses around interpolated value since...
2022-01-12 Nick DowningChange String.replace() to replaceAll() everywhere...
2022-01-12 Nick DowningImprove how the uglified content of script { } tags...
2022-01-09 Nick DowningUpgrade astring to 1.8.1 and uglify-es to uglify-js...
2018-11-19 Nick DowningDo our own HTML escaping using replace(), makes the...
2018-11-17 Nick DowningAdd automatic uglification of script {...} content
2018-11-10 Nick DowningPublishable version
2018-10-30 Nick DowningAdd LICENSE and README.md, add license information...
2018-10-30 Nick DowningImprove _req() resolution by writing a .js file and...
2018-10-30 Nick DowningAdd build cache and path resolution scheme, fix packaging