Westbrook Johnson
Westbrook Johnson
@robrez can you link to the NPM workspaces monorepo context so I can take a look. Usually it’s just a question of ensuring that the “default” `lit-html` is 2.0 which...
This looks quite nice. I cheated and just added a `package.json` in the `.storybook` directory with `{}` as its contents, which resolved the module style back to CJS.
We've not actively maintained this package for quite some time. See it in our "legacy" repo: https://github.com/open-wc/legacy/tree/master/packages/webpack-import-meta-loader If you happened to find a fix that you felt made sense, feel...
To support both versions, we'd definitely accept a PR that added something like `|| 'afterEach' in globalThis` (or whatever the current correct way to check `globalThis` and properties on that...
This seems like a smart addition to our overall work! https://sachagreif.com/ Runs both the CSS and the JS surveys. I wonder if there's anything we could benefit from chatting directly...
That’s a great question. I could this as the appendix to the presentation, to starts. That’ll be a good convo for Thursday!
@mfreed7 mentioned opening a bug to get the current state of possibility in Chrome. Do you have any thoughts on this, Mason? Maybe we could get that bug and this...
These use cases are great @abdonrd! We’re just now starting the process of developing a “Pain Points and Day Dreams” sort of report to present to the WC working group...
@LeaVerou check this out: https://codepen.io/Westbrook/pen/VwXjeoR Is there something more complex that you're trying to do? If so, the full use case would be a great addition to this issue.
I'm quite biased, but I feel that `:host(:has(...))` pointing into the light DOM (in Safari, currently, the spec hasn't fully landed in Chromium): https://codepen.io/Westbrook/pen/PoRVbQo kind of/really opens the door for...