tc39 / proposal-binary-ast

Binary AST proposal for ECMAScript
965 stars 23 forks source link

Add AssertedParameterScope.isSimpleParameterList back to distinguish … #53

Closed arai-a closed 6 years ago

arai-a commented 6 years ago

@syg I just noticed that AssertedParameterScope.isSimpleParameterList is still necessary, because the AssertedPositionalParameterName vs AssertedParameterName doesn't distinguish default parameter case. so I added it back.

syg commented 6 years ago

Thank you.