Add other parser plugins, update yarn.lock (babel/babel-eslint#569)
This commit is contained in:
parent
97c9442511
commit
2afde99434
@ -38,6 +38,9 @@ module.exports = function(code, options) {
|
|||||||
"classPrivateProperties",
|
"classPrivateProperties",
|
||||||
"bigInt",
|
"bigInt",
|
||||||
"optionalCatchBinding",
|
"optionalCatchBinding",
|
||||||
|
"throwExpressions",
|
||||||
|
"pipelineOperator",
|
||||||
|
"nullishCoalescingOperator",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -2,54 +2,53 @@
|
|||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@babel/code-frame@7.0.0-beta.31":
|
"@babel/code-frame@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
js-tokens "^3.0.0"
|
js-tokens "^3.0.0"
|
||||||
|
|
||||||
"@babel/helper-function-name@7.0.0-beta.31":
|
"@babel/helper-function-name@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-get-function-arity" "7.0.0-beta.31"
|
"@babel/helper-get-function-arity" "7.0.0-beta.36"
|
||||||
"@babel/template" "7.0.0-beta.31"
|
"@babel/template" "7.0.0-beta.36"
|
||||||
"@babel/traverse" "7.0.0-beta.31"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
"@babel/types" "7.0.0-beta.31"
|
|
||||||
|
|
||||||
"@babel/helper-get-function-arity@7.0.0-beta.31":
|
"@babel/helper-get-function-arity@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.31"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
|
|
||||||
"@babel/template@7.0.0-beta.31":
|
"@babel/template@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "7.0.0-beta.31"
|
"@babel/code-frame" "7.0.0-beta.36"
|
||||||
"@babel/types" "7.0.0-beta.31"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
babylon "7.0.0-beta.31"
|
babylon "7.0.0-beta.36"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/traverse@7.0.0-beta.31":
|
"@babel/traverse@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "7.0.0-beta.31"
|
"@babel/code-frame" "7.0.0-beta.36"
|
||||||
"@babel/helper-function-name" "7.0.0-beta.31"
|
"@babel/helper-function-name" "7.0.0-beta.36"
|
||||||
"@babel/types" "7.0.0-beta.31"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
babylon "7.0.0-beta.31"
|
babylon "7.0.0-beta.36"
|
||||||
debug "^3.0.1"
|
debug "^3.0.1"
|
||||||
globals "^10.0.0"
|
globals "^11.1.0"
|
||||||
invariant "^2.2.0"
|
invariant "^2.2.0"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/types@7.0.0-beta.31":
|
"@babel/types@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
|
||||||
dependencies:
|
dependencies:
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
@ -218,9 +217,9 @@ babylon@7.0.0-beta.22:
|
|||||||
version "7.0.0-beta.22"
|
version "7.0.0-beta.22"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
|
||||||
|
|
||||||
babylon@7.0.0-beta.31:
|
babylon@7.0.0-beta.36:
|
||||||
version "7.0.0-beta.31"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
|
||||||
|
|
||||||
balanced-match@^1.0.0:
|
balanced-match@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
@ -748,6 +747,10 @@ globals@^11.0.1:
|
|||||||
version "11.0.1"
|
version "11.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
|
resolved "https://registry.yarnpkg.com/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
|
||||||
|
|
||||||
|
globals@^11.1.0:
|
||||||
|
version "11.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/globals/-/globals-11.1.0.tgz#632644457f5f0e3ae711807183700ebf2e4633e4"
|
||||||
|
|
||||||
globby@^5.0.0:
|
globby@^5.0.0:
|
||||||
version "5.0.0"
|
version "5.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
|
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user