public static interface SourceMapGeneratorV3.ExtensionMergeAction
SourceMapGeneratorV3.mergeMapSection(int, int, java.lang.String).| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
merge(java.lang.String extensionKey,
java.lang.Object currentValue,
java.lang.Object newValue)
Returns the merged value between two extensions with the same name when
merging two source maps
|
java.lang.Object merge(java.lang.String extensionKey,
java.lang.Object currentValue,
java.lang.Object newValue)
extensionKey - The extension name in conflictcurrentValue - The extension value in the current source mapnewValue - The extension value in the input source map