Home / Type/ SourceMapOptions Type — tailwindcss Architecture

SourceMapOptions Type — tailwindcss Architecture

Architecture documentation for the SourceMapOptions type/interface in utils.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  741899a2_909d_e643_cbbc_defbc29d1e15["SourceMapOptions"]
  9ffd1dda_9675_c514_373d_0f4ab4648249["utils.ts"]
  741899a2_909d_e643_cbbc_defbc29d1e15 -->|defined in| 9ffd1dda_9675_c514_373d_0f4ab4648249
  style 741899a2_909d_e643_cbbc_defbc29d1e15 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

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
}

Frequently Asked Questions

What is the SourceMapOptions type?
SourceMapOptions is a type/interface in the tailwindcss codebase, defined in integrations/utils.ts.
Where is SourceMapOptions defined?
SourceMapOptions is defined in integrations/utils.ts at line 631.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free