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

Reexports default could not co-exists with reexports star(SystemJS output) #12573

Closed
1 task done
shrinktofit opened this issue Dec 30, 2020 · 2 comments · Fixed by #12612
Closed
1 task done

Reexports default could not co-exists with reexports star(SystemJS output) #12573

shrinktofit opened this issue Dec 30, 2020 · 2 comments · Fixed by #12612
Labels
area: modules i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@shrinktofit
Copy link
Contributor

shrinktofit commented Dec 30, 2020

Bug Report

  • I would like to work on a fix!

Current behavior

Input Code

export { default } from 'foo';
export * from 'foo';

Expected behavior

Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)

{
  "plugins": ["@babel/transform-modules-systemjs"]
}

Environment

  • Babel version(s): [e.g. v7.12.12]
  • Node/npm version: [e.g. Node 12/npm 7]
  • OS: [e.g. macOS 10.15.4, Windows 10]
  • Monorepo: [e.g. yes/no/Lerna]
  • How you are using Babel: [e.g. webpack, rollup, parcel, babel-register]

Possible Solution

Additional context

@babel-bot
Copy link
Collaborator

Hey @shrinktofit! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite."

@nicolo-ribaudo
Copy link
Member

Thanks for the bug report! And thanks for ticking "I would like to work on a fix!" 😄

If you need any pointer, feel free to ask!

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Apr 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: modules i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants