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