Package com.google.debugging.sourcemap
Interface SourceMapSupplier
public interface SourceMapSupplier
A class for mapping source map names to the actual contents. Used
when parsing index maps.
-
Method Summary
-
Method Details
-
getSourceMap
- Parameters:
url
- The URL of the source map.- Returns:
- The contents of the map associated with the URL
- Throws:
IOException
-