Cadence Language Server
The Cadence language server compiled to WebAssembly and bundled as an NPM package,
so it can be used in tools written in JavaScript.
Releasing
To release a new version of the Language server NPM package all you need to do is create a release of Langauge server and GitHub action will also publish a new version of WebAssembly built binary to NPM.
That newly build NPM package using the WebAssembly will be published and can be found on NPM https://www.npmjs.com/package/@onflow/cadence-language-server
v1.0.0-preview.11 - 11 Mar 2024
<!-- Release notes generated using configuration in .github/release.yml at v1.0.0-preview.11 -->
What's Changed
🛠 Improvements
- Handle legacy type getting converted to intersection type by @turbolent in https://github.com/onflow/cadence/pull/3164
🐞 Bug Fixes
- Check invalidation of the looped reference by @SupunS in https://github.com/onflow/cadence/pull/3160
Other Changes
- Update version by @SupunS in https://github.com/onflow/cadence/pull/3161
Full Changelog: https://github.com/onflow/cadence/compare/v1.0.0-preview.10...v1.0.0-preview.11
[Changes][v1.0.0-preview.11]
<a name="v1.0.0-preview.10"></a>