Devon Govett

Results 894 comments of Devon Govett

gonna wait until after release for this one so we can test in more apps

We couldn't think of a usecase for a switch that could be in an invalid state. Do you have one?

For checkbox the usecase is forcing the user to agree to some terms of service or something. But that wouldn't be an appropriate use of a switch which represents an...

No worries. We ended up creating a [new crate](https://docs.rs/static-self/0.1.0/static_self/) that uses a trait plus a similar [derive macro](https://github.com/parcel-bundler/lightningcss/blob/master/static-self-derive/src/into_owned.rs) for it. You're welcome to close this issue if you want.

Wouldn't that result in duplicate modules in each script tag leading to a larger size HTML file? Why do you need it to be fully inlined multiple times?

Targets need to be able to have dependencies between them. For example with React Server Components, the server and client have dependencies on each other. > the fact that the...

How would keyboard navigation work if this were implemented? I can see two options: 1. Focus stays on the date segment. Pressing the up/down arrow keys adjusts that segment as...

raise your browser targets to ones where `light-dark` is supported natively.

You should be able to read the original name of the main entry asset like this: ```js import {basename} from 'path'; export default new Namer({ name({bundle, bundleGraph}) { let mainAsset...

We'll leave this open to track alternative options.