whatwg / console

Console Standard
https://console.spec.whatwg.org/
Other
269 stars 67 forks source link

Meta: Remove the reference implementation #180

Closed domfarolino closed 4 years ago

domfarolino commented 4 years ago

This PR removes the reference implementation and the tests associated with it. The reference implementation for this standard is fairly un-maintained and hasn't been updated in a while. My understanding is that no implementations really use it as a reference to see how their console interface should act or look, so I think it is reasonable to remove this from the repository.

This will also fix #152, which is about updating one of the reference implementation dependencies.

annevk commented 4 years ago

This might also allow for some changes to https://github.com/whatwg/spec-factory/blob/master/factory.json.

domenic commented 4 years ago

Perhaps remove the test/ directory as well.

domfarolino commented 4 years ago

Perhaps remove the test/ directory as well.

I was thinking about this too, but figured we might want to do it separately, since there could be some tests we can port to WPTs