This repository was archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 885
rule suggestion: no-internal-module #513
Comments
yes please. let's call the rule name |
@ashwinr yeah! I have one question. external module syntax are required in es6 module context.
can I use |
But that's a module declaration and not a module definition. We should only be forbidding module definitions using the |
how about EDIT: just realized that the issue title had the same name suggestion. so looks like we arrived at the same thing independently :) |
sgtm. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: