Skip to content

Commit eba5920

Browse files
authored
Add other parser plugins, update yarn.lock (babel#569)
1 parent e201fb4 commit eba5920

File tree

2 files changed

+40
-34
lines changed

2 files changed

+40
-34
lines changed

lib/parse.js

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ module.exports = function(code, options) {
3838
"classPrivateProperties",
3939
"bigInt",
4040
"optionalCatchBinding",
41+
"throwExpressions",
42+
"pipelineOperator",
43+
"nullishCoalescingOperator",
4144
],
4245
};
4346

yarn.lock

+37-34
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,53 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].31":
6-
version "7.0.0-beta.31"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
5+
"@babel/[email protected].36":
6+
version "7.0.0-beta.36"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
88
dependencies:
99
chalk "^2.0.0"
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13-
"@babel/[email protected].31":
14-
version "7.0.0-beta.31"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
13+
"@babel/[email protected].36":
14+
version "7.0.0-beta.36"
15+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
1616
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.31"
18-
"@babel/template" "7.0.0-beta.31"
19-
"@babel/traverse" "7.0.0-beta.31"
20-
"@babel/types" "7.0.0-beta.31"
17+
"@babel/helper-get-function-arity" "7.0.0-beta.36"
18+
"@babel/template" "7.0.0-beta.36"
19+
"@babel/types" "7.0.0-beta.36"
2120

22-
"@babel/[email protected].31":
23-
version "7.0.0-beta.31"
24-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
21+
"@babel/[email protected].36":
22+
version "7.0.0-beta.36"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
2524
dependencies:
26-
"@babel/types" "7.0.0-beta.31"
25+
"@babel/types" "7.0.0-beta.36"
2726

28-
"@babel/[email protected].31":
29-
version "7.0.0-beta.31"
30-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
27+
"@babel/[email protected].36":
28+
version "7.0.0-beta.36"
29+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
3130
dependencies:
32-
"@babel/code-frame" "7.0.0-beta.31"
33-
"@babel/types" "7.0.0-beta.31"
34-
babylon "7.0.0-beta.31"
31+
"@babel/code-frame" "7.0.0-beta.36"
32+
"@babel/types" "7.0.0-beta.36"
33+
babylon "7.0.0-beta.36"
3534
lodash "^4.2.0"
3635

37-
"@babel/[email protected].31":
38-
version "7.0.0-beta.31"
39-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
36+
"@babel/[email protected].36":
37+
version "7.0.0-beta.36"
38+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
4039
dependencies:
41-
"@babel/code-frame" "7.0.0-beta.31"
42-
"@babel/helper-function-name" "7.0.0-beta.31"
43-
"@babel/types" "7.0.0-beta.31"
44-
babylon "7.0.0-beta.31"
40+
"@babel/code-frame" "7.0.0-beta.36"
41+
"@babel/helper-function-name" "7.0.0-beta.36"
42+
"@babel/types" "7.0.0-beta.36"
43+
babylon "7.0.0-beta.36"
4544
debug "^3.0.1"
46-
globals "^10.0.0"
45+
globals "^11.1.0"
4746
invariant "^2.2.0"
4847
lodash "^4.2.0"
4948

50-
"@babel/[email protected].31":
51-
version "7.0.0-beta.31"
52-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
49+
"@babel/[email protected].36":
50+
version "7.0.0-beta.36"
51+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
5352
dependencies:
5453
esutils "^2.0.2"
5554
lodash "^4.2.0"
@@ -218,9 +217,9 @@ [email protected]:
218217
version "7.0.0-beta.22"
219218
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
220219

221-
222-
version "7.0.0-beta.31"
223-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
220+
221+
version "7.0.0-beta.36"
222+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
224223

225224
balanced-match@^1.0.0:
226225
version "1.0.0"
@@ -748,6 +747,10 @@ globals@^11.0.1:
748747
version "11.0.1"
749748
resolved "https://registry.yarnpkg.com/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
750749

750+
globals@^11.1.0:
751+
version "11.1.0"
752+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.1.0.tgz#632644457f5f0e3ae711807183700ebf2e4633e4"
753+
751754
globby@^5.0.0:
752755
version "5.0.0"
753756
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"

0 commit comments

Comments
 (0)