Home / Type/ OriginalPosition Type — tailwindcss Architecture

OriginalPosition Type — tailwindcss Architecture

Architecture documentation for the OriginalPosition type/interface in source-map.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  66cff9aa_a5c2_9c5a_3fd5_a143b193f6f9["OriginalPosition"]
  94f6a4ae_3b1f_8e71_a096_1f7d17efc49a["source-map.ts"]
  66cff9aa_a5c2_9c5a_3fd5_a143b193f6f9 -->|defined in| 94f6a4ae_3b1f_8e71_a096_1f7d17efc49a
  style 66cff9aa_a5c2_9c5a_3fd5_a143b193f6f9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/tailwindcss/src/source-maps/source-map.ts lines 8–10

export interface OriginalPosition extends Position {
  source: DecodedSource
}

Frequently Asked Questions

What is the OriginalPosition type?
OriginalPosition is a type/interface in the tailwindcss codebase, defined in packages/tailwindcss/src/source-maps/source-map.ts.
Where is OriginalPosition defined?
OriginalPosition is defined in packages/tailwindcss/src/source-maps/source-map.ts at line 8.

Analyze Your Own Codebase

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

Try Supermodel Free