Skip to content

Linking Wollok TS

Fernando Dodino edited this page Feb 13, 2022 · 10 revisions

First time process

Clone wollok-ts

You must clone wollok-ts project in a desired folder. After any change you must build the project locally by running:

npm run build

Wollok Linter

After any change in wollok-ts project, you just have to manually re-add it as a dependency:

npm i

Be careful about relative imports in wollok-ts.

Clone this wiki locally