ircam-ismm / node-web-audio-api

Web Audio API implementation for Node.js
https://www.npmjs.com/package/node-web-audio-api
BSD 3-Clause "New" or "Revised" License
96 stars 13 forks source link

Fix type errors #105

Closed b-ma closed 5 months ago

b-ma commented 5 months ago

Almost got rid of the type error issues

before

RESULTS:
  - # pass: 6748
  - # fail: 791
  - # type error issues: 24

after

RESULTS:
  - # pass: 6813
  - # fail: 743
  - # type error issues: 5

Remaining one are linked to: