bids-validator
bids-validator copied to clipboard
1245 separate endpoints
This is the first step in creating two distributions of the validator for both ES and CommonJS modules. The next will be to abstract file handling to a common API that will be passed from either endpoint to the common codebase.
Major changes:
- Separated endpoints to /commonjs and /esm
- pulled the start function out of bids and duplicated into each endpoint (this is where the different file handling will be done)
- removed
require()calls from the common codebase
@nellh / @rwblair is this still relevant, or should we close it?