Commit Graph

9 Commits

Author SHA1 Message Date
nweiz@google.com 1afe3964ca Remove support for the old Span classes from source_maps.
This releases source_maps 0.10.0, code_transformers 0.2.0+2, observe 0.11.0+3,
and polymer 0.12.0+4.

BUG=19930
R=sigmund@google.com

Review URL: https://codereview.chromium.org//421723004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38803 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-31 22:04:31 +00:00
nweiz@google.com 434042a5f4 Deprecate the source_maps span classes.
This also updates source_maps to take the new classes where possible.

BUG=19930
R=sigmund@google.com

Review URL: https://codereview.chromium.org//402843003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38524 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-23 23:17:23 +00:00
tjblasi@google.com 4c7ba9f6bd Allow updating the targetUrl property of SingleMapping.
R=sigmund@google.com

Review URL: https://codereview.chromium.org//397693002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38245 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-15 18:07:06 +00:00
tjblasi@google.com eefeeb73aa Adding support for sourceRoot to the SingleMapping class.
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org//383823002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38241 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-15 16:47:12 +00:00
tjblasi@google.com 890433d8f7 Moving logic for writing source maps from SourceMapBuilder into the Mapping class.
R=sigmund@google.com

Review URL: https://codereview.chromium.org//372153002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38073 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-08 22:13:43 +00:00
zarah@google.com d77b7e50a2 Support unmapped areas in source maps.
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//237123003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35307 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 07:57:14 +00:00
floitsch@google.com 74da0c7286 Remove usage of dart:json.
R=jmesserly@google.com, lrn@google.com, nweiz@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//23596007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26789 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 14:05:11 +00:00
sigmund@google.com 3379860d8d Fix bug in source-maps parsing: parser failed when most information could be
inferred. This fixes bug http://dartbug.com/11782

R=dgrove@google.com

Review URL: https://codereview.chromium.org//19019006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24981 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-12 23:14:38 +00:00
sigmund@google.com 68a26315ef Move source maps package to the dart repo, so it can be used by other internal
tools.

Review URL: https://codereview.chromium.org//12207008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20300 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 23:41:50 +00:00