Deprecation warning: @babel/plugin-proposal-export-namespace-from #10

Open
opened 8 months ago by u75250 · 1 comments

Hello,
I got a warning after an npm install.
It says:

npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.

I don't actually know the details but I am here for a head up; does the deprecation relevant to fix-esm?

Hello, I got a warning after an npm install. It says: > npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. I don't actually know the details but I am here for a head up; does the deprecation relevant to `fix-esm`?
Owner

Thanks for letting me know! As I understand, this is just a rename of the plugin package - since it's now an accepted part of the standard, the design is essentially set in stone, so I would expect that the current dependency will basically match the final design and keep working in perpetuity.

That having been said, I'll look at changing over to the new package soon, as that will probably be the one to receive all the bugfixes going forward.

Thanks for letting me know! As I understand, this is just a rename of the plugin package - since it's now an accepted part of the standard, the design is essentially set in stone, so I would *expect* that the current dependency will basically match the final design and keep working in perpetuity. That having been said, I'll look at changing over to the new package soon, as that will probably be the one to receive all the bugfixes going forward.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joepie91/fix-esm#10
Loading…
There is no content yet.