| Package | Description |
|---|---|
| com.github.sommeri.sourcemap |
Provides utilities to the creation and use of source maps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceMapGeneratorV3
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceMapGenerator |
SourceMapGeneratorFactory.getInstance() |
static SourceMapGenerator |
SourceMapGeneratorFactory.getInstance(SourceMapFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceMapGeneratorV3.offsetAndAppend(SourceMapGenerator otherGenerator,
FilePosition offset) |
void |
SourceMapGenerator.offsetAndAppend(SourceMapGenerator otherGenerator,
FilePosition offset) |
Copyright © 2012-2014. All Rights Reserved.