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

CLI is not handling export * ... (wildcard) export formats #612

Closed
1 of 5 tasks
thescientist13 opened this issue May 22, 2021 · 0 comments · Fixed by #613
Closed
1 of 5 tasks

CLI is not handling export * ... (wildcard) export formats #612

thescientist13 opened this issue May 22, 2021 · 0 comments · Fixed by #613
Assignees
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP v0.12.3
Milestone

Comments

@thescientist13
Copy link
Member

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

As observed in #611 when trying to upgrade to Lit@2, that this following export * syntax was not being supported, which can be found in lit's index.js

import"@lit/reactive-element";import"lit-html";export*from"lit-element/lit-element.js";

Details

Should break that change out into a standalone PR since it will take some time for community sourced dependencies a little time to catch up and don't want that to block anyone else from adopting Lit@2 or any other dependencies that use that syntax.

@thescientist13 thescientist13 added bug Something isn't working P0 Critical issue that should get addressed ASAP CLI labels May 22, 2021
@thescientist13 thescientist13 added this to the 1.0 milestone May 22, 2021
@thescientist13 thescientist13 self-assigned this May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP v0.12.3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant