ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Use npm version of source map library #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should switch to use the npm hosted version of Mozilla's source map 
implementation:

https://npmjs.org/package/source-map

Original issue reported on code.google.com by arv@chromium.org on 19 Mar 2013 at 8:31

GoogleCodeExporter commented 9 years ago
I looked into this briefly and source-map now has tighter coupling with AMD 
modules. Not sure if it is worth it anymore.

Original comment by arv@chromium.org on 22 Mar 2013 at 4:05

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/traceur-compiler/source/detail?r=2070a8aeb6406db06b847
c0e7fca6934504dc4fa

Original comment by arv@chromium.org on 25 Mar 2013 at 2:06