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
When choosing Typescript the generated code uses module keyword that is deprecated it should use namespace instead
module
namespace
See microsoft/TypeScript#2159.
The text was updated successfully, but these errors were encountered:
Generated Typescript should use namespace keyword rather than module
1860a5e
use namespace instead of module Swiip#907
bce27f1
Generated Typescript should use namespace keyword rather than module Swiip#907
To be honest, I missed that. I wanted to aligne ES6 and TS for the module handling. Can't we just remove this namespace ? (I'm not a specialist of TS)
Sorry, something went wrong.
That would probably be better indeed.
No branches or pull requests
When choosing Typescript the generated code uses
module
keyword that is deprecated it should usenamespace
insteadSee microsoft/TypeScript#2159.
The text was updated successfully, but these errors were encountered: