prettier@1.15.1 (#9001)
This commit is contained in:
parent
504b331da4
commit
4f206b2416
@ -55,7 +55,7 @@
|
||||
"lodash": "^4.17.10",
|
||||
"merge-stream": "^1.0.1",
|
||||
"output-file-sync": "^2.0.0",
|
||||
"prettier": "^1.14.3",
|
||||
"prettier": "^1.15.1",
|
||||
"pump": "^1.0.2",
|
||||
"rimraf": "^2.4.3",
|
||||
"rollup-plugin-babel": "^4.0.0-beta.0",
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"jsx",
|
||||
"flow"
|
||||
],
|
||||
"plugins": ["jsx", "flow"],
|
||||
"throws": "Cannot overwrite reserved type _ (2:5)"
|
||||
}
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"jsx",
|
||||
"flow"
|
||||
],
|
||||
"plugins": ["jsx", "flow"],
|
||||
"throws": "Cannot overwrite reserved type _ (2:13)"
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"sourceType": "script",
|
||||
"plugins": ["jsx", "flow"]
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
{
|
||||
"plugins": [
|
||||
"typescript",
|
||||
["decorators", { "decoratorsBeforeExport": true }]
|
||||
],
|
||||
"plugins": ["typescript", ["decorators", { "decoratorsBeforeExport": true }]],
|
||||
"throws": "Unexpected token, expected \"(\" (2:0)"
|
||||
}
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"typescript",
|
||||
["decorators", { "decoratorsBeforeExport": true }]
|
||||
]
|
||||
"plugins": ["typescript", ["decorators", { "decoratorsBeforeExport": true }]]
|
||||
}
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"plugins": ["typescript"],
|
||||
"throws": "A required element cannot follow an optional element. (1:17)"
|
||||
}
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"plugins": ["typescript"],
|
||||
"throws": "A rest element must be last in a tuple type. (1:8)"
|
||||
}
|
||||
@ -229,7 +229,9 @@ const getLowestImplementedVersion = ({ features }, env) => {
|
||||
return null;
|
||||
}
|
||||
|
||||
return envTests.map(str => str.replace(env, "")).reduce((a, b) => {
|
||||
return envTests
|
||||
.map(str => str.replace(env, ""))
|
||||
.reduce((a, b) => {
|
||||
if (b === unreleasedLabelForEnv) {
|
||||
return b;
|
||||
}
|
||||
|
||||
@ -7734,10 +7734,10 @@ preserve@^0.2.0:
|
||||
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
||||
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
|
||||
|
||||
prettier@^1.14.3:
|
||||
version "1.14.3"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"
|
||||
integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg==
|
||||
prettier@^1.15.1:
|
||||
version "1.15.1"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.1.tgz#06c67106afb1b40e74b002353b2079cc7e0e67bf"
|
||||
integrity sha512-4rgV2hyc/5Pk0XHH4VjJWHRgVjgRbpMfLQjREAhHBtyW1UvTFkjJEsueGYNYYZd9mn97K+1qv0EBwm11zoaSgA==
|
||||
|
||||
pretty-format@^23.6.0:
|
||||
version "23.6.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user