Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-6to5-transpiler

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-6to5-transpiler

A Broccoli plugin which transpile ES6 to readable ES5 by using 6to5.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-80%
Maintainers
3
Weekly downloads
 
Created
Source

broccoli-6to5-transpiler

Build Status

A Broccoli plugin which transpile ES6 to readable ES5 by using 6to5.

How to install?

$ npm install broccoli-6to5-transpiler --save-dev

How to use?

In your Brocfile.js:

var esTranspiler = require('broccoli-6to5-transpiler');
var scriptTree = esTranspiler(inputTree, options);

You can find options at 6to5's github repo.

About source map

Currently this plugin only support inline source map, if you need separate source map feature, welcome to submit a pull request.

Keywords

FAQs

Package last updated on 28 Jan 2015

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