ts-gyb icon indicating copy to clipboard operation
ts-gyb copied to clipboard

Generating native code interfaces from TypeScript

Results 18 ts-gyb issues
Sort by recently updated
recently updated
newest added

Currently, we are writing this guide manually. However, in the future with more interactions of this project, there might be inconsistency between the code logic and this documentation. By analyzing...

Two naming suggestions. ## `namedTypes*` to `sharedTypes*` `named` sounds ambiguous. This kind of type is shared between different modules/files. ## `@shouldExport` to `@export` or `@public` or `@published` `shouldExport` looks a...

I think we can implement the logic to check the next character after `I`.

Currently we are using JSON, but YML requires less characters and is easier to modify in CLI. What do you think? Example from a similar code generator lib: https://github.com/krzysztofzablocki/Sourcery/blob/master/SourceryTests/Stub/Configs/multi.yml

enhancement