salesforce / lwc

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
https://lwc.dev
Other
1.63k stars 395 forks source link

[SSR] Restrict exports from `lwc` package #4640

Open nolanlawson opened 1 day ago

nolanlawson commented 1 day ago

Follow-up to https://github.com/salesforce/lwc/pull/4617/files#r1800044756.

If you can't import certain things from 'lwc', then you shouldn't be able to export them either:

export { foo } from 'lwc'

Also we should probably rename allowedLwcImports to ssrFriendlyLwcImports or something, since that's the real intent.

git2gus[bot] commented 1 day ago

This issue has been linked to a new work item: W-16984771