Shannon Moeller

Results 36 comments of Shannon Moeller

@justinfagnani That makes sense. Perhaps the alternative I recommended of a new `@lit/css` package then? **Update:** Here's an example of an element that's not using `@lit/reactive-element`, but still benefits from...

I guess my issue is philosophical. One of my main goals of `funlit` is to not need `lit-element` or `reactive-element` at all. Asking users to install it to get access...

They need to know, yes, because I'm declaring lit-html as a peerDependency to allow users to use whatever version works best for their project (currently works with lit-html v2 and...

> The bottom line is that this is valid JavaScript Yes, but [non-normative and discouraged JavaScript](https://stackoverflow.com/a/3853282). > would have balked at absorbing an adapter for ansi-colors As you should have....

It's not a jest issue. I don't understand the resistance to fixing this. It's a small change and I already did the hard part if an adapter is okay (#64)....

tl;dr: The entry file for the prettier JS api. --- Yarn's Plug'n'Play (pnp) system keeps modules in zip files in a cache directory, then does some runtime magic to make...