Socket
Book a DemoInstallSign in
Socket

coffeetoes6

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeetoes6

A CoffeeScript to ES6 converter, based on using CoffeeScript to do initial conversion, and then post-conversion fixes to use newer ES6 features

latest
Source
npmnpm
Version
0.1.11
Version published
Maintainers
1
Created
Source

Coffeetoes6 converts CoffeeScript to JavaScript, using newer EcmaScript functionality. Install it with:

	npm install -g coffeetoes6

There are several of these types of converters. This one works by first using the standard CoffeeScript compiler to convert to JavaScript, and then converting some of the verbose JavaScript output to use newer features. It is definitely not perfect, and any converted code must be reviewed. It can convert:

  • Classes (with methods)
  • Comment preservation (the CoffeeScript compiler usually loses them)
  • require -> import statements
  • Anonymous to fat arrow functions
  • var -> let

Again, the output code will definitely need to be reviewed (as you should always do, to make sure you are using the most appropriate new features). There are a number of converters out there. This one works well for me, it is small, simple, and easy to hack on. Perhaps it will work for you.

Keywords

coffee

FAQs

Package last updated on 14 Jun 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