interlockjs / interlock

JS bundler - inspired by Git, built on Babel.
MIT License
72 stars 7 forks source link

AST caching #72

Closed divmain closed 8 years ago

divmain commented 8 years ago

Add caching mechanism for AST, based on a hash of each file's raw source. This should speed up the parsing compilation step.