Dirk
Dirk
Regarding your second point... There's a chunk of code at https://github.com/photonstorm/phaser3-docs/blob/master/tsgen/src/Parser.ts#L659 that addresses this for parameters, but not for properties of objects, you could plop the following in just after...
Oh whoops! OK I'll delete my PR on the main repo, so do you think the above solution?
Oh wait that would be at the start of the type itself, not the name of the variables/property, I'll go ahead and reopen the PR. Just curious, is there a...
To be clear of the difference I'm talking about in the above comment: * Nullable - `@property {?boolean} canvasBitBltShift` * Optional - `@property {number} [zoom=1]`
Sorry guys I didn't have my github notifications setup properly so I didn't notice any of this, there's no way to disable it right now without modifying the plugin, the...
Definitely! This is on the top of the list with a few other things next time I get a chance to work on it, in the mean time PRs definitely...