-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
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
Rename "modules" to "namespaces" #109
Rename "modules" to "namespaces" #109
Comments
👍 |
1 similar comment
👍 |
I'd like this, but we don't have many links to our docs to break. |
+1 |
1 similar comment
👍 |
Please rename it. |
+1 |
This seems like low hanging fruit. The solution should have a way for projects to avoid breaking existing links. Text and URL changes could be completed as separate PRs |
This might be low hanging fruit to someone familiar with the codebase, but there's a lot of potential for breakage in unexpected places from what I've seen with some experimenting with this last week. If you want to give this a shot, feel free, but I wouldn't say it's the easiest issue wanting help. |
BREAKING CHANGE: Renames external modules to modules, and modules to namespaces. Closes #109.
Starting with TypeScript 1.5 we have namespaces that will/should replace modules, see here. I would like to rename the documentation output accordingly as I always struggled with the distinction between "modules" and "external modules".
This would break existing urls and might interfere with other things but I think it's worth the trouble. Any opinions on this?
The text was updated successfully, but these errors were encountered: