Skip to main content
Module

x/aleph/server/deps.ts>MagicString#generateDecodedMap

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method MagicString.prototype.generateDecodedMap
import { MagicString } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Generates a sourcemap object with raw mappings in array form, rather than encoded as a string. Useful if you need to manipulate the sourcemap further, but most of the time you will use generateMap instead.

Parameters

optional
options: SourceMapOptions

Returns

DecodedSourceMap