tc39 / proposal-extractors

Extractors for ECMAScript
http://tc39.es/proposal-extractors/
MIT License
200 stars 3 forks source link

Remove unnecessary FunctionCall production #28

Closed rbuckton closed 3 months ago

rbuckton commented 3 months ago

Since extractors can't be a()(b) = c, the FunctionCall production is redundant and can be removed.

github-actions[bot] commented 3 months ago

A preview of this PR can be found at https://tc39.es/proposal-extractors/pr/28.