class

Mint::SourceMapGenerator

Inherits Reference < Object

This class is responsible for generating a source map.

Constructors

new(unsorted : Deque(Mapping), generated : String)
Source

Instance methods

generate
Source
generated

The generate JavaScript file.

Source
get_source_index(file)
Source
get_source_name_index(value)
Source
mappings

The line mappings.

Source
source_names

The source names for the mappings.

Source
sources

The filenames of the sources.

Source
sources_content

The actual content of the sources.

Source

Nested types