language-javascript-0.4.1: Parser for JavaScript

Language.JavaScript.Parser.AST

Synopsis

Documentation

data Node Source

data SrcSpan Source

Source location spanning a contiguous section of a file.

Constructors

SpanCoLinear

A span which starts and ends on the same line.

SpanMultiLine

A span which starts and ends on different lines.

SpanPoint

A span which is actually just one point in the file.

SpanEmpty

No span information.