You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to solve the problem described in #78.
Currently, all networking objects are created when code is run from the definitions object
Not sure this can be done with typescript - to create files from definitions object with typescript transformer in compile time.
But surely we can create separate files and add transform to that?
For example(not actual implementation):
fileName: toggleCampaignStartButton.ts
Trying to solve the problem described in #78.
Currently, all networking objects are created when code is run from the definitions object
Not sure this can be done with typescript - to create files from definitions object with typescript transformer in compile time.
But surely we can create separate files and add transform to that?
For example(not actual implementation):
fileName:
toggleCampaignStartButton.ts
The text was updated successfully, but these errors were encountered: