Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

babel-plugin-syntax-jsx

Package Overview
Dependencies
0
Maintainers
6
Versions
33
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

babel-plugin-syntax-jsx

Allow parsing of jsx

    6.18.0latest
    GitHub
    npm

Version published
Maintainers
6
Weekly downloads
5,200,588
decreased by-19.98%

Weekly downloads

Readme

Source

babel-plugin-syntax-jsx

Installation

$ npm install babel-plugin-syntax-jsx

Usage

.babelrc

{
  "plugins": ["syntax-jsx"]
}

Via CLI

$ babel --plugins syntax-jsx script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-jsx"]
});

Keywords

FAQs

Last updated on 24 Oct 2016

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.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc