* Fix optional chaining bug regarding spread in function calls * Revamp optional-chain to be top down Instead of going both upwards and downwards from the first real optional expression, we can just start from the top down. * Add more tests
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"plugins": [
|
|
"external-helpers",
|
|
"proposal-optional-chaining",
|
|
"transform-spread"
|
|
]
|
|
}
|