silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
183 stars 18 forks source link

Refactor providers to notably remove unneeded type guards #1555

Closed axelboc closed 8 months ago

axelboc commented 8 months ago

A bit of clean-up before I start improving the parsing of the dtypes in both H5WasmApi and H5GroveApi. Mostly, I remove a bunch of type guards that are not necessary and I move some functional utilities out of the classes. I recommend reviewing commit by commit.