node-3d / webgl-raub

OpenGL/WebGL for Node.js
https://github.com/node-3d/node-3d
MIT License
80 stars 12 forks source link

Remove breaking semicolons #16

Closed aximili-dev closed 3 years ago

aximili-dev commented 3 years ago

When using typescript 4.2.4 this library throws the following error:

node_modules/webgl-raub/index.d.ts:24:4 - error TS1036: Statements are not allowed in ambient contexts.

This commit removes the unnecessary semicolons to allow it to compile.

Relevant issue: #15