mirror of
https://github.com/status-im/metro.git
synced 2025-01-11 11:34:24 +00:00
Add spread transform.
This commit is contained in:
parent
a8570b6b98
commit
294850f364
5
.babelrc
5
.babelrc
@ -1,10 +1,11 @@
|
||||
{
|
||||
"plugins": [
|
||||
"syntax-trailing-function-commas",
|
||||
"transform-flow-strip-types",
|
||||
"transform-async-to-generator",
|
||||
"transform-es2015-destructuring",
|
||||
"transform-es2015-parameters",
|
||||
"transform-async-to-generator"
|
||||
"transform-flow-strip-types",
|
||||
"transform-object-rest-spread"
|
||||
],
|
||||
"retainLines": true
|
||||
}
|
||||
|
@ -8,6 +8,7 @@
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.18.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.18.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"chalk": "^1.1.3",
|
||||
"codecov": "^1.0.1",
|
||||
"eslint": "^3.11.1",
|
||||
|
11
yarn.lock
11
yarn.lock
@ -309,6 +309,10 @@ babel-plugin-syntax-flow@^6.18.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
|
||||
|
||||
babel-plugin-syntax-object-rest-spread@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
|
||||
|
||||
babel-plugin-syntax-trailing-function-commas@^6.13.0:
|
||||
version "6.22.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
|
||||
@ -345,6 +349,13 @@ babel-plugin-transform-flow-strip-types@^6.18.0:
|
||||
babel-plugin-syntax-flow "^6.18.0"
|
||||
babel-runtime "^6.22.0"
|
||||
|
||||
babel-plugin-transform-object-rest-spread@^6.23.0:
|
||||
version "6.23.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.23.0.tgz#875d6bc9be761c58a2ae3feee5dc4895d8c7f921"
|
||||
dependencies:
|
||||
babel-plugin-syntax-object-rest-spread "^6.8.0"
|
||||
babel-runtime "^6.22.0"
|
||||
|
||||
babel-preset-jest@^18.0.0:
|
||||
version "18.0.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-18.0.0.tgz#84faf8ca3ec65aba7d5e3f59bbaed935ab24049e"
|
||||
|
Loading…
x
Reference in New Issue
Block a user