-
Notifications
You must be signed in to change notification settings - Fork 15
ModuleDefinition support #4
Comments
Hello Have been away on other priorities but can look into it. All help is greatly needed and appreciated just let me know what you would like to do and ask questions here. Have not looked at Thank you for the interest in the project. |
Just to add more detail to this issue ... The offending line in the pixi.js.d.ts is below
error from TsToCSharp:
ref : pixijs/pixi-typescript |
What would this TS translate to in the C# world ? A singleton instance of the PIXI class ? i see from the TS documentation
ref : modules export = |
Investigating a bit more i see we'll need to upgrade the package versions of
Which will require fixing breaking changes ... Once we have the latest of those supporting libs, the sast should support "Module" after which we just need to add support for Module in
Then adding some tests .. |
Hey! Trying to compile pixi and phaser definitions I stumbled upon unimplemented ModuleDefinition.
Any plans to support it soon? Any help needed?
The text was updated successfully, but these errors were encountered: