TopchetoEU
Results
2
issues of
TopchetoEU
As a user, coming from TypeScript, I find it extremely convenient to have literal types (for example, the type `'foo'`). This allows for some much more advanced typing (in typescript),...
feature request
When trying to debug the following code: ```ts export class MyClass { public constructor(public member: number) { } public static readonly static = null; } new MyClass(10); ``` and try...
bug
upstream
inspector