Put duplicate-keys in alphabetical order.

This commit is contained in:
Artem Yavorsky 2017-03-10 13:59:56 +02:00
parent 1584fbe176
commit 37bd909e15
4 changed files with 15 additions and 15 deletions

View File

@ -34,15 +34,6 @@
"ios": 10, "ios": 10,
"opera": 33 "opera": 33
}, },
"transform-es2015-duplicate-keys": {
"chrome": 42,
"edge": 12,
"firefox": 34,
"safari": 9,
"node": 4,
"ios": 9,
"opera": 29
},
"transform-es2015-computed-properties": { "transform-es2015-computed-properties": {
"chrome": 44, "chrome": 44,
"edge": 12, "edge": 12,
@ -69,6 +60,15 @@
"ios": 10, "ios": 10,
"opera": 38 "opera": 38
}, },
"transform-es2015-duplicate-keys": {
"chrome": 42,
"edge": 12,
"firefox": 34,
"safari": 9,
"node": 4,
"ios": 9,
"opera": 29
},
"transform-es2015-for-of": { "transform-es2015-for-of": {
"chrome": 51, "chrome": 51,
"edge": 15, "edge": 15,

View File

@ -13,10 +13,10 @@ Using plugins:
transform-es2015-block-scoped-functions {"uglify":true} transform-es2015-block-scoped-functions {"uglify":true}
transform-es2015-block-scoping {"uglify":true} transform-es2015-block-scoping {"uglify":true}
transform-es2015-classes {"uglify":true} transform-es2015-classes {"uglify":true}
transform-es2015-duplicate-keys {"uglify":true}
transform-es2015-computed-properties {"uglify":true} transform-es2015-computed-properties {"uglify":true}
check-es2015-constants {"uglify":true} check-es2015-constants {"uglify":true}
transform-es2015-destructuring {"uglify":true} transform-es2015-destructuring {"uglify":true}
transform-es2015-duplicate-keys {"uglify":true}
transform-es2015-for-of {"uglify":true} transform-es2015-for-of {"uglify":true}
transform-es2015-function-name {"uglify":true} transform-es2015-function-name {"uglify":true}
transform-es2015-literals {"uglify":true} transform-es2015-literals {"uglify":true}
@ -39,4 +39,4 @@ Using polyfills:
web.timers {"chrome":55} web.timers {"chrome":55}
web.immediate {"chrome":55} web.immediate {"chrome":55}
web.dom.iterable {"chrome":55} web.dom.iterable {"chrome":55}
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -14,10 +14,10 @@ Using plugins:
transform-es2015-block-scoped-functions {"ie":10} transform-es2015-block-scoped-functions {"ie":10}
transform-es2015-block-scoping {"ie":10} transform-es2015-block-scoping {"ie":10}
transform-es2015-classes {"ie":10} transform-es2015-classes {"ie":10}
transform-es2015-duplicate-keys {"ie":10}
transform-es2015-computed-properties {"ie":10} transform-es2015-computed-properties {"ie":10}
check-es2015-constants {"ie":10} check-es2015-constants {"ie":10}
transform-es2015-destructuring {"ie":10,"node":6} transform-es2015-destructuring {"ie":10,"node":6}
transform-es2015-duplicate-keys {"ie":10}
transform-es2015-for-of {"ie":10,"node":6} transform-es2015-for-of {"ie":10,"node":6}
transform-es2015-function-name {"ie":10,"node":6} transform-es2015-function-name {"ie":10,"node":6}
transform-es2015-literals {"ie":10} transform-es2015-literals {"ie":10}
@ -111,4 +111,4 @@ Using polyfills:
web.timers {"chrome":54,"ie":10,"node":6} web.timers {"chrome":54,"ie":10,"node":6}
web.immediate {"chrome":54,"ie":10,"node":6} web.immediate {"chrome":54,"ie":10,"node":6}
web.dom.iterable {"chrome":54,"ie":10,"node":6} web.dom.iterable {"chrome":54,"ie":10,"node":6}
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -17,10 +17,10 @@ Using plugins:
transform-es2015-block-scoped-functions {"edge":13,"ie":10,"ios":9,"safari":7} transform-es2015-block-scoped-functions {"edge":13,"ie":10,"ios":9,"safari":7}
transform-es2015-block-scoping {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} transform-es2015-block-scoping {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
transform-es2015-classes {"ie":10,"ios":9,"safari":7} transform-es2015-classes {"ie":10,"ios":9,"safari":7}
transform-es2015-duplicate-keys {"ie":10,"safari":7}
transform-es2015-computed-properties {"ie":10,"safari":7} transform-es2015-computed-properties {"ie":10,"safari":7}
check-es2015-constants {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} check-es2015-constants {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
transform-es2015-destructuring {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} transform-es2015-destructuring {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
transform-es2015-duplicate-keys {"ie":10,"safari":7}
transform-es2015-for-of {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} transform-es2015-for-of {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
transform-es2015-function-name {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} transform-es2015-function-name {"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
transform-es2015-literals {"firefox":49,"ie":10,"safari":7} transform-es2015-literals {"firefox":49,"ie":10,"safari":7}
@ -123,4 +123,4 @@ Using polyfills:
web.timers {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} web.timers {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
web.immediate {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} web.immediate {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
web.dom.iterable {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7} web.dom.iterable {"chrome":54,"edge":13,"firefox":49,"ie":10,"ios":9,"safari":7}
src/in.js -> lib/in.js src/in.js -> lib/in.js