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
This issue has been marked as 'Question' and has seen no recent activity. It has been automatically closed for house-keeping purposes. If you're still waiting on a response, questions are usually better suited to stackoverflow or the TypeScript Discord community.
Bug Report
🔎 Search Terms
tsc, static readonly variables, missing transformations
🕗 Version & Regression Information
⏯ Playground Link
https://github.com./DraftBot-A-Discord-Adventure/DraftBot/tree/slash-commands
💻 Code
Actually, the relevant code is in Constants.ts.
🙁 Actual behavior
Some static readonly are getting ignored by tsc, and everytime the same ones (take a look at
static readonly XP
)🙂 Expected behavior
I'd expect that everything is transformed from ts to js
The text was updated successfully, but these errors were encountered: