Lucas Demea
Lucas Demea
I will have a look. Not sure I'll find the time this week though
Hi @wdavidw, did you see my latest comments ?
Hi David, I finally found some time to work on the PR again. what I did: - completed the TS definitions - added some build and linting tools - added...
I see 3 possibilities here : - I maintain a typescript version of the project in a fork - I maintain d.ts files for the current JS project - You...
Ok, I will try to fix the call_sync.ts test file now, so that you will understand how tests can work with typescript. Typescript is a javascript superset, this implies we...
call_sync.ts is now working. 4/5 tests pass, when typechecking is disabled. Could you please check ? Just update your dependencies and run `yarn test`. I left an indication in the...
I faced the same issue. In my case, I was missing the `project: ['./tsconfig.json']` option, in my eslint config. Here is the related part in eslint config : ```js parserOptions:...