question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ES6 features in code base - a breaking change

See original GitHub issue

Version to 1.1.3 (or 1.1.2) introduces ES6 => function syntax in code published to NPM which seems to be a breaking change… And there is no info about it (can’t find any release notes no changelog).

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
eklemcommented, Jun 27, 2017

Fix available on npmjs.com/package/stopword @ulfryk Can you test it?

1reaction
eklemcommented, Jun 27, 2017

Cool! Just open an issue if there is something else.

Read more comments on GitHub >

github_iconTop Results From Across the Web

3. One JavaScript: avoiding versioning in ECMAScript 6
In principle, a new version of a language is a chance to clean it up, by removing outdated features or by changing how...
Read more >
ECMAScript 6: New Features: Overview and Comparison
Support for constants (also known as "immutable variables"), i.e., variables which cannot be re-assigned new content. Notice: this only makes the variable ...
Read more >
lukehoban/es6features: Overview of ECMAScript 6 features
ES6 classes are a simple sugar over the prototype-based OO pattern. ... Non-breaking additions to support full Unicode, including new Unicode literal form ......
Read more >
ECMAScript 6 (ES6): What's New In The Next Version Of ...
In this article, we'll discuss a hand-picked selection of ES6 features that you can use in your everyday JavaScript coding.
Read more >
What Are The New JavaScript ES6 Features? - hackajob Insider
Destructuring, in the literal sense, means to break something down to its roots. With ES6, we can do that to objects and arrays...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found