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.

Hi, and first of all thanks for a great piece of code.

Have you considered adding support for ES6 files – run via babel or traceur?

It should be as simple as looking for import .+ from "<dependency>(/.+)?"; as well as require\("<dependency>(/.+)?"\);.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lijunlecommented, Nov 4, 2015

Hi all, I am back. 😃

Depcheck-es6 is merged back to original depcheck now. I have released version 0.5.9 on depcheck package in NPM.

Thanks for @rumpl moving the repo under the org. I will continue to develop and maintain the project.

0reactions
lijunlecommented, Sep 19, 2015

Hi, all.

Because @rumpl don’t response on my PR. I decide to publish my fork to NPM and rename to depcheck-es6. It is a drop-in replacement for depcheck package.

Modify your package.json to replace depcheck to depcheck-es6 and update your require or import statements.

Personally, besides ES6 support, I am proposing supports for JSX and gulp. If anybody have some ideas, please open an issue in my fork.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"es6" | Can I use... Support tables for HTML5, CSS3, etc
As ES6 refers to a huge specification and browsers have various levels of support, "Supported" means at least 95% of the spec is...
Read more >
ECMAScript 6 compatibility table
Feature name▻ Current browser 98% ES6 Trans‑ piler 25% Trace... Optimisation Optimisation Optimisation Optimi... §proper tail calls (tail call optimisation)▻ 0/2 0/2 0/2 §direct recursionc No...
Read more >
JavaScript Versions - W3Schools
Browser Support for ES6 (2015) ; Chrome, 51, May 2016 ; Firefox, 52, Mar 2017 ; Edge, 14, Aug 2016 ; Safari, 10,...
Read more >
ES6 Support In Chromium
ES6 Support In Chromium. This is a list of ECMAScript6 features allowed in Chromium code. This is not a status list of v8's...
Read more >
Why You Should Use ES6 - ITNEXT
The most popular features (I will explain later) are supported by all the current browsers very well. If you are a nodejs developer,...
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