Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

babel-preset-syntax-from-presets

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-syntax-from-presets

Provide babel-plugin-syntax as preset. Useful for babel-core/transform

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

babel-preset-syntax-from-presets

Provide babel-plugin-syntax as preset. Useful for parse-only babel-core/transform

Version Travis CI Quality Coverage Dependencies Gitter

Usage

npm install babel-preset-syntax-from-presets --save

Then in your useBabylon.js:

import { transform } from "babel-core";

transform(text, {
  babelrc: false,
  presets: [
    "babel-preset-syntax-from-presets",
  ],
  plugins: [
    "some-custom-plugin",
  ],
});

Contributing

devDependency Status

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Keywords

babel-preset

FAQs

Package last updated on 31 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts