ts-gyb
ts-gyb copied to clipboard
Generating native code interfaces from TypeScript
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...
Proposal: `namedTypes*` to `sharedTypes*`, `@shouldExport` to `@export` or `@public` or `@published`
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