coffeestack
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -55,4 +55,7 @@ (function() { | ||
convertStackTrace = function(stackTrace) { | ||
var atLinePattern, column, convertedLines, filePath, line, mappedLine, match, sourceMaps, _i, _len, _ref; | ||
convertStackTrace = function(stackTrace, sourceMaps) { | ||
var atLinePattern, column, convertedLines, filePath, line, mappedLine, match, _i, _len, _ref; | ||
if (sourceMaps == null) { | ||
sourceMaps = {}; | ||
} | ||
if (!stackTrace) { | ||
@@ -63,3 +66,2 @@ return stackTrace; | ||
atLinePattern = /^(\s+at .* )\((.*):(\d+):(\d+)\)/; | ||
sourceMaps = {}; | ||
_ref = stackTrace.split('\n'); | ||
@@ -66,0 +68,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { |
{ | ||
"name": "coffeestack", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "CoffeeScript stack trace converter", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3989
81