You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
microsoft/TypeScript#2159
TypeScript 1.5.3 released. it has namespace keyword.
internal module is confusion name. I think use namespace instead of internal module.
if I create the pull request, will you accept it?
The text was updated successfully, but these errors were encountered:
But that's a module declaration and not a module definition. We should only be forbidding module definitions using the module keyword. Maybe the rule name should be no-module-definition
microsoft/TypeScript#2159
TypeScript 1.5.3 released. it has
namespace
keyword.internal module is confusion name. I think use
namespace
instead of internal module.if I create the pull request, will you accept it?
The text was updated successfully, but these errors were encountered: