Skip to content

Node >= 4 / es6 updates #93

@mtharrison

Description

@mtharrison

Summary of changes required:

  • use strict
  • const and let where appropriate (linter will tell you where)
  • arrow functions where appropriate (linter will tell you where)
  • relevant updates to tests + docs
  • updating deps and engine in package.json
  • avoid self and += / -= (not optimized yet for let const)

Metadata

Metadata

Assignees

Labels

breaking changesChange that can breaking existing code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions