Naman Goel

Results 68 issues of Naman Goel

## What changed / motivation ? There is a bug right now where setting `runtimeInjection` to `false` doesn't actually work. This PR fixes that.

CLA Signed

## What changed / motivation ? Improve the Babel plugin's `StateManager` to not use `$FlowFixMe` (`any`) and instead of validate the options passed in. The code is very imperative at...

CLA Signed

# Problem The Webpack plugin and Next JS plugin have a bunch of issues at the moment. Thanks to help from Tobias Koppers, I have some ideas on how to...

bug
enhancement
help wanted

# A relatively easy task to get started For anyone looking to make a contribution to the core Babel plugin, this is a small self-contained task. ## Background By default,...

enhancement
good first issue

https://stylex-docusaurus-nxsbvzf80-nmn.vercel.app For now, this is a proof of concept. I have used a webcontainer to successfully compile and show the output of a file. The next step is to make...

CLA Signed

This is a beta branch for now, do not merge into main.

CLA Signed

### I am interested in helping provide a fix! No ### Which generators are impacted? - Svelte - Vue ### Reproduction case https://mitosis.builder.io/?outputTab=IYOw5grgNsBOQ%3D%3D%3D&code=JYWwDg9gTgLgBAbzgVwM4FMDKMCGN1wC%2BcAZlBCHAEQACARssADYAm6UAdMBAPQjAwIqYKioBuAFChIsOACo4OVHFQwAnk3QAPUuUoByGqo3aAVqh7HNW%2FZIkBjCADtVK9ZuUBeNya0d7UOh46AAUCBJwcHRK6ABciBGRcI5M0PH6gSz6ADSJhBKEAJR22jLwbCQ4yEzwJMhO9jDcTnAAsmoAwhSQTuhOMCFg5GCohQmRji7wANpOOCDo2SroMABy8%2BgAunDeaFi4%2BCFU2OgAbuhUxRKJgTDIUC0hiZEAPCzApwB8z0kvwE5gZAwH5JRAccFWdCoDhDCAjEKQ6HRDCFfKg0GnHBMZDoTwIOYLNHoyLODoACxwTgA5riECEzn0YGNPJ9lmsNvTzv0OLgoDSYBxMdj0KiQXAeN9iQAJdBMVIAQjgAElkpS4FB6nB%2FnAAEpBRpLABqOKWmAgTGALCW0DgABlgABHRgseU%2FF48d5fRJXQhAA ### Expected Behaviour Any constants define outside...

bug

#Fixes #25 Using StyleX as a starting point, overhauling the build scripts. - [x] Copy the `gen-flow` wrapper around `flow-api-translator` - [x] Set up script to generate per-file Flow and...

cla signed

iOS lets you drag multiple elements at once, the library doesn’t handle that correctly. Only the first element is actually moved after dropping. Here’s a video that shows the problem....

enhancement

The Destructuring macros works great for variable decralations: ``` var [a,b] = someArray var {x,y} = someObject ``` It does this by doing the obvious thing, which is to store...