TypeStrong/typedoc

Rename "modules" to "namespaces"

sebastian-lenz opened this issue ยท 9 comments

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".

Old name New name
Module Namespace
External module Module

This would break existing urls and might interfere with other things but I think it's worth the trouble. Any opinions on this?

indus commented

๐Ÿ‘

bd82 commented

๐Ÿ‘

I'd like this, but we don't have many links to our docs to break.

๐Ÿ‘

Please rename it.
"External Module" is very confusing.

+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.