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

chore: update babel imports to use named exports #365

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

JayaKrishnaNamburu
Copy link
Member

Updating the use of @babel/core using named exports. Tested locally with jspm-cli using npm-link and most of the tests and passing. Some of them failing but they are not directly related to this change.

@@ -54,7 +52,6 @@ export async function createTsAnalysis(

const imports = new Set<string>();
const dynamicImports = new Set<string>();
let importMeta = false;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the importMeta flag is not being used.

@guybedford guybedford merged commit 4f370b0 into main Jul 11, 2024
6 checks passed
@guybedford guybedford deleted the update-babel-imports branch July 11, 2024 07:02
@guybedford
Copy link
Member

Thanks so much I've released a 2.1.2.

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