Commit Graph

33 Commits

Author SHA1 Message Date
Evan Wallace
649da9a3e5 be careful about a null url for data URLs 2014-04-26 12:25:21 -07:00
Evan Wallace
7fa445e16f Merge pull request #26 from ashaffer/patch-1
should not return a url when we have a dataUrl
2014-04-26 12:19:26 -07:00
Evan Wallace
f8930e837c Merge pull request #24 from ddude/master
added retrieveFile option
2014-04-26 12:17:44 -07:00
Evan Wallace
f0354b662a add support for sourcesContent, closes #25 2014-04-26 12:15:02 -07:00
Evan Wallace
095d0ae63b merged and fixed tests 2014-04-26 11:43:54 -07:00
Evan Wallace
ce163815a8 Merge pull request #28 from manuelschneider/exportWrapCallSite
exporting wrapCallSite directly for other components to be used
2014-04-26 11:16:44 -07:00
Evan Wallace
4afea4855d fix column numbers 2014-04-26 11:15:38 -07:00
Manuel Schneider
076eb22176 exporting wrapCallSite directly for other components to be used 2014-02-04 01:25:01 +01:00
David Bushong
eea7eac6bc separate source display from uncaughtException
If you have your own uncaughtException handler, you might still like the
pretty source display from handleUncaughtExceptions: true; therefore
expose it as exports.getErrorSource(err)
2013-12-22 14:28:04 -08:00
ashaffer
27d844f02c should not return a url when we have a dataUrl 2013-12-11 12:30:20 -08:00
Jeremie Pelletier
fffaca5b2f added retrieveFile option 2013-12-03 15:49:34 -05:00
Evan Wallace
bb81e8d380 version bump and build for npm 2013-11-10 13:19:41 -08:00
Rick Kilgore
21bb6544aa only install once if called multiple times in same vm
I have a problem using this module in my unit tests, because I don't
have a central place to put the

    require('source-map-support').install();

statement.  So I end up having to put it in every unit test, and once
I've written enough tests, I start getting an annoying error about using
up too much memory.

This change makes is so if you call install() multiple times in the same
vm, it only actually installs once.
2013-11-07 19:10:12 -08:00
Evan Wallace
a3008a2348 use the source-map module again now that it works with typescript 2013-08-21 18:08:13 -07:00
Evan Wallace
340839e9fa temporarily use my patched source-map library until Mozilla fixes theirs 2013-08-15 22:48:52 -07:00
Evan Wallace
bbe8c603ab swallow SJAX errors during in-browser translation 2013-08-03 07:25:01 -07:00
Evan Wallace
2d3b8107bf cache source map data forever by default 2013-07-22 09:21:10 -07:00
Evan Wallace
70c343e4c4 browserify support, fixes #16 2013-07-21 13:47:26 -07:00
David Glasser
1cf5ce0f7d Allow overriding the mapping from source file to source map.
This is done with the new retrieveSourceMap option to sourcemap.install.

This is useful if you have another way of finding your source maps (and can avoid sync reads).

Also, allow source maps to not have an URL, and don't write to a global named mapSourcePosition.
2013-07-17 11:27:13 -07:00
Evan Wallace
abc1c2e8e0 handle case when line isn't found, fixes #13 2013-06-26 23:20:34 -07:00
Evan Wallace
2c7e1ce87a fixed data-url bugs and added tests, closes #14 2013-06-26 22:51:13 -07:00
Fuji, Goro
77d1b5c05b support data-url format 2013-06-26 21:58:41 -07:00
Michael Ficarra
660412ee84 support new //# sourceMappingURL pragma format
For now `//@` is still supported. Support for `//@` can be removed later.
2013-06-09 14:53:20 -05:00
zeekay
3c8fec1c1c Export mapSourcePosition.
Exposing mapSourcePosition makes it possible to easily create custom exception
handlers.
2013-05-02 13:06:44 -07:00
Evan Wallace
3aa561e560 check for eval before getting origin, fixes #9 2013-04-28 14:30:55 -07:00
Evan Wallace
03703165e8 merge relative source path fix, bump version, fixes #4 2013-04-24 19:16:25 -07:00
Evan Wallace
05e03fe730 stop swallowing exceptions, fixes #8 2013-04-24 18:33:05 -07:00
Florian Reiterer
161be66adc Resolve sources relative to the source map
Source Map Revision 3: Resolving Sources
If the sources are not absolute URLs after prepending of the
“sourceRoot”, the sources are resolved relative to the SourceMap (like
resolving script src in a html document).
2013-03-18 23:43:02 +01:00
Evan Wallace
18992a7be6 option to not install uncaught exception handler, fix for issue #3 2013-03-05 11:36:36 -08:00
Brock Pytlik
fe649c7493 support sourceMappingURL being located at the beginning of the file 2013-03-04 15:47:32 -08:00
Evan Wallace
e55bb593fe remove unnecessary cache check 2013-01-18 01:01:52 -08:00
Evan Wallace
aafee108c4 don't crash when primitive values are thrown 2013-01-18 00:17:51 -08:00
Evan Wallace
c50758519f initial commit 2013-01-17 23:56:20 -08:00