Skip to content

Remove v8-compile-cache#8990

Merged
mischnic merged 2 commits into
v2from
remove-v8-compile-cache
May 9, 2023
Merged

Remove v8-compile-cache#8990
mischnic merged 2 commits into
v2from
remove-v8-compile-cache

Conversation

@mischnic

@mischnic mischnic commented May 5, 2023

Copy link
Copy Markdown
Member

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
@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