liyanch

Results 3 comments of liyanch

We defined an isConstEnum function to determine whether the obtained symbol is a ConstEnum type. Therefore, in the case of `const enum EnumD1 { A1 = 1 }`, the isConstEnum...

We want to get the type through the `getTypeAtLocation` method. Currently, it is getting the type of an enumeration. We expect to get the enumeration type, but in the case...