9.0.0
Various fixes and improvements
- ref: Tokens within a sourcemap are now always sorted by their position in the
minified file (#91) by @loewenheim.
Consequently:
- the typeIndexIter
and the functionsget_index_size
,index_iter
,
andidx_from_token
have been deleted;
- the functionsourcemap_from_token
has been turned into the method
sourcemap
onToken
;
- theidx
parameter ofSourceMap::get_token
now has the typeusize
.