Skip to content

fix: HarmonyImportSpecifierDependency interop should scan xxx.xxx#3910

Merged
underfin merged 2 commits intomainfrom
fix-fn-call-interop
Aug 7, 2023
Merged

fix: HarmonyImportSpecifierDependency interop should scan xxx.xxx#3910
underfin merged 2 commits intomainfrom
fix-fn-call-interop

Conversation

@underfin
Copy link
Copy Markdown
Contributor

@underfin underfin commented Aug 7, 2023

Summary

close #3903.
Before HarmonyImportSpecifierDependency interop only scan xxx.default, it will cased mjs files import cjs is diffrent with webpack. The pr will fixed it.
Other the pr will scan extra xx.xx will generate xx.["xx"], so support generate xx.xx to align to webpack.

Test Plan

Added

@underfin underfin requested review from a team August 7, 2023 03:24
@underfin underfin requested a review from h-a-n-a as a code owner August 7, 2023 03:24
@underfin underfin force-pushed the fix-fn-call-interop branch from c2ccad4 to 81d2637 Compare August 7, 2023 03:32
@underfin underfin enabled auto-merge August 7, 2023 03:51
@underfin underfin added this pull request to the merge queue Aug 7, 2023
Merged via the queue into main with commit 89f4eee Aug 7, 2023
@underfin underfin deleted the fix-fn-call-interop branch August 7, 2023 05:35
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.

Runtime generation failed causing code is eliminated by accident

3 participants