Hello,
there is possibility to use <| with function expressions:
SuperFun <| function Fun () { ... }
and it creates parallel constructor and prototype chaining.
Would it be possible to allow:
function SuperFun <| Fun () {
...
}
to use <| in function _declarations_ as well?
For simplicity, SuperFun may be PrimaryExpression, not MemberExpression,
if problematic.
Herby
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss