We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mock-fs
The mock-fs package is incompatible with Node v20, which causes unit tests in the aura-language-server and lightning-lsp-common to fail.
aura-language-server
lightning-lsp-common
It looks like there's a draft PR in mock-fs to support Node v20 but progress seems to be slow.
A potential replacement is memfs, although there's some extra plumbing that needs to happen to make it compatible with existing tests.
memfs
No test failures
Test failures
The text was updated successfully, but these errors were encountered:
The fix introduced in #593 is a temporary work-around to unblock other PRs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
The
mock-fs
package is incompatible with Node v20, which causes unit tests in theaura-language-server
andlightning-lsp-common
to fail.It looks like there's a draft PR in
mock-fs
to support Node v20 but progress seems to be slow.A potential replacement is
memfs
, although there's some extra plumbing that needs to happen to make it compatible with existing tests.Steps To Reproduce:
Expected result
No test failures
Actual result
Test failures
The text was updated successfully, but these errors were encountered: