WICG / webusb

Connecting hardware to the web.
https://wicg.github.io/webusb/
Other
1.31k stars 131 forks source link

Add explicit exports for unreferenced definitions #132

Closed reillyeon closed 6 years ago

reillyeon commented 6 years ago

The Bikeshed build is currently failing because the spec contains unexported definitions that are not referenced within the specification itself. Triage these and for each choose whether to remove the definition or explicitly export it.

reillyeon commented 6 years ago

This issue was fixed in #135.