Charlike Mike Reagent
Charlike Mike Reagent
> Another thing to keep in mind is that even though jstransformer is still @
> We could have it return both render and renderAsync (which we would polyfill for synchronous FNs) :+1: > We could also add the fn property for backwards compatibility, but...
One more thing related to this "spec" compliance is because to support components, not tags which means passing a functions as first argument not a string ```js var el =...
kinda such thing ```js function arrayify (val) { if (!val) return []; if (Array.isArray(val)) return val; return [val]; } function isObject (val) { return val && typeof val === 'object'...
> How would this work with ES6 modules? Not sure. @jonschlinkert, thoughts? Is `lazy-cache` working correctly with es6? > I'm skeptical of something that requires the source code being changed...
Yes, okay, I'm not stupid. The thing isn't what can be done or that I didn't read the docs. The things is to somehow report such errors so user can...
yup, for the sake of a better experience of newcomers/beginners vs skilled ones that want to enable DCO.