Westbrook Johnson

Results 527 comments of Westbrook Johnson

There's some related work to ensure even an introductory amount of eslint@9 support, but if all of our upsteam plugins have support then we'd be happy to take a PR...

Getting into some finer testing of this change as we await it landing and wondered which of these is "correct". In https://lit.dev/playground/#gist=5cfb3e893dbc5412ed1468483be5fa80 we get the render lifecycle on all three...

The idea that: ```html #content { color: red; } ``` Is an almost 100% declarative translation of: ```js import style from '/foo.css' with { type: 'css' }; class MyElement extends...

I'm not sure a global map would be beneficial to a page level developer achieve their goals in that not populating the module graph with `/foo.css` (or similar) would prevent...

Doesn't look like we've got the changeset bot on this repo, but we'd likely need one to ensure a successful release of this change.

I really like the idea of time boxes, it similar implies an owner of a discussion which I think is sorely lacking in the context of discussions we've had in...

Does `inject` appropriately change the source maps to track the changes? Or, put a different way, does the offset in the output directly reflect the added lines? If so, I'd...

These plugins are tested to work correctly with Web Dev Server and there is some assumption that this also means that they work with Test Runner and _all_ of its...

Could you add a change set as [requested above](https://github.com/modernweb-dev/web/pull/2758#issuecomment-2183220312)?

Thanks for getting the changeset it. That is looking fine. Can you check in the CI output? Once that’s green we should be good to edge this.