public final class TranspileResult extends Object
Constructor and Description |
---|
TranspileResult(String 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() |
String |
path() |
String |
sourceMap() |
String |
toString() |
String |
transpiled() |
public String path()
public String original()
public String sourceMap()
public TranspileResult embedSourcemapUrl(String url)
public TranspileResult embedSourcemap()
public String transpiled()
Copyright © 2009-2016 Google. All Rights Reserved.