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 May 21, 2018. It is now read-only.
TypeScript 1.5 introduced the declare namespace syntax as an alias for the declare module syntax in order to disambiguate external and internal modules. The recommended practice is to avoid the old declare module when declaring an what were called internal modules and are now called namespaces in TypeScript terminology. See microsoft/TypeScript/pull/2923 where Anders Hejlsberg explains the change.
The text was updated successfully, but these errors were encountered:
@cskeppstedt Convenient timing actually, I just switched to https://frhagn.github.io/Typewriter/ because I saw that you hadn't merged anything for a while. Anyway, no worries thanks for this library, it was useful.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TypeScript 1.5 introduced the
declare namespace
syntax as an alias for thedeclare module
syntax in order to disambiguate external and internal modules. The recommended practice is to avoid the olddeclare module
when declaring an what were called internal modules and are now called namespaces in TypeScript terminology. See microsoft/TypeScript/pull/2923 where Anders Hejlsberg explains the change.The text was updated successfully, but these errors were encountered: