bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Remove node.js specific modules from core bids-validator entrypoint

Open nellh opened this issue 4 years ago • 0 comments

Separating any Node specific APIs from the main package would make the core of the validator more portable between environments and make it clear where Node APIs could be called.

These should be separate entrypoints, so that it is possible to import bids-validator as ESM without bundler shims from tools like Webpack or Rollup.

nellh avatar Apr 05 '21 22:04 nellh