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

fix: package internal dependencies #1541

Merged
merged 5 commits into from
Sep 29, 2019
Merged

fix: package internal dependencies #1541

merged 5 commits into from
Sep 29, 2019

Conversation

diervo
Copy link
Contributor

@diervo diervo commented Sep 28, 2019

Details

There were some missing dependencies reported by @muenzpraeger

Does this PR introduce breaking changes?

  • No, it does not introduce breaking changes.

@diervo
Copy link
Contributor Author

diervo commented Sep 28, 2019

@ekashida the package you created (@lwc/shared) can't be private because its used in the compiler and is some other instances where the package might need to be resolved (cjs versions)

@diervo diervo changed the title Fix package internal dependencies. fix: package internal dependencies. Sep 28, 2019
@diervo diervo changed the title fix: package internal dependencies. fix: package internal dependencies Sep 28, 2019
@@ -18,6 +18,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@lwc/babel-plugin-component": "1.0.2",
"@lwc/errors": "1.0.2",
"@lwc/shared": "1.0.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

@ekashida you fixed some of this few days ago... you explicitly made shared private, but this PR is making it public, which is not ideal since we don't want people to rely on that pkg directly, only us.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nothing works in several packages because this is used in the main code...

@ekashida
Copy link
Member

I've opened #1542 as an alternative solution to this issue

@diervo diervo merged commit 5ad74d3 into master Sep 29, 2019
@diervo diervo deleted the dval/fixPrivateExposure branch September 29, 2019 16:47
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.

4 participants