google-nomulus/java/google/registry/ui/js
jart 7b9752c99d Forward declare namespaces only in JSDoc
Forward declares symbol. This is an indication to the compiler that the
symbol may be used in the source yet is not required and may not be
provided in compilation.

The most common usage of forward declaration is code that takes a type
as a function parameter but does not need to require it. By forward
declaring instead of requiring, no hard dependency is made, and (if not
required elsewhere) the namespace may never be required and thus, not be
pulled into the JavaScript binary. If it is required elsewhere, it will
be type checked as normal.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127095620
2016-07-13 15:57:11 -04:00
..
registrar Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
BUILD Migrate Domain Registry to Closure Rules 0.1.0 2016-05-17 13:53:41 -04:00
component.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
console.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
edit_item.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
forms.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
menu_button.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
resource.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
resource_component.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
session.js Forward declare namespaces only in JSDoc 2016-07-13 15:57:11 -04:00
util.js mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
xml.js mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00