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

x/lume/core.ts>SourceMap

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

SourceMap with a property to store dynamic sources

Properties

version: number
optional
file: string
sources: string[]
optional
sourceRoot: string
optional
sourcesContent: string[]
names: string[]
mappings: string
optional
[dynamicSourcesSymbol]: Record<string, string>