@tamagui/static 1.32.0 → 1.32.1
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/cjs/require.js +35 -12
- package/dist/cjs/require.js.map +1 -1
- package/dist/esm/require.js +35 -12
- package/dist/esm/require.js.map +1 -1
- package/package.json +14 -14
- package/src/require.ts +46 -16
package/dist/cjs/require.js
CHANGED
|
@@ -23,6 +23,7 @@ __export(require_exports, {
|
|
|
23
23
|
});
|
|
24
24
|
module.exports = __toCommonJS(require_exports);
|
|
25
25
|
var import_path = require("path");
|
|
26
|
+
var _a;
|
|
26
27
|
const nameToPaths = {};
|
|
27
28
|
const Module = require("module");
|
|
28
29
|
const og = Module.prototype.require;
|
|
@@ -44,6 +45,14 @@ function registerRequire() {
|
|
|
44
45
|
Module.prototype.require = og;
|
|
45
46
|
};
|
|
46
47
|
}
|
|
48
|
+
const IGNORES = process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS;
|
|
49
|
+
const extraIgnores = IGNORES === "true" ? [] : (_a = process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS) == null ? void 0 : _a.split(",");
|
|
50
|
+
const knownIgnorableModules = {
|
|
51
|
+
"expo-modules": true,
|
|
52
|
+
solito: true,
|
|
53
|
+
...Object.fromEntries((extraIgnores == null ? void 0 : extraIgnores.map((k) => [k, true])) || [])
|
|
54
|
+
};
|
|
55
|
+
const hasWarnedForModules = /* @__PURE__ */ new Set();
|
|
47
56
|
function tamaguiRequire(path) {
|
|
48
57
|
if (/\.(gif|jpe?g|png|svg|ttf|otf|woff2?|bmp|webp)$/.test(path)) {
|
|
49
58
|
return {};
|
|
@@ -58,22 +67,36 @@ function tamaguiRequire(path) {
|
|
|
58
67
|
if (path === "@tamagui/core" || path === "@tamagui/core-node" || path === "@tamagui/web") {
|
|
59
68
|
return core;
|
|
60
69
|
}
|
|
70
|
+
if (path in knownIgnorableModules) {
|
|
71
|
+
return proxyWorm;
|
|
72
|
+
}
|
|
61
73
|
try {
|
|
62
74
|
const out = og.apply(this, arguments);
|
|
63
75
|
return out;
|
|
64
76
|
} catch (err) {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
+
if (IGNORES === "true") {
|
|
78
|
+
} else if (!process.env.TAMAGUI_SHOW_FULL_BUNDLE_ERRORS) {
|
|
79
|
+
if (hasWarnedForModules.has(path)) {
|
|
80
|
+
} else {
|
|
81
|
+
hasWarnedForModules.add(path);
|
|
82
|
+
console.log(
|
|
83
|
+
` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
} else {
|
|
87
|
+
console.error(
|
|
88
|
+
`Tamagui failed loading the pre-built tamagui.config.ts
|
|
89
|
+
|
|
90
|
+
${err.message}
|
|
91
|
+
${err.stack}
|
|
92
|
+
|
|
93
|
+
You can see if it loads in the node repl:
|
|
94
|
+
|
|
95
|
+
require("./${(0, import_path.relative)(process.cwd(), path)}").default
|
|
96
|
+
|
|
97
|
+
`
|
|
98
|
+
);
|
|
99
|
+
}
|
|
77
100
|
return proxyWorm;
|
|
78
101
|
}
|
|
79
102
|
}
|
package/dist/cjs/require.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/require.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA8B;
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA8B;AAA9B;AAEA,MAAM,cAAc,CAAC;AACrB,MAAM,SAAS,QAAQ,QAAQ;AAC/B,MAAM,KAAK,OAAO,UAAU;AAC5B,WAAW,WAAW,IAAI;AAEnB,MAAM,iBAAiB,MAAM;AAEpC,MAAM,YAAY,QAAQ,qBAAqB;AAE/C,MAAM,MAAM,QAAQ,kBAAkB;AACtC,MAAM,OAAO,QAAQ,oBAAoB;AAEzC,IAAI,eAAe;AAEZ,SAAS,kBAAkB;AAEhC,MAAI,cAAc;AAChB,WAAO,MAAM;AAAA,IAAC;AAAA,EAChB;AAEA,iBAAe;AAEf,SAAO,UAAU,UAAU;AAE3B,SAAO,MAAM;AAEX,mBAAe;AACf,WAAO,UAAU,UAAU;AAAA,EAC7B;AACF;AAEA,MAAM,UAAU,QAAQ,IAAI;AAC5B,MAAM,eACJ,YAAY,SAAS,CAAC,KAAI,aAAQ,IAAI,iCAAZ,mBAA0C,MAAM;AAC5E,MAAM,wBAAwB;AAAA,EAC5B,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,GAAG,OAAO,aAAY,6CAAc,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,OAAM,CAAC,CAAC;AACjE;AAEA,MAAM,sBAAsB,oBAAI,IAAY;AAE5C,SAAS,eAA0B,MAAc;AAC/C,MAAI,iDAAiD,KAAK,IAAI,GAAG;AAC/D,WAAO,CAAC;AAAA,EACV;AACA,MACE,SAAS,0BACT,KAAK,WAAW,yBAAyB,KACzC,SAAS,0BACT,SAAS,sBACT;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,2BACR,KAAK,WAAW,cAAc;AAAA,EAE7B,CAAC,KAAK,WAAW,oCAAoC,QAAQ,OAAO,eAAG,CAAC,GAC1E;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,mBACT,SAAS,wBACT,SAAS,gBACT;AACA,WAAO;AAAA,EACT;AAEA,MAAI,QAAQ,uBAAuB;AACjC,WAAO;AAAA,EACT;AAEA,MAAI;AACF,UAAM,MAAM,GAAG,MAAM,MAAM,SAAS;AAwBpC,WAAO;AAAA,EACT,SAAS,KAAP;AACA,QAAI,YAAY,QAAQ;AAAA,IAExB,WAAW,CAAC,QAAQ,IAAI,iCAAiC;AACvD,UAAI,oBAAoB,IAAI,IAAI,GAAG;AAAA,MAEnC,OAAO;AACL,4BAAoB,IAAI,IAAI;AAE5B,gBAAQ;AAAA,UACN,0CAA0C;AAAA,QAC5C;AAAA,MACF;AAAA,IACF,OAAO;AAML,cAAQ;AAAA,QACN;AAAA;AAAA,IAEJ,IAAI;AAAA,IACJ,IAAI;AAAA;AAAA;AAAA;AAAA,mBAIO,sBAAS,QAAQ,IAAI,GAAG,IAAI;AAAA;AAAA;AAAA,MAGrC;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/require.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
var _a;
|
|
1
2
|
import { relative, sep } from "path";
|
|
2
3
|
const nameToPaths = {};
|
|
3
4
|
const Module = require("module");
|
|
@@ -20,6 +21,14 @@ function registerRequire() {
|
|
|
20
21
|
Module.prototype.require = og;
|
|
21
22
|
};
|
|
22
23
|
}
|
|
24
|
+
const IGNORES = process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS;
|
|
25
|
+
const extraIgnores = IGNORES === "true" ? [] : (_a = process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS) == null ? void 0 : _a.split(",");
|
|
26
|
+
const knownIgnorableModules = {
|
|
27
|
+
"expo-modules": true,
|
|
28
|
+
solito: true,
|
|
29
|
+
...Object.fromEntries((extraIgnores == null ? void 0 : extraIgnores.map((k) => [k, true])) || [])
|
|
30
|
+
};
|
|
31
|
+
const hasWarnedForModules = /* @__PURE__ */ new Set();
|
|
23
32
|
function tamaguiRequire(path) {
|
|
24
33
|
if (/\.(gif|jpe?g|png|svg|ttf|otf|woff2?|bmp|webp)$/.test(path)) {
|
|
25
34
|
return {};
|
|
@@ -34,22 +43,36 @@ function tamaguiRequire(path) {
|
|
|
34
43
|
if (path === "@tamagui/core" || path === "@tamagui/core-node" || path === "@tamagui/web") {
|
|
35
44
|
return core;
|
|
36
45
|
}
|
|
46
|
+
if (path in knownIgnorableModules) {
|
|
47
|
+
return proxyWorm;
|
|
48
|
+
}
|
|
37
49
|
try {
|
|
38
50
|
const out = og.apply(this, arguments);
|
|
39
51
|
return out;
|
|
40
52
|
} catch (err) {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
+
if (IGNORES === "true") {
|
|
54
|
+
} else if (!process.env.TAMAGUI_SHOW_FULL_BUNDLE_ERRORS) {
|
|
55
|
+
if (hasWarnedForModules.has(path)) {
|
|
56
|
+
} else {
|
|
57
|
+
hasWarnedForModules.add(path);
|
|
58
|
+
console.log(
|
|
59
|
+
` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
} else {
|
|
63
|
+
console.error(
|
|
64
|
+
`Tamagui failed loading the pre-built tamagui.config.ts
|
|
65
|
+
|
|
66
|
+
${err.message}
|
|
67
|
+
${err.stack}
|
|
68
|
+
|
|
69
|
+
You can see if it loads in the node repl:
|
|
70
|
+
|
|
71
|
+
require("./${relative(process.cwd(), path)}").default
|
|
72
|
+
|
|
73
|
+
`
|
|
74
|
+
);
|
|
75
|
+
}
|
|
53
76
|
return proxyWorm;
|
|
54
77
|
}
|
|
55
78
|
}
|
package/dist/esm/require.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/require.ts"],
|
|
4
|
-
"mappings": "AAAA,SAAS,UAAU,WAAW;AAE9B,MAAM,cAAc,CAAC;AACrB,MAAM,SAAS,QAAQ,QAAQ;AAC/B,MAAM,KAAK,OAAO,UAAU;AAC5B,WAAW,WAAW,IAAI;AAEnB,MAAM,iBAAiB,MAAM;AAEpC,MAAM,YAAY,QAAQ,qBAAqB;AAE/C,MAAM,MAAM,QAAQ,kBAAkB;AACtC,MAAM,OAAO,QAAQ,oBAAoB;AAEzC,IAAI,eAAe;AAEZ,SAAS,kBAAkB;AAEhC,MAAI,cAAc;AAChB,WAAO,MAAM;AAAA,IAAC;AAAA,EAChB;AAEA,iBAAe;AAEf,SAAO,UAAU,UAAU;AAE3B,SAAO,MAAM;AAEX,mBAAe;AACf,WAAO,UAAU,UAAU;AAAA,EAC7B;AACF;AAEA,SAAS,eAA0B,MAAc;AAC/C,MAAI,iDAAiD,KAAK,IAAI,GAAG;AAC/D,WAAO,CAAC;AAAA,EACV;AACA,MACE,SAAS,0BACT,KAAK,WAAW,yBAAyB,KACzC,SAAS,0BACT,SAAS,sBACT;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,2BACR,KAAK,WAAW,cAAc;AAAA,EAE7B,CAAC,KAAK,WAAW,oCAAoC,QAAQ,OAAO,GAAG,CAAC,GAC1E;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,mBACT,SAAS,wBACT,SAAS,gBACT;AACA,WAAO;AAAA,EACT;
|
|
4
|
+
"mappings": "AAAA;AAAA,SAAS,UAAU,WAAW;AAE9B,MAAM,cAAc,CAAC;AACrB,MAAM,SAAS,QAAQ,QAAQ;AAC/B,MAAM,KAAK,OAAO,UAAU;AAC5B,WAAW,WAAW,IAAI;AAEnB,MAAM,iBAAiB,MAAM;AAEpC,MAAM,YAAY,QAAQ,qBAAqB;AAE/C,MAAM,MAAM,QAAQ,kBAAkB;AACtC,MAAM,OAAO,QAAQ,oBAAoB;AAEzC,IAAI,eAAe;AAEZ,SAAS,kBAAkB;AAEhC,MAAI,cAAc;AAChB,WAAO,MAAM;AAAA,IAAC;AAAA,EAChB;AAEA,iBAAe;AAEf,SAAO,UAAU,UAAU;AAE3B,SAAO,MAAM;AAEX,mBAAe;AACf,WAAO,UAAU,UAAU;AAAA,EAC7B;AACF;AAEA,MAAM,UAAU,QAAQ,IAAI;AAC5B,MAAM,eACJ,YAAY,SAAS,CAAC,KAAI,aAAQ,IAAI,iCAAZ,mBAA0C,MAAM;AAC5E,MAAM,wBAAwB;AAAA,EAC5B,gBAAgB;AAAA,EAChB,QAAQ;AAAA,EACR,GAAG,OAAO,aAAY,6CAAc,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,OAAM,CAAC,CAAC;AACjE;AAEA,MAAM,sBAAsB,oBAAI,IAAY;AAE5C,SAAS,eAA0B,MAAc;AAC/C,MAAI,iDAAiD,KAAK,IAAI,GAAG;AAC/D,WAAO,CAAC;AAAA,EACV;AACA,MACE,SAAS,0BACT,KAAK,WAAW,yBAAyB,KACzC,SAAS,0BACT,SAAS,sBACT;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,2BACR,KAAK,WAAW,cAAc;AAAA,EAE7B,CAAC,KAAK,WAAW,oCAAoC,QAAQ,OAAO,GAAG,CAAC,GAC1E;AACA,WAAO;AAAA,EACT;AACA,MACE,SAAS,mBACT,SAAS,wBACT,SAAS,gBACT;AACA,WAAO;AAAA,EACT;AAEA,MAAI,QAAQ,uBAAuB;AACjC,WAAO;AAAA,EACT;AAEA,MAAI;AACF,UAAM,MAAM,GAAG,MAAM,MAAM,SAAS;AAwBpC,WAAO;AAAA,EACT,SAAS,KAAP;AACA,QAAI,YAAY,QAAQ;AAAA,IAExB,WAAW,CAAC,QAAQ,IAAI,iCAAiC;AACvD,UAAI,oBAAoB,IAAI,IAAI,GAAG;AAAA,MAEnC,OAAO;AACL,4BAAoB,IAAI,IAAI;AAE5B,gBAAQ;AAAA,UACN,0CAA0C;AAAA,QAC5C;AAAA,MACF;AAAA,IACF,OAAO;AAML,cAAQ;AAAA,QACN;AAAA;AAAA,IAEJ,IAAI;AAAA,IACJ,IAAI;AAAA;AAAA;AAAA;AAAA,eAIO,SAAS,QAAQ,IAAI,GAAG,IAAI;AAAA;AAAA;AAAA,MAGrC;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/static",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"@babel/runtime": "^7.21.5",
|
|
36
36
|
"@babel/traverse": "^7.21.5",
|
|
37
37
|
"@babel/types": "^7.21.5",
|
|
38
|
-
"@tamagui/build": "1.32.
|
|
39
|
-
"@tamagui/cli-color": "1.32.
|
|
40
|
-
"@tamagui/config-default-node": "1.32.
|
|
41
|
-
"@tamagui/core-node": "1.32.
|
|
42
|
-
"@tamagui/fake-react-native": "1.32.
|
|
43
|
-
"@tamagui/helpers": "1.32.
|
|
44
|
-
"@tamagui/helpers-node": "1.32.
|
|
45
|
-
"@tamagui/proxy-worm": "1.32.
|
|
46
|
-
"@tamagui/shorthands": "1.32.
|
|
47
|
-
"@tamagui/types": "1.32.
|
|
38
|
+
"@tamagui/build": "1.32.1",
|
|
39
|
+
"@tamagui/cli-color": "1.32.1",
|
|
40
|
+
"@tamagui/config-default-node": "1.32.1",
|
|
41
|
+
"@tamagui/core-node": "1.32.1",
|
|
42
|
+
"@tamagui/fake-react-native": "1.32.1",
|
|
43
|
+
"@tamagui/helpers": "1.32.1",
|
|
44
|
+
"@tamagui/helpers-node": "1.32.1",
|
|
45
|
+
"@tamagui/proxy-worm": "1.32.1",
|
|
46
|
+
"@tamagui/shorthands": "1.32.1",
|
|
47
|
+
"@tamagui/types": "1.32.1",
|
|
48
48
|
"babel-literal-to-ast": "^2.1.0",
|
|
49
49
|
"esbuild": "^0.17.17",
|
|
50
50
|
"esbuild-register": "^3.4.2",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"invariant": "^2.2.4",
|
|
55
55
|
"lodash": "^4.17.21",
|
|
56
56
|
"react-native-web": "^0.19.4",
|
|
57
|
-
"react-native-web-internals": "1.32.
|
|
58
|
-
"react-native-web-lite": "1.32.
|
|
57
|
+
"react-native-web-internals": "1.32.1",
|
|
58
|
+
"react-native-web-lite": "1.32.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/plugin-syntax-typescript": "^7.21.4",
|
|
62
62
|
"@expo/match-media": "^0.4.0",
|
|
63
|
-
"@tamagui/test-design-system": "1.32.
|
|
63
|
+
"@tamagui/test-design-system": "1.32.1",
|
|
64
64
|
"@testing-library/react": "^13.4.0",
|
|
65
65
|
"@types/babel__generator": "^7.6.4",
|
|
66
66
|
"@types/babel__traverse": "^7.18.2",
|
package/src/require.ts
CHANGED
|
@@ -31,6 +31,17 @@ export function registerRequire() {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
const IGNORES = process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS
|
|
35
|
+
const extraIgnores =
|
|
36
|
+
IGNORES === 'true' ? [] : process.env.TAMAGUI_IGNORE_BUNDLE_ERRORS?.split(',')
|
|
37
|
+
const knownIgnorableModules = {
|
|
38
|
+
'expo-modules': true,
|
|
39
|
+
solito: true,
|
|
40
|
+
...Object.fromEntries(extraIgnores?.map((k) => [k, true]) || []),
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
const hasWarnedForModules = new Set<string>()
|
|
44
|
+
|
|
34
45
|
function tamaguiRequire(this: any, path: string) {
|
|
35
46
|
if (/\.(gif|jpe?g|png|svg|ttf|otf|woff2?|bmp|webp)$/.test(path)) {
|
|
36
47
|
return {}
|
|
@@ -58,6 +69,11 @@ function tamaguiRequire(this: any, path: string) {
|
|
|
58
69
|
) {
|
|
59
70
|
return core
|
|
60
71
|
}
|
|
72
|
+
|
|
73
|
+
if (path in knownIgnorableModules) {
|
|
74
|
+
return proxyWorm
|
|
75
|
+
}
|
|
76
|
+
|
|
61
77
|
try {
|
|
62
78
|
const out = og.apply(this, arguments)
|
|
63
79
|
// only for studio disable for now
|
|
@@ -85,23 +101,37 @@ function tamaguiRequire(this: any, path: string) {
|
|
|
85
101
|
// }
|
|
86
102
|
return out
|
|
87
103
|
} catch (err: any) {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
${
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
104
|
+
if (IGNORES === 'true') {
|
|
105
|
+
// ignore
|
|
106
|
+
} else if (!process.env.TAMAGUI_SHOW_FULL_BUNDLE_ERRORS) {
|
|
107
|
+
if (hasWarnedForModules.has(path)) {
|
|
108
|
+
// ignore
|
|
109
|
+
} else {
|
|
110
|
+
hasWarnedForModules.add(path)
|
|
111
|
+
// rome-ignore lint/nursery/noConsoleLog: <explanation>
|
|
112
|
+
console.log(
|
|
113
|
+
` Tamagui Warning 001: Skipping loading ${path} due to error bundling. See https://tamagui.dev/docs/intro/erorrs#warning-001`
|
|
114
|
+
)
|
|
115
|
+
}
|
|
116
|
+
} else {
|
|
117
|
+
/**
|
|
118
|
+
* Allow errors to happen, we're just reading config and components but sometimes external modules cause problems
|
|
119
|
+
* We can't fix every problem, so just swap them out with proxyWorm which is a sort of generic object that can be read.
|
|
120
|
+
*/
|
|
102
121
|
|
|
103
|
-
|
|
104
|
-
|
|
122
|
+
console.error(
|
|
123
|
+
`Tamagui failed loading the pre-built tamagui.config.ts
|
|
124
|
+
|
|
125
|
+
${err.message}
|
|
126
|
+
${err.stack}
|
|
127
|
+
|
|
128
|
+
You can see if it loads in the node repl:
|
|
129
|
+
|
|
130
|
+
require("./${relative(process.cwd(), path)}").default
|
|
131
|
+
|
|
132
|
+
`
|
|
133
|
+
)
|
|
134
|
+
}
|
|
105
135
|
|
|
106
136
|
return proxyWorm
|
|
107
137
|
}
|