cucumber / language-server

Cucumber Language Server
MIT License
35 stars 20 forks source link

Export custom node and wasm entry points #39

Closed aslakhellesoy closed 2 years ago

aslakhellesoy commented 2 years ago

🤔 What's changed?

Two new entry points have been added:

⚡️ What's your motivation?

The Wasm binding is needed for the vscode extension, and it must be loaded without also loading the Node binding

🏷️ What kind of change is this?