Results 6 comments of Andy Wilson

Looking at the offending [line](https://github.com/parcel-bundler/parcel/blob/e0440dcbe6d6e419a412c8c568d94715cdb4282a/packages/core/utils/src/hash.js#L12): ``` stream.on('error', err => { reject(err); }); ``` The error (I think) is that stream is undefined which comes from ```fs.createReadStream(filePath)``` in the same file...

Right, I think it's this [commit](https://github.com/parcel-bundler/parcel/commit/1006807de99bc060dc755ea7d9c1ee0a0990ba45#diff-c4db3dd86d5456e1182ab7a88f9dba34dfe435d413a2c1d642b8bccf8bd935c9) from last month. When I follow up the stack the error is coming from line 79 in that file. Here's an example of the...

Oh, love the snazzy icon!

Hey @TonyValenti, that is really interesting and the code you put together looks lean as well. I'm going to do some prototyping with it. Are you happy that `RazorString` is...

I share your concerns about features and performance and felt that it was worth the hit to provide common use cases. Building on something like https://github.com/toddams/RazorLight might work for parsing...