James Garbutt

Results 209 comments of James Garbutt

It's a difficult one to solve as it means we need to start parsing html/SVG templates in lit components just in case they contain CSS. These days I would hope...

it would introduce a fair amount of overhead in the syntax parsing to support the `` tags. ideally you would migrate to style templates, for the various benefits of adopted...

Have opened pastelsky/bundlephobia#432 , lets see if they can tell us what the actual error was since the logged one contains no useful information 🙈 I also suspect it'll be...

Awesome :D It's unfortunate I have to ship a commonjs version. It's literally 2x the actual size because of that. May consider dropping cjs in a major release 🤔

Sorry it took so long to reply here. I can re-review it (and will) but I think we need Peter or someone else from the lit team to review/merge. I'll...

@aladdin-add did you ever get around to this? i use named exports in the various plugins i maintain, and have done for a long time now. so this plugin isn't...

probably can re-use the same logic eslint-plugin-wc uses: ```json "settings": { "wc": { "elementBaseClasses": ["MyElement"] } } ``` one idea is that we could use the same detection as eslint-plugin-wc:...

i think you're right so far we've stayed away from the `css` templates since something like stylelint should be responsible for that. but this particular case is actually about the...

i'll be catching up some time soon with the lit team about the state of css tooling and what not, so ill raise it in there. we can probably get...

we did have a catch up or two on this but still no decision yet. i've also had a busy month or so, so im a bit behind on some...