Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/plugins/source_maps.ts>SourceMap

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface SourceMap
import { type SourceMap } from "https://deno.land/x/lume@v1.19.0/plugins/source_maps.ts";

SourceMap with a property to store dynamic sources

Properties

version: number
optional
file: string
sources: readonly string[]
optional
sourceRoot: string
optional
sourcesContent: readonly (string | null)[]
names: readonly string[]
mappings: string
optional
[dynamicSourcesSymbol]: Record<string, string>