Jason Miller
Jason Miller
Since this element basically contains a single character, is there really a reason to use Shadow DOM for it? Removing that bit would make the browser support much better.
Fixes #6.
It'd be nice if the generated function used object destructuring instead of local variable declarators: ```js export default (tag, { a, b, c } = {}) => tag`${a}${b}{c}`; ```
Would love to see npm scripts over gulp for your build.
The readme indicates that it is possible to apply `happiness` rules in Atom via [linter-js-standard](https://github.com/ricardofbarros/linter-js-standard), but that project doesn't seem to support `happiness`. I'm guessing this was something the readme...
https://github.com/GoogleChromeLabs/css-paint-polyfill/releases/tag/3.0.1
The link was pointing to the react variant.
I'm wondering about ways to support ES Modules. I'm not sure how this affects AMP's usage, but being able to use ESM from within worker-dom would be really nifty. My...
Hiya! I use this preact-cli configuration to turn off async component loading for my Home component: https://github.com/developit/oss.ninja/blob/92643be13a90935a93b0c51e4ebf54e24371de1e/preact.config.js#L25-L32 It looks like that messes up [this line](https://github.com/vinaypuppal/preact-cli-plugin-netlify/blob/79aad2856441563f68fb9250f0a75e125f2ed2f2/index.js#L29-L30), which results in the the...