babel-plugin-syntax-jsx
Advanced tools
Weekly downloads
Readme
$ npm install babel-plugin-syntax-jsx
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-jsx"]
}
$ babel --plugins syntax-jsx script.js
require("babel-core").transform("code", {
plugins: ["syntax-jsx"]
});
FAQs
Allow parsing of jsx
The npm package babel-plugin-syntax-jsx receives a total of 4,896,901 weekly downloads. As such, babel-plugin-syntax-jsx popularity was classified as popular.
We found that babel-plugin-syntax-jsx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.