pub fn discover_sourcemap_embedded_debug_id(contents: &str) -> Option<DebugId>
Expand description
Quickly reads the embedded debug_id
key from a source map.
Both debugId
and debug_id
are supported as field names. If both
are set, the latter takes precedence.