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

fix: for native ESM environments, pass in gitinfo to read to avoid erring #67

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

brettz9
Copy link
Contributor

@brettz9 brettz9 commented Jan 1, 2024

fix: for native ESM environments, pass in gitinfo to read to avoid erring

I'm switching eslint-plugin-jsdoc to support native ESM (and fix a TS bug in the process) as well as CJS fallback, but the native ESM environment gives problems with the stack/execution context used by Gitdown.

This PR works around that problem (and allows us to resume running create-docs upon pushes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants