Sergey Rubanov

Results 240 comments of Sergey Rubanov

Would be great if someone will add PhantomJS 2.5 to the table, however I think we can mark PhantomJS 2 as obsolete or very obsolete.

Also we should check if some of those features landed to spec. I believe that at least `class extends null` did.

modules are behind a flag in Edge 14 now https://developer.microsoft.com/en-us/microsoft-edge/platform/status/moduleses6/

I agree that npm module should contain only raw data. One always can `git clone` repo if he or she want HTML files. Size of deps matters for every project....

```bash npm i compat-table ``` \+ ```js var es2016plusData = require('compat-table/data-es2016plus'); createAwesomeAppUsing(es2016plusData); ``` and managing versions via semver and `package.json` is way more easier than downloading exact files, adding them...

we should use [this list](https://atom.io/download/electron/index.json) (from this comment https://github.com/babel/babel-preset-env/pull/55#discussion_r91378631)

Don't have much time until end of the week. Further steps seem to be trivial. I'll finish rest of this soon.

It was removed from spec completely: https://github.com/tc39/ecma262/pull/689

IMO this should be on caniuse website instead. or we'll end up creating a copy of caniuse in a new tab of compat-table

Strict mode tests are under [es5 tab](http://kangax.github.io/compat-table/es5/)