source_maps 0.10.0+1
source_maps: ^0.10.0+1 copied to clipboard
Library to programmatically manipulate source map files.
0.10.0+1 #
- Remove an unnecessary warning printed when the "file" field is missing from a Json formatted source map. This field is optional and its absence is not unusual.
0.10.0 #
- Remove the
Span,LocationandSourceFileclasses. Use the correspondingsource_spanclasses instead.
0.9.4 #
-
Update
SpanFormatExceptionwithsourceandoffset. -
All methods that take
Spans,Locations, andSourceFiles as inputs now also accept the correspondingsource_spanclasses as well. Using the old classes is now deprecated and will be unsupported in version 0.10.0.
0.9.3 #
- Support writing SingleMapping objects to source map version 3 format.
- Support the
sourceRootfield in the SingleMapping class. - Support updating the
targetUrlfield in the SingleMapping class.
0.9.2+2 #
- Fix a bug in
FixedSpan.getLocationMessage.
0.9.2+1 #
- Minor readability improvements to
FixedSpan.getLocationMessageandSpanException.toString.
0.9.2 #
- Add
SpanExceptionandSpanFormatExceptionclasses.
0.9.1 #
-
Support unmapped areas in source maps.
-
Increase the readability of location messages.