Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

chore: update babel imports to use named exports - #365

Merged
guybedford merged 1 commit into
mainfrom
update-babel-imports
Jul 11, 2024
Merged

chore: update babel imports to use named exports#365
guybedford merged 1 commit into
mainfrom
update-babel-imports

Conversation

@JayaKrishnaNamburu

Copy link
Copy Markdown
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.

Comment thread src/trace/ts.ts

const imports = new Set<string>();
const dynamicImports = new Set<string>();
let importMeta = false;

Copy link
Copy Markdown
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
@guybedford
guybedford deleted the update-babel-imports branch July 11, 2024 07:02
@guybedford

Copy link
Copy Markdown
Member

Thanks so much I've released a 2.1.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants