1.0.0-preview.29 • Published 5 days ago

@onflow/cadence-language-server v1.0.0-preview.29

Weekly downloads
69
License
Apache-2.0
Repository
github
Last release
5 days ago

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

Development

Updating src/go.js

  • Copy misc/wasm/wasm_exec.js of appropriate Go version into src/go.js. Keep the last line (export const go = new Go();)
  • Update the version in the header
  • Remove the anonymous function wrapper
  • Change globalThis.Go = class { to class Go {
  • Run npx prettier -w src/go.js
0.33.6

8 days ago

1.0.0-preview.13

20 days ago

1.0.0-preview.14

20 days ago

1.0.0-preview.12

26 days ago

1.0.0-preview.11

1 month ago

0.33.4

4 months ago

0.33.3

6 months ago

0.33.2

6 months ago

0.32.0

10 months ago

0.31.0

10 months ago

0.30.1

10 months ago

0.30.0

11 months ago

0.29.0

12 months ago

0.28.0

1 year ago

0.12.0

1 year ago

0.29.2

12 months ago

0.29.1

12 months ago

0.27.0

1 year ago

0.26.1

2 years ago

0.24.3

2 years ago

0.24.1

2 years ago

0.24.0

2 years ago

0.23.4

2 years ago

0.23.0

2 years ago

0.20.2

2 years ago

0.18.2

3 years ago

0.18.1

3 years ago

0.18.0

3 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.14.4

3 years ago

0.12.6

3 years ago

0.12.4

3 years ago