From 592a8c639354a4710e7954c0fd9b3fcba3efa0c9 Mon Sep 17 00:00:00 2001
From: Alex Mokrenko
Imports are done with goog.require
statements, grouped together immediately
following the module declaration. Each goog.require
is assigned to a single
constant alias, or else destructured into several constant aliases. These
-aliases are the only acceptable way to refer to the require
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
except as the argument to goog.require
. If a module is imported only for its
side effects, the assignment may be omitted, but the fully qualified name may