This commit is contained in:
Alex Mokrenko 2017-03-14 17:20:25 +03:00 committed by GitHub
parent 15f2836d9f
commit 592a8c6393

View File

@ -190,7 +190,7 @@ the semantics are fully-standard.</p>
<p>Imports are done with <code>goog.require</code> statements, grouped together immediately <p>Imports are done with <code>goog.require</code> statements, grouped together immediately
following the module declaration. Each <code>goog.require</code> is assigned to a single following the module declaration. Each <code>goog.require</code> is assigned to a single
constant alias, or else destructured into several constant aliases. These constant alias, or else destructured into several constant aliases. These
aliases are the only acceptable way to refer to the <code>require</code>d dependency, aliases are the only acceptable way to refer to the required dependency,
whether in code or in type annotations: the fully qualified name is never used whether in code or in type annotations: the fully qualified name is never used
except as the argument to <code>goog.require</code>. If a module is imported only for its except as the argument to <code>goog.require</code>. If a module is imported only for its
side effects, the assignment may be omitted, but the fully qualified name may side effects, the assignment may be omitted, but the fully qualified name may