ppxb

Results 5 comments of ppxb

```javascript function fn(x: string): string; // Return type isn't right function fn(x: number): boolean; // This overload signature is not compatible with its implementation signature. // 此处应该注释掉 function fn(x: string...

@gqcn @oldme-git thanks for your attention. i have resolved this problem temporarily through delete the `gf gen service` file's TOP COMMENT to customized the interface implements. it works. goframe is...

this issue [#105 ](https://github.com/anse-app/anse/issues/105) may could help you.

you can import all the icons from dependency like `@vicons/carbon` or others. ``` import * as icons from '@vicons/carbon' ``` then create a function to resolve the icon's name type...