* Added optionalExpression types to babylon and babel-types * OptionalChain transforms bug fix * Added OptionalExpressions to babel-generator. Fixed OptionalChain Bugs * Removed 'optionalChain' from newExpression and added test cases * Added test cases for optionalChain * Update index.js
5 lines
121 B
JSON
5 lines
121 B
JSON
{
|
|
"plugins": ["optionalChaining"],
|
|
"throws": "constructors in/after an Optional Chain are not allowed (1:7)"
|
|
}
|