Sergey Rubanov

Results 240 comments of Sergey Rubanov

And Webpack 1 will never get error handling for `require.ensure`

JSON superset is implemented in Babel 7 but we don't have tests for it in compat-table yet

Unfortunately we don't have any guide. New implementation should be added to `environments.json` and after that test results should be added to `data-es*.js` files. After that `npm run build` should...

We have Edge and Edge Beta in table now. Dev and Canary are the only missing parts

I can't reproduce. Everything works smooth now. Does anyone still have this problem?

Yes, I agree with @ljharb. If someone blocks PR for some reason, it shouldn't be merged before the person who blocks that PR will approve it.

Any objections against closing this issue?

Not all cases were covered by #1440 For example ```js class C { 2 = 2; 0b01 = 2; "hello" = 2; } ``` and presence of property x in...