Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address micromark package export problems #79

Closed
tripodsan opened this issue Jan 3, 2022 · 1 comment
Closed

address micromark package export problems #79

tripodsan opened this issue Jan 3, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tripodsan
Copy link
Contributor

micromark uses conditional package exports:
https://github.com/micromark/micromark/blob/9a3a2dd28b996049fe7de46d6e6f905d20bf5caf/packages/micromark/package.json#L56-L57

those are imported, depending on the --conditions argument:
https://nodejs.org/docs/latest-v14.x/api/packages.html#packages_resolving_user_conditions

the frontmatter tests fail with --conditions=development

@tripodsan tripodsan added the bug Something isn't working label Jan 3, 2022
@tripodsan tripodsan self-assigned this Jan 3, 2022
@tripodsan
Copy link
Contributor Author

fixed with #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant