vite-plugin-react-native-web 2.7.0 → 3.0.0-rc.0

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.
@@ -0,0 +1,75 @@
1
+ require("./chunk-DyKKrNZQ.js");
2
+ let node_module = require("node:module");
3
+ //#region node_modules/vite/dist/node/chunks/chunk.js
4
+ var __create = Object.create;
5
+ var __defProp = Object.defineProperty;
6
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getProtoOf = Object.getPrototypeOf;
9
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
10
+ var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
11
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
12
+ var __exportAll = (all, no_symbols) => {
13
+ let target = {};
14
+ for (var name in all) __defProp(target, name, {
15
+ get: all[name],
16
+ enumerable: true
17
+ });
18
+ if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
19
+ return target;
20
+ };
21
+ var __copyProps = (to, from, except, desc) => {
22
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
23
+ key = keys[i];
24
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
25
+ get: ((k) => from[k]).bind(null, key),
26
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
27
+ });
28
+ }
29
+ return to;
30
+ };
31
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
32
+ value: mod,
33
+ enumerable: true
34
+ }) : target, mod));
35
+ var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
+ var __require = /* @__PURE__ */ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
37
+ //#endregion
38
+ Object.defineProperty(exports, "__commonJSMin", {
39
+ enumerable: true,
40
+ get: function() {
41
+ return __commonJSMin;
42
+ }
43
+ });
44
+ Object.defineProperty(exports, "__esmMin", {
45
+ enumerable: true,
46
+ get: function() {
47
+ return __esmMin;
48
+ }
49
+ });
50
+ Object.defineProperty(exports, "__exportAll", {
51
+ enumerable: true,
52
+ get: function() {
53
+ return __exportAll;
54
+ }
55
+ });
56
+ Object.defineProperty(exports, "__require", {
57
+ enumerable: true,
58
+ get: function() {
59
+ return __require;
60
+ }
61
+ });
62
+ Object.defineProperty(exports, "__toCommonJS", {
63
+ enumerable: true,
64
+ get: function() {
65
+ return __toCommonJS;
66
+ }
67
+ });
68
+ Object.defineProperty(exports, "__toESM", {
69
+ enumerable: true,
70
+ get: function() {
71
+ return __toESM;
72
+ }
73
+ });
74
+
75
+ //# sourceMappingURL=chunk-D0RAK71K.js.map
@@ -0,0 +1,35 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
+ key = keys[i];
12
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
+ get: ((k) => from[k]).bind(null, key),
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
20
+ value: mod,
21
+ enumerable: true
22
+ }) : target, mod));
23
+ //#endregion
24
+ Object.defineProperty(exports, "__commonJSMin", {
25
+ enumerable: true,
26
+ get: function() {
27
+ return __commonJSMin;
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "__toESM", {
31
+ enumerable: true,
32
+ get: function() {
33
+ return __toESM;
34
+ }
35
+ });
@@ -0,0 +1,126 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ //#region \0rolldown/runtime.js
6
+ var __create = Object.create;
7
+ var __defProp = Object.defineProperty;
8
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
+ var __getOwnPropNames = Object.getOwnPropertyNames;
10
+ var __getProtoOf = Object.getPrototypeOf;
11
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
14
+ key = keys[i];
15
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
16
+ get: ((k) => from[k]).bind(null, key),
17
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
18
+ });
19
+ }
20
+ return to;
21
+ };
22
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
23
+ value: mod,
24
+ enumerable: true
25
+ }) : target, mod));
26
+ //#endregion
27
+ let flow_remove_types = require("flow-remove-types");
28
+ flow_remove_types = __toESM(flow_remove_types);
29
+ //#region src/plugins/flow-remove-types-plugin.ts
30
+ const reactNativeFlowJsxPathPattern = /\.(js|flow)$/;
31
+ const flowRemoveTypesPlugin = () => ({
32
+ name: "flow-remove-types",
33
+ transform: {
34
+ filter: { id: reactNativeFlowJsxPathPattern },
35
+ handler: async (code) => {
36
+ code = (0, flow_remove_types.default)(code).toString();
37
+ return code;
38
+ }
39
+ }
40
+ });
41
+ //#endregion
42
+ //#region src/plugins/treeshake-fix-plugin.ts
43
+ const treeshakeFixPlugin = () => ({
44
+ name: "treeshake-fix",
45
+ transform: {
46
+ filter: { id: "expo-modules-core" },
47
+ handler: () => {
48
+ return { moduleSideEffects: "no-treeshake" };
49
+ }
50
+ }
51
+ });
52
+ //#endregion
53
+ //#region src/plugins/type-exports-fix.ts
54
+ const typeExportsFixPlugin = () => ({
55
+ name: "type-exports-fix",
56
+ load: {
57
+ filter: { id: /expo-modules-core.*ts-declarations.*\.ts$/ },
58
+ handler: () => ({
59
+ code: "export {}",
60
+ moduleType: "js"
61
+ })
62
+ }
63
+ });
64
+ //#endregion
65
+ //#region src/index.ts
66
+ const development = process.env.NODE_ENV === "development";
67
+ const extensions = [
68
+ ".web.mjs",
69
+ ".mjs",
70
+ ".web.js",
71
+ ".js",
72
+ ".web.mts",
73
+ ".mts",
74
+ ".web.ts",
75
+ ".ts",
76
+ ".web.jsx",
77
+ ".jsx",
78
+ ".web.tsx",
79
+ ".tsx",
80
+ ".json"
81
+ ];
82
+ const moduleTypes = {
83
+ ".js": "jsx",
84
+ ".flow": "jsx"
85
+ };
86
+ const reactNativeWeb = (_options) => ({
87
+ enforce: "pre",
88
+ name: "react-native-web",
89
+ config: () => ({
90
+ define: {
91
+ global: "globalThis",
92
+ __DEV__: JSON.stringify(development),
93
+ "process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV),
94
+ "process.env.EXPO_OS": JSON.stringify("web")
95
+ },
96
+ resolve: {
97
+ extensions,
98
+ alias: [{
99
+ find: "react-native",
100
+ replacement: "react-native-web"
101
+ }]
102
+ },
103
+ build: { rolldownOptions: {
104
+ resolve: { extensions },
105
+ moduleTypes,
106
+ plugins: [
107
+ flowRemoveTypesPlugin(),
108
+ treeshakeFixPlugin(),
109
+ typeExportsFixPlugin()
110
+ ]
111
+ } },
112
+ optimizeDeps: { rolldownOptions: {
113
+ resolve: { extensions },
114
+ moduleTypes,
115
+ plugins: [
116
+ flowRemoveTypesPlugin(),
117
+ treeshakeFixPlugin(),
118
+ typeExportsFixPlugin()
119
+ ]
120
+ } }
121
+ })
122
+ });
123
+ //#endregion
124
+ exports.default = reactNativeWeb;
125
+
126
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,370 @@
1
+ const require_chunk = require("./chunk-D0RAK71K.js");
2
+ //#region node_modules/vite/dist/node/chunks/lib.js
3
+ var require_parse = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
4
+ var openParentheses = "(".charCodeAt(0);
5
+ var closeParentheses = ")".charCodeAt(0);
6
+ var singleQuote = "'".charCodeAt(0);
7
+ var doubleQuote = "\"".charCodeAt(0);
8
+ var backslash = "\\".charCodeAt(0);
9
+ var slash = "/".charCodeAt(0);
10
+ var comma = ",".charCodeAt(0);
11
+ var colon = ":".charCodeAt(0);
12
+ var star = "*".charCodeAt(0);
13
+ var uLower = "u".charCodeAt(0);
14
+ var uUpper = "U".charCodeAt(0);
15
+ var plus = "+".charCodeAt(0);
16
+ var isUnicodeRange = /^[a-f0-9?-]+$/i;
17
+ module.exports = function(input) {
18
+ var tokens = [];
19
+ var value = input;
20
+ var next, quote, prev, token, escape, escapePos, whitespacePos, parenthesesOpenPos;
21
+ var pos = 0;
22
+ var code = value.charCodeAt(pos);
23
+ var max = value.length;
24
+ var stack = [{ nodes: tokens }];
25
+ var balanced = 0;
26
+ var parent;
27
+ var name = "";
28
+ var before = "";
29
+ var after = "";
30
+ while (pos < max) if (code <= 32) {
31
+ next = pos;
32
+ do {
33
+ next += 1;
34
+ code = value.charCodeAt(next);
35
+ } while (code <= 32);
36
+ token = value.slice(pos, next);
37
+ prev = tokens[tokens.length - 1];
38
+ if (code === closeParentheses && balanced) after = token;
39
+ else if (prev && prev.type === "div") {
40
+ prev.after = token;
41
+ prev.sourceEndIndex += token.length;
42
+ } else if (code === comma || code === colon || code === slash && value.charCodeAt(next + 1) !== star && (!parent || parent && parent.type === "function" && parent.value !== "calc")) before = token;
43
+ else tokens.push({
44
+ type: "space",
45
+ sourceIndex: pos,
46
+ sourceEndIndex: next,
47
+ value: token
48
+ });
49
+ pos = next;
50
+ } else if (code === singleQuote || code === doubleQuote) {
51
+ next = pos;
52
+ quote = code === singleQuote ? "'" : "\"";
53
+ token = {
54
+ type: "string",
55
+ sourceIndex: pos,
56
+ quote
57
+ };
58
+ do {
59
+ escape = false;
60
+ next = value.indexOf(quote, next + 1);
61
+ if (~next) {
62
+ escapePos = next;
63
+ while (value.charCodeAt(escapePos - 1) === backslash) {
64
+ escapePos -= 1;
65
+ escape = !escape;
66
+ }
67
+ } else {
68
+ value += quote;
69
+ next = value.length - 1;
70
+ token.unclosed = true;
71
+ }
72
+ } while (escape);
73
+ token.value = value.slice(pos + 1, next);
74
+ token.sourceEndIndex = token.unclosed ? next : next + 1;
75
+ tokens.push(token);
76
+ pos = next + 1;
77
+ code = value.charCodeAt(pos);
78
+ } else if (code === slash && value.charCodeAt(pos + 1) === star) {
79
+ next = value.indexOf("*/", pos);
80
+ token = {
81
+ type: "comment",
82
+ sourceIndex: pos,
83
+ sourceEndIndex: next + 2
84
+ };
85
+ if (next === -1) {
86
+ token.unclosed = true;
87
+ next = value.length;
88
+ token.sourceEndIndex = next;
89
+ }
90
+ token.value = value.slice(pos + 2, next);
91
+ tokens.push(token);
92
+ pos = next + 2;
93
+ code = value.charCodeAt(pos);
94
+ } else if ((code === slash || code === star) && parent && parent.type === "function" && parent.value === "calc") {
95
+ token = value[pos];
96
+ tokens.push({
97
+ type: "word",
98
+ sourceIndex: pos - before.length,
99
+ sourceEndIndex: pos + token.length,
100
+ value: token
101
+ });
102
+ pos += 1;
103
+ code = value.charCodeAt(pos);
104
+ } else if (code === slash || code === comma || code === colon) {
105
+ token = value[pos];
106
+ tokens.push({
107
+ type: "div",
108
+ sourceIndex: pos - before.length,
109
+ sourceEndIndex: pos + token.length,
110
+ value: token,
111
+ before,
112
+ after: ""
113
+ });
114
+ before = "";
115
+ pos += 1;
116
+ code = value.charCodeAt(pos);
117
+ } else if (openParentheses === code) {
118
+ next = pos;
119
+ do {
120
+ next += 1;
121
+ code = value.charCodeAt(next);
122
+ } while (code <= 32);
123
+ parenthesesOpenPos = pos;
124
+ token = {
125
+ type: "function",
126
+ sourceIndex: pos - name.length,
127
+ value: name,
128
+ before: value.slice(parenthesesOpenPos + 1, next)
129
+ };
130
+ pos = next;
131
+ if (name === "url" && code !== singleQuote && code !== doubleQuote) {
132
+ next -= 1;
133
+ do {
134
+ escape = false;
135
+ next = value.indexOf(")", next + 1);
136
+ if (~next) {
137
+ escapePos = next;
138
+ while (value.charCodeAt(escapePos - 1) === backslash) {
139
+ escapePos -= 1;
140
+ escape = !escape;
141
+ }
142
+ } else {
143
+ value += ")";
144
+ next = value.length - 1;
145
+ token.unclosed = true;
146
+ }
147
+ } while (escape);
148
+ whitespacePos = next;
149
+ do {
150
+ whitespacePos -= 1;
151
+ code = value.charCodeAt(whitespacePos);
152
+ } while (code <= 32);
153
+ if (parenthesesOpenPos < whitespacePos) {
154
+ if (pos !== whitespacePos + 1) token.nodes = [{
155
+ type: "word",
156
+ sourceIndex: pos,
157
+ sourceEndIndex: whitespacePos + 1,
158
+ value: value.slice(pos, whitespacePos + 1)
159
+ }];
160
+ else token.nodes = [];
161
+ if (token.unclosed && whitespacePos + 1 !== next) {
162
+ token.after = "";
163
+ token.nodes.push({
164
+ type: "space",
165
+ sourceIndex: whitespacePos + 1,
166
+ sourceEndIndex: next,
167
+ value: value.slice(whitespacePos + 1, next)
168
+ });
169
+ } else {
170
+ token.after = value.slice(whitespacePos + 1, next);
171
+ token.sourceEndIndex = next;
172
+ }
173
+ } else {
174
+ token.after = "";
175
+ token.nodes = [];
176
+ }
177
+ pos = next + 1;
178
+ token.sourceEndIndex = token.unclosed ? next : pos;
179
+ code = value.charCodeAt(pos);
180
+ tokens.push(token);
181
+ } else {
182
+ balanced += 1;
183
+ token.after = "";
184
+ token.sourceEndIndex = pos + 1;
185
+ tokens.push(token);
186
+ stack.push(token);
187
+ tokens = token.nodes = [];
188
+ parent = token;
189
+ }
190
+ name = "";
191
+ } else if (closeParentheses === code && balanced) {
192
+ pos += 1;
193
+ code = value.charCodeAt(pos);
194
+ parent.after = after;
195
+ parent.sourceEndIndex += after.length;
196
+ after = "";
197
+ balanced -= 1;
198
+ stack[stack.length - 1].sourceEndIndex = pos;
199
+ stack.pop();
200
+ parent = stack[balanced];
201
+ tokens = parent.nodes;
202
+ } else {
203
+ next = pos;
204
+ do {
205
+ if (code === backslash) next += 1;
206
+ next += 1;
207
+ code = value.charCodeAt(next);
208
+ } while (next < max && !(code <= 32 || code === singleQuote || code === doubleQuote || code === comma || code === colon || code === slash || code === openParentheses || code === star && parent && parent.type === "function" && parent.value === "calc" || code === slash && parent.type === "function" && parent.value === "calc" || code === closeParentheses && balanced));
209
+ token = value.slice(pos, next);
210
+ if (openParentheses === code) name = token;
211
+ else if ((uLower === token.charCodeAt(0) || uUpper === token.charCodeAt(0)) && plus === token.charCodeAt(1) && isUnicodeRange.test(token.slice(2))) tokens.push({
212
+ type: "unicode-range",
213
+ sourceIndex: pos,
214
+ sourceEndIndex: next,
215
+ value: token
216
+ });
217
+ else tokens.push({
218
+ type: "word",
219
+ sourceIndex: pos,
220
+ sourceEndIndex: next,
221
+ value: token
222
+ });
223
+ pos = next;
224
+ }
225
+ for (pos = stack.length - 1; pos; pos -= 1) {
226
+ stack[pos].unclosed = true;
227
+ stack[pos].sourceEndIndex = value.length;
228
+ }
229
+ return stack[0].nodes;
230
+ };
231
+ }));
232
+ var require_walk = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
233
+ module.exports = function walk(nodes, cb, bubble) {
234
+ var i, max, node, result;
235
+ for (i = 0, max = nodes.length; i < max; i += 1) {
236
+ node = nodes[i];
237
+ if (!bubble) result = cb(node, i, nodes);
238
+ if (result !== false && node.type === "function" && Array.isArray(node.nodes)) walk(node.nodes, cb, bubble);
239
+ if (bubble) cb(node, i, nodes);
240
+ }
241
+ };
242
+ }));
243
+ var require_stringify = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
244
+ function stringifyNode(node, custom) {
245
+ var type = node.type;
246
+ var value = node.value;
247
+ var buf;
248
+ var customResult;
249
+ if (custom && (customResult = custom(node)) !== void 0) return customResult;
250
+ else if (type === "word" || type === "space") return value;
251
+ else if (type === "string") {
252
+ buf = node.quote || "";
253
+ return buf + value + (node.unclosed ? "" : buf);
254
+ } else if (type === "comment") return "/*" + value + (node.unclosed ? "" : "*/");
255
+ else if (type === "div") return (node.before || "") + value + (node.after || "");
256
+ else if (Array.isArray(node.nodes)) {
257
+ buf = stringify(node.nodes, custom);
258
+ if (type !== "function") return buf;
259
+ return value + "(" + (node.before || "") + buf + (node.after || "") + (node.unclosed ? "" : ")");
260
+ }
261
+ return value;
262
+ }
263
+ function stringify(nodes, custom) {
264
+ var result, i;
265
+ if (Array.isArray(nodes)) {
266
+ result = "";
267
+ for (i = nodes.length - 1; ~i; i -= 1) result = stringifyNode(nodes[i], custom) + result;
268
+ return result;
269
+ }
270
+ return stringifyNode(nodes, custom);
271
+ }
272
+ module.exports = stringify;
273
+ }));
274
+ var require_unit = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
275
+ var minus = "-".charCodeAt(0);
276
+ var plus = "+".charCodeAt(0);
277
+ var dot = ".".charCodeAt(0);
278
+ var exp = "e".charCodeAt(0);
279
+ var EXP = "E".charCodeAt(0);
280
+ function likeNumber(value) {
281
+ var code = value.charCodeAt(0);
282
+ var nextCode;
283
+ if (code === plus || code === minus) {
284
+ nextCode = value.charCodeAt(1);
285
+ if (nextCode >= 48 && nextCode <= 57) return true;
286
+ var nextNextCode = value.charCodeAt(2);
287
+ if (nextCode === dot && nextNextCode >= 48 && nextNextCode <= 57) return true;
288
+ return false;
289
+ }
290
+ if (code === dot) {
291
+ nextCode = value.charCodeAt(1);
292
+ if (nextCode >= 48 && nextCode <= 57) return true;
293
+ return false;
294
+ }
295
+ if (code >= 48 && code <= 57) return true;
296
+ return false;
297
+ }
298
+ module.exports = function(value) {
299
+ var pos = 0;
300
+ var length = value.length;
301
+ var code;
302
+ var nextCode;
303
+ var nextNextCode;
304
+ if (length === 0 || !likeNumber(value)) return false;
305
+ code = value.charCodeAt(pos);
306
+ if (code === plus || code === minus) pos++;
307
+ while (pos < length) {
308
+ code = value.charCodeAt(pos);
309
+ if (code < 48 || code > 57) break;
310
+ pos += 1;
311
+ }
312
+ code = value.charCodeAt(pos);
313
+ nextCode = value.charCodeAt(pos + 1);
314
+ if (code === dot && nextCode >= 48 && nextCode <= 57) {
315
+ pos += 2;
316
+ while (pos < length) {
317
+ code = value.charCodeAt(pos);
318
+ if (code < 48 || code > 57) break;
319
+ pos += 1;
320
+ }
321
+ }
322
+ code = value.charCodeAt(pos);
323
+ nextCode = value.charCodeAt(pos + 1);
324
+ nextNextCode = value.charCodeAt(pos + 2);
325
+ if ((code === exp || code === EXP) && (nextCode >= 48 && nextCode <= 57 || (nextCode === plus || nextCode === minus) && nextNextCode >= 48 && nextNextCode <= 57)) {
326
+ pos += nextCode === plus || nextCode === minus ? 3 : 2;
327
+ while (pos < length) {
328
+ code = value.charCodeAt(pos);
329
+ if (code < 48 || code > 57) break;
330
+ pos += 1;
331
+ }
332
+ }
333
+ return {
334
+ number: value.slice(0, pos),
335
+ unit: value.slice(pos)
336
+ };
337
+ };
338
+ }));
339
+ var require_lib = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
340
+ var parse = require_parse();
341
+ var walk = require_walk();
342
+ var stringify = require_stringify();
343
+ function ValueParser(value) {
344
+ if (this instanceof ValueParser) {
345
+ this.nodes = parse(value);
346
+ return this;
347
+ }
348
+ return new ValueParser(value);
349
+ }
350
+ ValueParser.prototype.toString = function() {
351
+ return Array.isArray(this.nodes) ? stringify(this.nodes) : "";
352
+ };
353
+ ValueParser.prototype.walk = function(cb, bubble) {
354
+ walk(this.nodes, cb, bubble);
355
+ return this;
356
+ };
357
+ ValueParser.unit = require_unit();
358
+ ValueParser.walk = walk;
359
+ ValueParser.stringify = stringify;
360
+ module.exports = ValueParser;
361
+ }));
362
+ //#endregion
363
+ Object.defineProperty(exports, "require_lib", {
364
+ enumerable: true,
365
+ get: function() {
366
+ return require_lib;
367
+ }
368
+ });
369
+
370
+ //# sourceMappingURL=lib-Csqa2WBC.js.map