metro-symbolicate
Advanced tools
Comparing version 0.76.3 to 0.76.4
{ | ||
"name": "metro-symbolicate", | ||
"version": "0.76.3", | ||
"version": "0.76.4", | ||
"description": "🚇 A tool to find the source location from JS bundles and stack traces.", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"invariant": "^2.2.4", | ||
"metro-source-map": "0.76.3", | ||
"metro-source-map": "0.76.4", | ||
"nullthrows": "^1.1.1", | ||
@@ -24,0 +24,0 @@ "source-map": "^0.5.6", |
@@ -17,2 +17,3 @@ "use strict"; | ||
const { ChromeHeapSnapshotProcessor } = require("./ChromeHeapSnapshot"); | ||
const GoogleIgnoreListConsumer = require("./GoogleIgnoreListConsumer"); | ||
const SourceMetadataMapConsumer = require("./SourceMetadataMapConsumer"); | ||
@@ -411,2 +412,10 @@ const fs = require("fs"); | ||
}, | ||
get googleIgnoreListConsumer() { | ||
// $FlowFixMe[object-this-reference] | ||
Object.defineProperty(this, "googleIgnoreListConsumer", { | ||
value: new GoogleIgnoreListConsumer(map), | ||
}); | ||
// $FlowFixMe[object-this-reference] | ||
return this.googleIgnoreListConsumer; | ||
}, | ||
hermesOffsets: map.x_hermes_function_offsets, | ||
@@ -447,2 +456,3 @@ }; | ||
name: null, | ||
isIgnored: false, | ||
}); | ||
@@ -531,2 +541,3 @@ } else { | ||
} | ||
original.isIgnored = metadata.googleIgnoreListConsumer.isIgnored(original); | ||
return { | ||
@@ -621,2 +632,3 @@ ...original, | ||
functionName: null, | ||
isIgnored: false, | ||
}; | ||
@@ -623,0 +635,0 @@ } |
Sorry, the diff of this file is not supported yet
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
129740
13
1757
+ Addedmetro-source-map@0.76.4(transitive)
+ Addedob1@0.76.4(transitive)
- Removedmetro-source-map@0.76.3(transitive)
- Removedob1@0.76.3(transitive)
Updatedmetro-source-map@0.76.4