public final class TranspileResult extends Object
Constructor and Description |
---|
TranspileResult(Path path,
String original,
String transpiled,
String sourceMap) |
Modifier and Type | Method and Description |
---|---|
TranspileResult |
embedSourcemap() |
TranspileResult |
embedSourcemapUrl(String url) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
original() |
Path |
path() |
String |
sourceMap() |
String |
toString() |
String |
transpiled() |
boolean |
wasTranspiled() |
public Path path()
public String original()
public String sourceMap()
public TranspileResult embedSourcemapUrl(String url)
public TranspileResult embedSourcemap()
public String transpiled()
public boolean wasTranspiled()
Copyright © 2009-2017 Google. All Rights Reserved.