Fix API Compatibility

GitOrigin-RevId: 5543d906a3dc92ca5326f90d2041d131021f57d4
This commit is contained in:
Shumaf Lovpache
2025-05-30 15:57:22 +03:00
committed by intellij-monorepo-bot
parent 0c31d49f2c
commit df79fdfe53
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ org.jetbrains.debugger.sourcemap.MappingEntry
org.jetbrains.debugger.sourcemap.SourceMap
- a:getSourceMappingsInLine(I,I):java.lang.Iterable
f:org.jetbrains.debugger.sourcemap.SourceMapDecoderKt
- sf:decodeSourceMapSafely(java.lang.CharSequence,Z,com.intellij.util.Url,Z):org.jetbrains.debugger.sourcemap.SourceMap
- sf:decodeSourceMapSafely(java.lang.CharSequence,Z,com.intellij.util.Url,Z,Z):org.jetbrains.debugger.sourcemap.SourceMap
- bs:decodeSourceMapSafely$default(java.lang.CharSequence,Z,com.intellij.util.Url,Z,Z,I,java.lang.Object):org.jetbrains.debugger.sourcemap.SourceMap
org.jetbrains.debugger.values.Value

View File

@@ -35,6 +35,7 @@ fun decodeSourceMapFromFile(file: Path,
}
@Deprecated("This function isn not a part of the public API and will be removed in the future")
@JvmOverloads
fun decodeSourceMapSafely(
sourceMapData: CharSequence,
trimFileScheme: Boolean,