class markdown::SourceSpans

sys::Obj
  markdown::SourceSpans

@Js

Source

A list of source spans that can be added to. Takes care of merging adjacent source spans

addAll

Void addAll(SourceSpan[] other)

Source

addAllFrom

Void addAllFrom(Node[] nodes)

Source

empty

static new empty()

Source

priv_make

new priv_make()

Source

sourceSpans

SourceSpan[] sourceSpans := SourceSpan[,] { private set }

Source