Jake Verbaten
Jake Verbaten
This is more about parsing ES5 with a macro for let/const then parsing ES6 with real let/const.
I forgot to mention personal motivation says I need someone to implement a selectors4 QSA shim that's efficient and trustable. The way I write shims is implement everything in the...
1. RAGE AT CSSWG 2. ??? 3. Code complies to selectors4
Chrome. Try entering junk strings like "Lulzafgasgsegseg" then "lulzagesgsegsegsesegsegsegseg" It breaks when you hit results that don't get anything. At least for me it does.
You can also use `browserify --standalone` to generate a browser compliant script file and just use node style commonJS.
awesome, if you get stuck with the refactor or want a review let me know, love to help.
@caolan awesome. That's a great improvement :) The next step is to split the 2000 line file across multiple logical modules.
@caolan what do you mean about stream extension ?
@caolan chaining can be done in user land. with something like [enchain](https://github.com/gozala/enchain) Baking such a DSL into the library is meh.
@clux would there be value in taking features out of modul8 and adding them to browserify ? I don't see what modul8 offers over browserify given option 1