Devon Govett

Results 894 comments of Devon Govett

What is "precedence" mode? I saw some references to it in the code but I couldn't find much info about it. Edit: found https://github.com/facebook/react/pull/25243. Not sure if that's the latest...

OK I think it'll look like this: ```js import {Resources} from '@parcel/rsc'; export default function App() { return ( {/* ... */} ); } ``` The `Resources` component will be...

Question: is there any downside to doing the same thing for scripts as we will do for CSS? If we inject a `

For lightning css we have a separate WASM package (`lightningcss-wasm`), which shims the exact API of the node package. I worked with @d3lm from the stackblitz team to get this...

Yeah browserify and emscripten don't get along very well. You need to tell browserify to not parse that file. Unfortunately, I don't have a way to do that at the...

Hmm, I'm not sure how to do this with native packages. At the moment we rely on module.exports so we can load the correct native prebuild and re-export all of...

We should support it. The decoder passes a `transparentColor` value per frame as decoded from the graphic control extension. This currently isn't even used in the conversion to RGB within...

Do any browsers actually implement streams yet? The node stream API is pretty ubiquitous and lots of things work with it.

Sounds good but those fonts don't pass the sanitizer for some reason (I get black boxes in Chrome), not sure why. How did you generate them?

This is now fixed in the latest patch release.