rune-grab 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/rune-grab.cjs +1 -1
- package/dist/rune-grab.cjs.map +1 -1
- package/dist/rune-grab.iife.global.js +1 -1
- package/dist/rune-grab.iife.global.js.map +1 -1
- package/dist/rune-grab.js +1 -1
- package/dist/rune-grab.js.map +1 -1
- package/package.json +1 -1
package/dist/react.cjs
CHANGED
|
@@ -1034,7 +1034,7 @@ function isUsefulName(name, filePath, customSkip) {
|
|
|
1034
1034
|
return true;
|
|
1035
1035
|
}
|
|
1036
1036
|
function cleanFilePath(raw) {
|
|
1037
|
-
return raw.replace(/^https?:\/\/[^/]+\//, "").replace(
|
|
1037
|
+
return raw.replace(/^https?:\/\/[^/]+\//, "").replace(/^rsc:\/\/[^/]+\/[^/]+\//, "").replace(/^webpack-internal:\/\/\//, "").replace(/^\([\w-]+\)\//, "").replace(/\?.*$/, "").replace(/^\/app\//, "").replace(/^\.\//, "");
|
|
1038
1038
|
}
|
|
1039
1039
|
function parseStackForSource(stack) {
|
|
1040
1040
|
if (!stack) return null;
|