Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit fe36e26

Browse files
Merge pull request #189 from chrishelgert/patch-1
Add 'optionalChaining' to babylon-parser
2 parents 379177d + ad7dd7e commit fe36e26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parsers/babylon-parser.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = type => input =>
1414
'functionBind',
1515
'functionSent',
1616
'dynamicImport',
17-
'optionalCatchBinding'
17+
'optionalCatchBinding',
18+
'optionalChaining'
1819
]
1920
})

0 commit comments

Comments
 (0)