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

Incompatibility with Node 10 introduced in #748 #750

Closed
rwjblue opened this issue Mar 31, 2021 · 0 comments · Fixed by #751
Closed

Incompatibility with Node 10 introduced in #748 #750

rwjblue opened this issue Mar 31, 2021 · 0 comments · Fixed by #751
Labels
bug Something isn't working

Comments

@rwjblue
Copy link
Collaborator

rwjblue commented Mar 31, 2021

Looks like #748 introduced an incompatibility with Node 10 due to Object.fromEntries usage:

files = Object.fromEntries(
walkSync(dir, { globs: ['**/*.js', '**/*.hbs'] }).map(f => [`./${f}`, `./${localDir}/${f}`])
);

Added in 56db384.

@rwjblue rwjblue added the bug Something isn't working label Mar 31, 2021
@ef4 ef4 closed this as completed in #751 Mar 31, 2021
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

Successfully merging a pull request may close this issue.

1 participant