@NotThreadSafe public final class TranspilingClosureBundler extends ClosureBundler
ClosureBundler that transpiles its sources.| Constructor and Description |
|---|
TranspilingClosureBundler() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Appendable out,
DependencyInfo info,
com.google.common.io.CharSource content)
Append the contents of the CharSource to the supplied appendable.
|
protected String |
transformInput(String js,
String path)
Template method.
|
appendInput, appendTo, appendTo, useEval, withPath, withSourceUrlpublic void appendTo(Appendable out, DependencyInfo info, com.google.common.io.CharSource content) throws IOException
ClosureBundlerappendTo in class ClosureBundlerIOExceptionprotected String transformInput(String js, String path)
ClosureBundlertransformInput in class ClosureBundlerCopyright © 2009-2016 Google. All Rights Reserved.