Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConformanceRules.AbstractRule
A conformance rule implementation to support things common to all rules such as whitelisting
and reporting.
|
static class |
ConformanceRules.BanExpose
Banned @expose
|
static class |
ConformanceRules.BanGlobalVars
Banned global var declarations.
|
static class |
ConformanceRules.BanThrowOfNonErrorTypes
Banned throw of non-error object types.
|
static class |
ConformanceRules.BanUnknownThis
Banned unknown "this" types.
|
static class |
ConformanceRules.NoImplicitlyPublicDecls
Requires top-level Closure-style "declarations"
(example:
foo.bar.Baz = ...; ) to have explicit visibility
annotations, either at the declaration site or in the @fileoverview
block. |
static class |
ConformanceRules.RequireFileoverviewVisibility
Requires source files to contain a top-level
@fileoverview block
with an explicit visibility annotation. |
Copyright © 2009-2015 Google. All Rights Reserved.