tups-ibl

Results 3 issues of tups-ibl

Hello sir, I have seen that problem in #21 and #20, to deal with it, can you make an option to decide the path is either absolute or relative? For...

When I stayed at approval dialog, I tried to duplicate the dialog. In the first one, I chose Deny and it was fine. But in the second one, When I...

For example: ``` class Point { constructor(public x: number, public y: number) {} where(){ return console.log(this.x,this.y); } } class Person { constructor(public name: string) {} who(){ return console.log(this.name); } }...