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

Remove v8-compile-cache #8990

Merged
merged 2 commits into from May 9, 2023
Merged

Remove v8-compile-cache #8990

merged 2 commits into from May 9, 2023

Conversation

mischnic
Copy link
Member

@mischnic mischnic commented May 5, 2023

Because of zertosh/v8-compile-cache#30

Closes #8987

The diagnostics change fixes an error caused by

logger.warn({
message: 'ES module dependencies are experimental.',
origin: '@parcel/package-manager',
codeFrames: [
{
filePath: resolved,
codeHighlights: [],
},
],
});

because codeHighlights[0] was undefined

@mischnic mischnic merged commit 7abd24c into v2 May 9, 2023
15 of 16 checks passed
@mischnic mischnic deleted the remove-v8-compile-cache branch May 9, 2023 19:43
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.

Cannot use dynamic imports in resolver plugins (A dynamic import callback was not specified)
2 participants