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

feat: imports added by other plugins are also included in the define calls #126

Merged
merged 1 commit into from
May 31, 2024

Conversation

nlunets
Copy link
Contributor

@nlunets nlunets commented May 30, 2024

The babel visitor tend to run in parallel so any one of them adding imports at the "wrong" time.

To avoid this we run the ImportDeclaration visitor again during the exit phase of the program.

…define calls

The babel visitor tend to run in parallel so any one of them adding imports at the "wrong" time.
To avoid this we run the ImportDeclaration visitor again during the exit phase of the program
@petermuessig
Copy link
Member

LGTM, thx - will release it right now

@petermuessig petermuessig merged commit 895fe62 into ui5-community:main May 31, 2024
4 checks passed
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.

2 participants