Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

source maps are surprisingly small #384

Closed
devoncarew opened this issue Nov 6, 2015 · 2 comments
Closed

source maps are surprisingly small #384

devoncarew opened this issue Nov 6, 2015 · 2 comments

Comments

@devoncarew
Copy link
Contributor

When used with the atom plugin, source maps for dart files are surprisingly small:

{"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"entry.js"}

It doesn't look like they have line number info.

@vsmenon
Copy link
Contributor

vsmenon commented Nov 9, 2015

CL out for this:

https://codereview.chromium.org/1425313003/

@devoncarew
Copy link
Contributor Author

They're bigger now :)

{"version":3,"sourceRoot":"","sources":["../entry.dart"],"names":["print","registerPackage"],"mappings":";;;;;;;;;AAOA,kBAAO;AACL,IAAA,AAAAA,UAAK,CAAC,4BAA4B,CAAC;AAAC,AASpC,IAAA,AAAAC,oBAAe,CAAC,mCAAuB,CAAC;AAAC,GAE3C;;AAAA","file":"entry.js"}

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants