Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile time _NetManaged folder content #79

Open
MayGo opened this issue Sep 9, 2022 · 0 comments
Open

Compile time _NetManaged folder content #79

MayGo opened this issue Sep 9, 2022 · 0 comments

Comments

@MayGo
Copy link

MayGo commented Sep 9, 2022

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

@Definitions.ServerToClientEvent
interface {
   show: boolean;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant