Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.bundle | |
com.google.javascript.jscomp.transpile | |
com.google.javascript.refactoring |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandLineRunner<A extends Compiler,B extends CompilerOptions>
Implementations of AbstractCommandLineRunner translate flags into Java
API calls on the Compiler.
|
Modifier and Type | Method and Description |
---|---|
protected Compiler |
CommandLineRunner.createCompiler() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<JSError> |
ConformanceWhitelister.getConformanceErrors(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
static com.google.common.collect.ImmutableSet<Node> |
ConformanceWhitelister.getViolatingNodes(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
static com.google.common.collect.ImmutableSet<java.lang.String> |
ConformanceWhitelister.getViolatingPaths(Compiler compiler,
Node externs,
Node ast,
Requirement requirement) |
Modifier and Type | Method and Description |
---|---|
protected Compiler |
CompilerBasedTransformer.CompilerSupplier.compiler() |
Modifier and Type | Method and Description |
---|---|
protected Compiler |
BaseTranspiler.CompilerSupplier.compiler() |
Modifier and Type | Method and Description |
---|---|
Compiler |
RefactoringDriver.getCompiler() |
Copyright © 2009-2018 Google. All Rights Reserved.