We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
namedTypes*
sharedTypes*
@shouldExport
@export
@public
@published
Two naming suggestions.
named sounds ambiguous. This kind of type is shared between different modules/files.
named
shouldExport looks a bit lengthy. Can we simplify it?
shouldExport
The text was updated successfully, but these errors were encountered:
The first looks good to me. I have doubt about @export, @public though. It may be confused with TypeScript keywords.
Sorry, something went wrong.
These tags would only be strings instead of identifiers in the runtime. Even if it has conflicts with TypeScript keywords, it won't affect anything?
In addition, export in TypeScript has similar meaning with @export in the context of ts-gyb.
export
ts-gyb
No branches or pull requests
Two naming suggestions.
namedTypes*
tosharedTypes*
named
sounds ambiguous. This kind of type is shared between different modules/files.@shouldExport
to@export
or@public
or@published
shouldExport
looks a bit lengthy. Can we simplify it?The text was updated successfully, but these errors were encountered: