onflow / cadence-tools

Developer tools for Cadence
https://www.onflow.org/
Apache License 2.0
24 stars 20 forks source link

[LS] Fix WASM regression & add tests #248

Closed jribbink closed 11 months ago

jribbink commented 11 months ago

closes #249

Description

It appears that in https://github.com/onflow/cadence-tools/pull/228, I inadvertently introduced a regression into the WASM LS & was also missing certain necessary JS changes to the WASM NPM package.

This PR does the following:

I've also manually tested both import resolvers for the WASM LS package in the Flow Playground manually.