ianstormtaylor / superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).
https://docs.superstructjs.org
MIT License
7.02k stars 224 forks source link

switch to npm, cleanup rollup, remove umd #1146

Closed ianstormtaylor closed 1 year ago

ianstormtaylor commented 1 year ago

This cleans up the build process:

Another nice thing would be to switch to Vitest from Mocha, allowing us to fully remove all the Babel-related junk. But that's for another time.