Ravi Lamkoti
Ravi Lamkoti
Sure @nmn I'm also not super familiar with esbuild. What I did was kept these requirements in mind and simply started exploring how it can be achieved in esbuild through...
@nmn hey thanks for the comment, I think i was lost too much on the usecase that i forgot .json usage. I still wonder how can i help solving the...
That's insightful @necolas I totally agree with you that adding an inline file path attribute will make DX much more better. Just a point that dev class names earlier generated...
Also you will then need to have an external devtools library for stylex. This library will help when `Alt+Click` is done on DOM it will open up the editor and...
I would like to work on it. Please let me know if this feature is actually required or not.
It will be great if repo manager assign this so that I can start working on it.
@yoyo837 he is asking for dark theme select component similar to Menu.
I spent some time understanding this issue, here are my findings Since output generated is in cjs format it results in `module.exports` output. `d.ts` file should have typescript `export =`...
@beorn in code i can see move_nodes for match are performed one by one. So since you are trying to move 1,2 at [2] i can see once 1 move...