lolleko / gmod-typescript

Tool to generate typescript definitions for garrysmod.
MIT License
21 stars 8 forks source link

Fix type generation breaking when encountering pixelvis_handle_t page & update types #13

Closed utkinn closed 1 year ago

utkinn commented 1 year ago

pixelvis_handle_t's page does not follow the common class page format by not having the method list. I added a check for skipping such classes.

Also includes the newest generated types.

lolleko commented 1 year ago

Very nice! Thanks for taking the time. If you fix the linting errors, I will merge and push an update to npm.