-
Notifications
You must be signed in to change notification settings - Fork 23
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
Native TypeScript Compilation #158
base: feat/mom-0.10
Are you sure you want to change the base?
Conversation
|
||
#### Recommendations | ||
Most of our larger systems and components require significant work with (closed-source) game code and thus requires |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comma before "and" / "require" instead of "requires"
|
||
#### Recommendations | ||
Most of our larger systems and components require significant work with (closed-source) game code and thus requires | ||
licensed C++ access or working tandem licensed C++ developer. Our work until now has been done internally by the core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"working in tandem with a" instead of "working tandem"
|
||
`npm install` | ||
### Type checking, Linting and Formatting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uppercase Checking
Changes build setup and XML includes to use new native TypeScript support
Shoutout to SCell