sablier-labs / docs

Documentation and guides for Sablier
https://docs.sablier.com
GNU General Public License v3.0
14 stars 7 forks source link

Named export 'parse' not found #158

Closed PaulRBerg closed 5 days ago

PaulRBerg commented 5 days ago

The lint:check command doesn't work:

Parsing error: Named export 'parse' not found. The requested module 'micromark' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'micromark';
const { parse, postprocess, preprocess } = pkg;eslint

I spent a little bit of time trying to figure this out, but I couldn't get to the bottom of it.