SourceMapOptions Type — tailwindcss Architecture
Architecture documentation for the SourceMapOptions type/interface in utils.ts from the tailwindcss codebase.
Entity Profile
Source Code
integrations/utils.ts lines 631–650
interface SourceMapOptions {
/**
* A raw source map
*
* This may be a string or an object. Strings will be decoded.
*/
map: string | object
/**
* The content of the generated file the source map is for
*/
content: string
/**
* The encoding of the source map
*
* Can be used to decode a base64 map (e.g. an inline source map URI)
*/
encoding?: BufferEncoding
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free