Naman Goel
Naman Goel
Let's start with the API documentation page.
This looks doable. I'll look into it.
> Would the same typing be possible without that const declaration though? It would be, but you'd need to manually add a `as const` after each style object. Could you...
I'm overhauling the build setup which will include this.
Related: https://www.npmjs.com/package/react-native-svg
@kasvith yup. Solidjs is fully supported with StyleX. There are two open source Vite plugins for StyleX, but you can also try using the hand rolled plugin shared in the...
> I kind of want to keep flat bundling for OSS One downside of flat bundling is that you can take advantage of tree-shaking in modern bundlers. However, if we...
@necolas That makes things simple enough. This PR is now ready. I simply changed the output path from `dist/dom.js` to `dist/dom/index.js` and not the separate type files work as expected....
Update: Made a couple of changes to ensure that no two files in the package have the same name. (Except when there are `dom` and `native` counter-parts`). This was mostly...
Not able to reproduce this failure locally. I don't even have the file that is erroring. :(