Naman Goel

Results 403 comments of Naman Goel

@arthurur 1. You're using the const before it is defined. 2. Once you move it up, it should work, although the ESLint rule will still give you an error. As...

Just to verify, @olivierpascal the issue you're describing is an issue with the ESLint rule? The compilation is working correctly, right?

The `stylex` package already has both ESM and CJS exports. The build script generates both variants of the package and the `package.json` has been configured to support both kinds of...

My understanding was that Rollup was all-in on ESM, so only exporting an ESM build was intentional. This is also the case for the Babel and ESlint plugins which need...

@VojGin Happy to accept a PR as I haven't had the time to prioritize this yet. The `@stylexjs/stylex` package is a good example to use.

Do you have `treeshakeCompensation: true` set?

Fixed this in https://github.com/benjaminsage/iTextField/pull/8

I suspected as much. So at the moment, Spider supports destructuring to the same level as ES6. rest operator in objects, and destructuring in function params would be great. If...

This is similar to having a gulp plug-in. Browserify and Webpack are both commonjs bundlers. It would great to have plug-in to those two tools, so they can compile spider...

@Namek I'm assuming that you're asking if I can work on these myself. I've actually never written plug-ins for Browserify or Webpack myself, but they both fairly straightforward.. So I...