lightning-language-server
lightning-language-server copied to clipboard
LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
### Summary Users are reporting (https://github.com/salesforce/sfdx-lwc-jest/issues/350) that `import { createElement } from 'lwc'` is showing a red squiggly in VS Code even though this is not considered a lint error...
### What does this PR do? Impact: this PR only has impact on core workspaces for Salesforce internal users working on core. For external users working on SFDX workspaces, this...
Update codeowners file
**Is your feature request related to a problem? Please describe.** I've been looking into integrating Neovim's lsp client with lwc language server. Neovim's lsp client uses `stdio` to communicate with...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
**Is your feature request related to a problem? Please describe.** As a core developer, it's very easy for me to create a mixed mode workspace and hit actively unsupported behavior...
### Summary A compile issue is encountered when the cache is used for GHA workflows on windows. See this [run](https://github.com/forcedotcom/lightning-language-server/actions/runs/3448715838/jobs/5756046852) for an example of it failing. I suspect this is...