Rename "babylon" to "@babel/parser" (#7937) 🎉
This commit is contained in:
committed by
Henry Zhu
parent
0200a3e510
commit
daf0ca8680
9
packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/input.js
vendored
Normal file
9
packages/babel-parser/test/fixtures/experimental/optional-chaining/function-call/input.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
func?.()
|
||||
|
||||
func?.(a, b)
|
||||
|
||||
a?.func?.()
|
||||
|
||||
a?.func?.(a, b)
|
||||
|
||||
a.func?.()
|
||||
Reference in New Issue
Block a user