ES6 support?
See original GitHub issueIssue Analytics
- State:
- Created 9 years ago
- Comments:13 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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 fordepcheck
package.Modify your
package.json
to replacedepcheck
todepcheck-es6
and update yourrequire
orimport
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.