Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use const enums in typescript since regular enums generate extremely …
…bad code (#64486) To get good behavior in typescript, your enums need to be 'const enum', otherwise it generates some really gross JS with runtime overhead.
- Loading branch information