tc39 / proposal-binary-ast

Binary AST proposal for ECMAScript
956 stars 23 forks source link

Remove unnecessary optional from boolean #47

Closed arai-a closed 6 years ago

arai-a commented 6 years ago

I don't see any reason to use optional boolean there, (and it's not supported by binjs-ref)

Using raw boolean makes implementation simpler.