-
Follow-up to https://github.com/salesforce/lwc/pull/4807/files#r1835130842
We don't support custom superclasses/mixins yet in `ssr-compiler`.
https://github.com/salesforce/lwc/blob/4845840a8f11a…
-
In the regular compiler, we disallow various forms of invalid decorator usage. The following validation should be added to the SSR compiler:
1. Only `api`, `track`, and `wire` can be used as decora…
-
### Description
The LWC Rollup plugin seems to have a fundamental incompatibility with Vite's core set of plugins (which are not configurable). The issue stems from the fact that both the LWC Roll…
-
When using `@lwc/synthetic-shadow`, a component rendering a `` will leak if that `` is clicked. This does not repro if the `` is not clicked, and it does not repro if `@lwc/synthetic-shadow` is not be…
-
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:
```js
export { foo…
-
Other important packages published to npm, like vue, started adding this npm feature called "provenance" in their published packages.
https://docs.npmjs.com/generating-provenance-statements
Vue
http…
-
In the SSR compiler/runtime, we should have a parallel API like `setHooks` to enforce `lwc:inner-html` validation. It should throw an error at runtime if `setHooks` is not called, and use the hook if …
-
### Summary
The LWC Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.
### Steps To Reproduce:
I got a new C driver, installed new Windo…
-
I am using the following settings and it's not formatting .cls apex class files and giving the error "Couldn't resolve parser "apex""
**Logs**:
["INFO" - 2:08:41 AM] Formatting file:///c%3A/Users/…
-
### Summary
Detect Conflicts At Sync setting implies it works for any and all metadata file which has a last modified date. This includes LWC bundles. If it does not, it should be specified i…