node_modules
node_modules copied to clipboard
Caleb Meredith‘s convenience monorepo for modules he maintains
Either I'm reading the documentation wrong, or setting `"function": "myFunctionName"` in the options object does not change the called function from the default `_jsx` to `myFunctionName`. Below is the content...
* Included a field called GUID (a unique id) to go along with the component properties. * This will help in managing the state changes in rendering passes. Without this...
A feature request to support fragment syntax according to: https://reactjs.org/docs/fragments.html#short-syntax Also mentioned in: http://facebook.github.io/jsx/ As JSXFragment Possible implementation might work by defining an option like `fragment` and having is accept...
Option to distinguish literal attributes and text nodes. An option `{ literals: "functionName" }` now wraps literal attribute and text node values in a call to `functionName("text", "context hint")`. For...
Prior to this change, rewriting the below failed with an Error. ```jsx ``` https://github.com/facebook/jsx says > ```bnf > JSXAttribute : > JSXAttributeName JSXAttributeInitializeropt > ``` The JSXAttributeInitializer is optional. Normal...
I ran into a problem with the previous startup instructions. `_scripts/build.sh` and friends assume tools in `../node_modules/.bin` relative to `_scripts`. https://github.com/calebmer/node_modules/blob/770648585a7f96aa75604578146a08a8aec8bbf6/_scripts/build.sh#L7-L9 Normally `npm install` in a directory that contains a...
Can it also revert JSON -> JSX?