interface SourceMapimport { type SourceMap } from "https://deno.land/x/lume@v1.19.0/plugins/source_maps.ts"; SourceMap with a property to store dynamic sources Propertiesversion: numberoptionalfile: stringsources: readonly string[]optionalsourceRoot: stringoptionalsourcesContent: readonly (string | null)[]names: readonly string[]mappings: stringoptional[dynamicSourcesSymbol]: Record<string, string>