backtracker
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -9,3 +9,3 @@ "use strict"; | ||
/^at eval \(eval a?t? ?([\w_\.<>]+)? ?\((?:file\:\/\/\/)?([^*"\)]+):(\d+):(\d+)\),? ?([\w_\.<>]+)?:\d+:\d+\)$/, | ||
/^at ([\w_\.<>]+)? ?\(?<anonymous>\)?$/, | ||
/^at ([\w_\.<>]+)? ?\(?(<anonymous>)\)?$/, | ||
/^at (?:async)? ?Promise.all \(index (\d+)\)$/, | ||
@@ -12,0 +12,0 @@ /^at (async)? ?((?!\bfile\b|[A-Z]:)[\w_\.<> ]+)? ?(?:\[as ([\w_\.<> ]+)\])? ?\(?(?:file\:\/\/\/)?([^*"]+):(\d+):(\d+)\)?$/, // expression for named and unnamed scopes including functions that were renamed as well as getters |
{ | ||
"name": "backtracker", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Back track in JS code execution and find where a function was called", | ||
@@ -22,3 +22,3 @@ "main": "dist/index", | ||
"devDependencies": { | ||
"@types/node": "18.0.3", | ||
"@types/node": "18.7.4", | ||
"typescript": "^4.7.4" | ||
@@ -25,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
32871