parseSourceInformation
Source set: Common
public fun parseSourceInformation(data: String): SourceInformation?
Parses source information from a string produced by Compose compiler. The source information string is usually obtained from CompositionGroup.sourceInfo.
Return
parsed source information or null if the string is not a valid source information