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

added nullishCoalescingOperator to parsers #289

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/parsers/babylon-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = (type, plugins) => input =>
'functionSent',
'dynamicImport',
'optionalCatchBinding',
'optionalChaining'
'optionalChaining',
'nullishCoalescingOperator'
]
)
})