Package | Description |
---|---|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
com.google.javascript.jscomp.transpile |
Modifier and Type | Method and Description |
---|---|
ClosureBundler |
ClosureBundler.withEs6ModuleTranspiler(Transpiler newEs6ModuleTranspiler) |
ClosureBundler |
ClosureBundler.withTranspiler(Transpiler newTranspiler) |
ClosureBundler |
ClosureBundler.withTranspilers(Transpiler newTranspiler,
Transpiler newEs6ModuleTranspiler) |
Constructor and Description |
---|
ClosureBundler(Transpiler transpiler) |
ClosureBundler(Transpiler transpiler,
Transpiler es6ModuleTranspiler) |
Modifier and Type | Class and Description |
---|---|
class |
BaseTranspiler
Basic Transpiler implementation for outputting ES5 code.
|
class |
CachingTranspiler
A transpiler implementation that delegates to a lower-level
implementation on a cache miss.
|
Modifier and Type | Field and Description |
---|---|
static Transpiler |
Transpiler.NULL
Null implementation that does no transpilation at all.
|
Modifier and Type | Method and Description |
---|---|
Transpiler |
TranspilerBuilder.build()
Returns the built Transpiler.
|
Constructor and Description |
---|
CachingTranspiler(Transpiler delegate,
com.google.common.cache.CacheBuilder<java.lang.Object,? super TranspileResult> builder) |
Copyright © 2009-2020 Google. All Rights Reserved.