tc39 / proposal-binary-ast

Binary AST proposal for ECMAScript
956 stars 23 forks source link

Add AssertedPositionalParameterName, AssertedRestParameterName, and AssertedParameterName (fixes #50) #52

Closed arai-a closed 6 years ago

arai-a commented 6 years ago

To construct the effective binding storage, at least these information is necessary:

AssertedParameterName is the same thing as AssertedBoundName, added just for clarification.