/ archiveofbelonging.org / back / node_modules / babel-plugin-syntax-jsx /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/2 years ago -  
[TXT]README.md8 years ago369 f12eb36 documentaiton updates [كارل مبارك]
[   ]package.json2 years ago1.2K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
README.md

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"]
});
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80