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
// src/index.tsconsole.log(MyEnum["A.A"],"a"/* A.A */);console.log("aa"/* aa */,"aa"/* aa */);console.log(MyEnum["aa"],"aa"/* aa */);// error: MyEnum not defined
The text was updated successfully, but these errors were encountered:
noyobo
changed the title
[BUG] Typescript enum compilation lost reference on version 0.18.10
[BUG] Typescript enum compilation lost reference on version 0.18.9
Jul 4, 2023
output:
Conditions that trigger the bug:
enum['key']
The text was updated successfully, but these errors were encountered: