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 fs-extra imports #9843

Merged
merged 3 commits into from May 10, 2024
Merged

Fix fs-extra imports #9843

merged 3 commits into from May 10, 2024

Conversation

nwalters512
Copy link
Contributor

This should close #9842. import * as fs from 'fs-extra doesn't work as expected for this module, even though the types say they do. import fs from 'fs-extra' works correctly, and is in fact one of the documented ways to use this library with native ESM.

Copy link
Contributor

All images

Image Platform Old Size New Size Change
prairielearn/executor:7695d65feca3664d97d4d0d847d3a391f407bda1 null 1635.48 MB 1635.49 MB 0.00%
prairielearn/prairielearn:7695d65feca3664d97d4d0d847d3a391f407bda1 linux/amd64 1635.47 MB 1635.48 MB 0.00%

@nwalters512 nwalters512 added this pull request to the merge queue May 10, 2024
Merged via the queue into master with commit fc91cfc May 10, 2024
7 checks passed
@nwalters512 nwalters512 deleted the fix-fs-extra-import branch May 10, 2024 20:38
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.

Errors generating files in workspaces
2 participants