Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

[suggestion] Usage of ES2015 features available in node@4 #93

@dignifiedquire

Description

@dignifiedquire

As we already restrict the node version to be > 4 it seems very reasonable to me to start using the available ES2015 features shipping with v8 (list can be found here)

This means adding two things to support it:

  1. Use babel-eslint parser for eslint instead of the standard one, as that supports all features needed.
  2. Add babelify to the browserify toolchain to ensure the code still works in all browsers.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions