Socket
Socket
Sign inDemoInstall

babel-preset-es3

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-es3

Preset for Babel's ES3 transformations


Version published
Maintainers
1
Created
Source

babel-preset-es3

npm version Dependency Status

Babel preset for two ES3 transforms transform-es3-member-expression-literals and transform-es3-property-literals

This presets adds the two transforms for ES3 syntax compatibility.

Install

$ npm install --save-dev babel-preset-es3

Usage

.babelrc

{
  "presets": ["es3"]
}

Via CLI

$ babel script.js --preset es3

Via Node API

require("babel-core").transform("code", {
  presets: ["es3"]
});

Keywords

FAQs

Package last updated on 07 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc