Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method default.prototype.consumer
import { default } from "https://deno.land/x/postcss@8.4.16/lib/previous-map.d.ts";

Create a instance of SourceMapGenerator class from the source-map library to work with source map information.

It is lazy method, so it will create object only on first call and then it will use cache.

Returns

SourceMapConsumer

Object with source map information.