sourcemap-0.1.3.0: Implementation of source maps as proposed by Google and Mozilla.

Safe HaskellNone

SourceMap.Types

Description

Types for the source maps.

Synopsis

Documentation

data SourceMapping Source

The source mapping.

Instances

data Mapping Source

A mapping.

Instances

data Pos Source

A source position.

Constructors

Pos 

Fields

posLine :: Int32
 
posColumn :: Int32
 

Instances