vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Removal of the `legacy-wasm-test-suite` #280

Open owenwaller opened 2 weeks ago

owenwaller commented 2 weeks ago

Once #278 and #279 are closed, there is no reason for the legacy-wasm-test-suite.

At that point the legacy-wasm-test-suite package should be deleted. No external code should depend on this package in anyway, so this should be safe.

All of the tests will have been refactored into the wasm-test-suite at that point. Any future test cases would be part of the wasm-test-suite package.

If for some reason you believe this will not be a safe operation can you please let us know?