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
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?
aciccarello, timocov, lbrendanl and Crusader4Christ