speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.11k stars 200 forks source link

Support for NamedConstructor #516

Open deian opened 8 years ago

deian commented 8 years ago

Bikeshed currently does not have support for named constructors. COWL is currently using static methods to bypass this, but it would be great if we didn't have to. While digging around, I believe there were a few other specs that were doing the same.

Thanks! Ref: https://w3c.github.io/webappsec-cowl/#issue-56e73af5

tabatkins commented 8 years ago

Yup, plan to support it, there just wasn't anyone using it, so I hadn't spent time on it. I'll prioritize this. ^_^

deian commented 8 years ago

Thanks! :smile: