Naman Goel

Results 68 issues of Naman Goel

Add ESM export. And update dependencies.

### Describe the feature request # Motivation It has often been suggested that it should be possible to define styles inline. There are many reasons why such a feature might...

enhancement

### Describe the feature request # Disclaimer This proposal is not "ready" or "approved". This proposal is being shared publicly to help consolidate all discussions about adding such a feature....

enhancement

Resolving #297 ## Idea The idea is that the Babel plugin should be able to generate import statements that import CSS as data URLs. After this, bundlers should be able...

CLA Signed

> logical properties like inlineSize and blockSize to width and height in the final bundled CSS file ### Discussed in https://github.com/facebook/stylex/discussions/510 Originally posted by **mobalti** March 29, 2024 I noticed...

enhancement
good first issue

Added: - VanillaJS version for implementing transferring props with ES6 and helper functions (not waiting for rest operator to be supported on object properties) - An edit on Primitives, so...

CLA Signed

This idea in my head isn't fully formed for it to be a pull request yet. But I would love to start a discussion on this. The idea is a...

Spider already supports: ``` var [a, b] = [1, 2]; [a, ,b] = [1, 2, 3]; [a, b] = [b, a]; ``` Spider also supports splats `...rest`. Spider should support...

proposal

Spider already supports: ``` numbers[3..6] = [-3, -4, -5, -6]; ``` This should work even if the number of elements on the right don't watch. For example: ``` var arr...

proposal

There are some features already implemented in Spider that have a similar but different syntax compared to ES6. These should be made consistent. Examples I can think of: - Splats....

need-feedback