@powerlines/plugin-rspack 0.5.261 → 0.5.263

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.
Files changed (98) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +31 -0
  2. package/dist/_virtual/rolldown_runtime.mjs +32 -0
  3. package/dist/helpers/index.cjs +2 -3
  4. package/dist/helpers/index.d.cts +1 -3
  5. package/dist/helpers/index.d.mts +1 -3
  6. package/dist/helpers/index.mjs +1 -2
  7. package/dist/helpers/unplugin.cjs +10 -2
  8. package/dist/helpers/unplugin.d.cts +8 -3
  9. package/dist/helpers/unplugin.d.cts.map +1 -0
  10. package/dist/helpers/unplugin.d.mts +8 -3
  11. package/dist/helpers/unplugin.d.mts.map +1 -0
  12. package/dist/helpers/unplugin.mjs +10 -2
  13. package/dist/helpers/unplugin.mjs.map +1 -0
  14. package/dist/index.cjs +6 -7
  15. package/dist/index.d.cts +4 -4
  16. package/dist/index.d.mts +4 -4
  17. package/dist/index.mjs +2 -4
  18. package/dist/index.mjs.map +1 -1
  19. package/dist/node_modules/.pnpm/@jridgewell_gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.cjs +2 -0
  20. package/dist/node_modules/.pnpm/@jridgewell_gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +4 -0
  21. package/dist/node_modules/.pnpm/@jridgewell_remapping@2.3.5/node_modules/@jridgewell/remapping/dist/remapping.cjs +2 -0
  22. package/dist/node_modules/.pnpm/@jridgewell_remapping@2.3.5/node_modules/@jridgewell/remapping/dist/remapping.mjs +4 -0
  23. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.cjs +15 -0
  24. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +16 -0
  25. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  26. package/dist/node_modules/.pnpm/@jridgewell_trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.cjs +1 -0
  27. package/dist/node_modules/.pnpm/@jridgewell_trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +3 -0
  28. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.cjs +28 -0
  29. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.mjs +24 -0
  30. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.mjs.map +1 -0
  31. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.cjs +175 -0
  32. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.mjs +171 -0
  33. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.mjs.map +1 -0
  34. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.cjs +871 -0
  35. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.mjs +867 -0
  36. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.mjs.map +1 -0
  37. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.cjs +307 -0
  38. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.mjs +303 -0
  39. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.mjs.map +1 -0
  40. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.cjs +300 -0
  41. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.mjs +296 -0
  42. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.mjs.map +1 -0
  43. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.cjs +60 -0
  44. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.mjs +56 -0
  45. package/dist/node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.mjs.map +1 -0
  46. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.cjs +46 -0
  47. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.mjs +45 -0
  48. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.mjs.map +1 -0
  49. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/index.cjs +142 -0
  50. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/index.mjs +141 -0
  51. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/index.mjs.map +1 -0
  52. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/parse-CRORloGP.cjs +114 -0
  53. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/parse-CRORloGP.mjs +113 -0
  54. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/parse-CRORloGP.mjs.map +1 -0
  55. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/utils-CuyC8gTr.cjs +59 -0
  56. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/utils-CuyC8gTr.mjs +55 -0
  57. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/utils-CuyC8gTr.mjs.map +1 -0
  58. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/webpack-like-BU9ULG6P.cjs +35 -0
  59. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/webpack-like-BU9ULG6P.mjs +34 -0
  60. package/dist/node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/webpack-like-BU9ULG6P.mjs.map +1 -0
  61. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/index.cjs +236 -0
  62. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/index.mjs +232 -0
  63. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/index.mjs.map +1 -0
  64. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/virtual-stats.cjs +54 -0
  65. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/virtual-stats.mjs +50 -0
  66. package/dist/node_modules/.pnpm/webpack-virtual-modules@0.6.2/node_modules/webpack-virtual-modules/lib/virtual-stats.mjs.map +1 -0
  67. package/dist/types/index.cjs +0 -2
  68. package/dist/types/index.d.cts +1 -2
  69. package/dist/types/index.d.mts +1 -2
  70. package/dist/types/index.mjs +0 -3
  71. package/dist/types/plugin.cjs +0 -1
  72. package/dist/types/plugin.d.cts +14 -2
  73. package/dist/types/plugin.d.cts.map +1 -0
  74. package/dist/types/plugin.d.mts +14 -2
  75. package/dist/types/plugin.d.mts.map +1 -0
  76. package/dist/types/plugin.mjs +0 -2
  77. package/package.json +8 -8
  78. package/dist/helpers-B15z10jN.mjs +0 -1
  79. package/dist/helpers-LF26RHol.cjs +0 -0
  80. package/dist/index-9iG2qHLe.d.mts +0 -1
  81. package/dist/index-D4ELpJXS.d.cts +0 -1
  82. package/dist/index-D6CnpA_r.d.cts +0 -1
  83. package/dist/index-DL0uimUT.d.mts +0 -1
  84. package/dist/plugin-Bba7oDr4.d.cts +0 -14
  85. package/dist/plugin-Bba7oDr4.d.cts.map +0 -1
  86. package/dist/plugin-ifZVa20V.mjs +0 -1
  87. package/dist/plugin-pBKbb5K9.cjs +0 -0
  88. package/dist/plugin-wK3Y5uKl.d.mts +0 -14
  89. package/dist/plugin-wK3Y5uKl.d.mts.map +0 -1
  90. package/dist/types-U3zd8PTP.mjs +0 -1
  91. package/dist/types-o3zWarRp.cjs +0 -0
  92. package/dist/unplugin-BNXnCNtR.mjs +0 -2349
  93. package/dist/unplugin-BNXnCNtR.mjs.map +0 -1
  94. package/dist/unplugin-BxYrF3Ze.d.cts +0 -8
  95. package/dist/unplugin-BxYrF3Ze.d.cts.map +0 -1
  96. package/dist/unplugin-C-ffDFJ6.cjs +0 -2359
  97. package/dist/unplugin-Cxu6PlCY.d.mts +0 -8
  98. package/dist/unplugin-Cxu6PlCY.d.mts.map +0 -1
@@ -0,0 +1,296 @@
1
+ import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
2
+ import { require_constants } from "./constants.mjs";
3
+ import { require_utils } from "./utils.mjs";
4
+
5
+ //#region ../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js
6
+ var require_scan = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7
+ const utils = require_utils();
8
+ const { CHAR_ASTERISK, CHAR_AT, CHAR_BACKWARD_SLASH, CHAR_COMMA, CHAR_DOT, CHAR_EXCLAMATION_MARK, CHAR_FORWARD_SLASH, CHAR_LEFT_CURLY_BRACE, CHAR_LEFT_PARENTHESES, CHAR_LEFT_SQUARE_BRACKET, CHAR_PLUS, CHAR_QUESTION_MARK, CHAR_RIGHT_CURLY_BRACE, CHAR_RIGHT_PARENTHESES, CHAR_RIGHT_SQUARE_BRACKET } = require_constants();
9
+ const isPathSeparator = (code) => {
10
+ return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;
11
+ };
12
+ const depth = (token) => {
13
+ if (token.isPrefix !== true) token.depth = token.isGlobstar ? Infinity : 1;
14
+ };
15
+ /**
16
+ * Quickly scans a glob pattern and returns an object with a handful of
17
+ * useful properties, like `isGlob`, `path` (the leading non-glob, if it exists),
18
+ * `glob` (the actual pattern), `negated` (true if the path starts with `!` but not
19
+ * with `!(`) and `negatedExtglob` (true if the path starts with `!(`).
20
+ *
21
+ * ```js
22
+ * const pm = require('picomatch');
23
+ * console.log(pm.scan('foo/bar/*.js'));
24
+ * { isGlob: true, input: 'foo/bar/*.js', base: 'foo/bar', glob: '*.js' }
25
+ * ```
26
+ * @param {String} `str`
27
+ * @param {Object} `options`
28
+ * @return {Object} Returns an object with tokens and regex source string.
29
+ * @api public
30
+ */
31
+ const scan = (input, options) => {
32
+ const opts = options || {};
33
+ const length = input.length - 1;
34
+ const scanToEnd = opts.parts === true || opts.scanToEnd === true;
35
+ const slashes = [];
36
+ const tokens = [];
37
+ const parts = [];
38
+ let str = input;
39
+ let index = -1;
40
+ let start = 0;
41
+ let lastIndex = 0;
42
+ let isBrace = false;
43
+ let isBracket = false;
44
+ let isGlob = false;
45
+ let isExtglob = false;
46
+ let isGlobstar = false;
47
+ let braceEscaped = false;
48
+ let backslashes = false;
49
+ let negated = false;
50
+ let negatedExtglob = false;
51
+ let finished = false;
52
+ let braces = 0;
53
+ let prev;
54
+ let code;
55
+ let token = {
56
+ value: "",
57
+ depth: 0,
58
+ isGlob: false
59
+ };
60
+ const eos = () => index >= length;
61
+ const peek = () => str.charCodeAt(index + 1);
62
+ const advance = () => {
63
+ prev = code;
64
+ return str.charCodeAt(++index);
65
+ };
66
+ while (index < length) {
67
+ code = advance();
68
+ let next;
69
+ if (code === CHAR_BACKWARD_SLASH) {
70
+ backslashes = token.backslashes = true;
71
+ code = advance();
72
+ if (code === CHAR_LEFT_CURLY_BRACE) braceEscaped = true;
73
+ continue;
74
+ }
75
+ if (braceEscaped === true || code === CHAR_LEFT_CURLY_BRACE) {
76
+ braces++;
77
+ while (eos() !== true && (code = advance())) {
78
+ if (code === CHAR_BACKWARD_SLASH) {
79
+ backslashes = token.backslashes = true;
80
+ advance();
81
+ continue;
82
+ }
83
+ if (code === CHAR_LEFT_CURLY_BRACE) {
84
+ braces++;
85
+ continue;
86
+ }
87
+ if (braceEscaped !== true && code === CHAR_DOT && (code = advance()) === CHAR_DOT) {
88
+ isBrace = token.isBrace = true;
89
+ isGlob = token.isGlob = true;
90
+ finished = true;
91
+ if (scanToEnd === true) continue;
92
+ break;
93
+ }
94
+ if (braceEscaped !== true && code === CHAR_COMMA) {
95
+ isBrace = token.isBrace = true;
96
+ isGlob = token.isGlob = true;
97
+ finished = true;
98
+ if (scanToEnd === true) continue;
99
+ break;
100
+ }
101
+ if (code === CHAR_RIGHT_CURLY_BRACE) {
102
+ braces--;
103
+ if (braces === 0) {
104
+ braceEscaped = false;
105
+ isBrace = token.isBrace = true;
106
+ finished = true;
107
+ break;
108
+ }
109
+ }
110
+ }
111
+ if (scanToEnd === true) continue;
112
+ break;
113
+ }
114
+ if (code === CHAR_FORWARD_SLASH) {
115
+ slashes.push(index);
116
+ tokens.push(token);
117
+ token = {
118
+ value: "",
119
+ depth: 0,
120
+ isGlob: false
121
+ };
122
+ if (finished === true) continue;
123
+ if (prev === CHAR_DOT && index === start + 1) {
124
+ start += 2;
125
+ continue;
126
+ }
127
+ lastIndex = index + 1;
128
+ continue;
129
+ }
130
+ if (opts.noext !== true) {
131
+ if ((code === CHAR_PLUS || code === CHAR_AT || code === CHAR_ASTERISK || code === CHAR_QUESTION_MARK || code === CHAR_EXCLAMATION_MARK) === true && peek() === CHAR_LEFT_PARENTHESES) {
132
+ isGlob = token.isGlob = true;
133
+ isExtglob = token.isExtglob = true;
134
+ finished = true;
135
+ if (code === CHAR_EXCLAMATION_MARK && index === start) negatedExtglob = true;
136
+ if (scanToEnd === true) {
137
+ while (eos() !== true && (code = advance())) {
138
+ if (code === CHAR_BACKWARD_SLASH) {
139
+ backslashes = token.backslashes = true;
140
+ code = advance();
141
+ continue;
142
+ }
143
+ if (code === CHAR_RIGHT_PARENTHESES) {
144
+ isGlob = token.isGlob = true;
145
+ finished = true;
146
+ break;
147
+ }
148
+ }
149
+ continue;
150
+ }
151
+ break;
152
+ }
153
+ }
154
+ if (code === CHAR_ASTERISK) {
155
+ if (prev === CHAR_ASTERISK) isGlobstar = token.isGlobstar = true;
156
+ isGlob = token.isGlob = true;
157
+ finished = true;
158
+ if (scanToEnd === true) continue;
159
+ break;
160
+ }
161
+ if (code === CHAR_QUESTION_MARK) {
162
+ isGlob = token.isGlob = true;
163
+ finished = true;
164
+ if (scanToEnd === true) continue;
165
+ break;
166
+ }
167
+ if (code === CHAR_LEFT_SQUARE_BRACKET) {
168
+ while (eos() !== true && (next = advance())) {
169
+ if (next === CHAR_BACKWARD_SLASH) {
170
+ backslashes = token.backslashes = true;
171
+ advance();
172
+ continue;
173
+ }
174
+ if (next === CHAR_RIGHT_SQUARE_BRACKET) {
175
+ isBracket = token.isBracket = true;
176
+ isGlob = token.isGlob = true;
177
+ finished = true;
178
+ break;
179
+ }
180
+ }
181
+ if (scanToEnd === true) continue;
182
+ break;
183
+ }
184
+ if (opts.nonegate !== true && code === CHAR_EXCLAMATION_MARK && index === start) {
185
+ negated = token.negated = true;
186
+ start++;
187
+ continue;
188
+ }
189
+ if (opts.noparen !== true && code === CHAR_LEFT_PARENTHESES) {
190
+ isGlob = token.isGlob = true;
191
+ if (scanToEnd === true) {
192
+ while (eos() !== true && (code = advance())) {
193
+ if (code === CHAR_LEFT_PARENTHESES) {
194
+ backslashes = token.backslashes = true;
195
+ code = advance();
196
+ continue;
197
+ }
198
+ if (code === CHAR_RIGHT_PARENTHESES) {
199
+ finished = true;
200
+ break;
201
+ }
202
+ }
203
+ continue;
204
+ }
205
+ break;
206
+ }
207
+ if (isGlob === true) {
208
+ finished = true;
209
+ if (scanToEnd === true) continue;
210
+ break;
211
+ }
212
+ }
213
+ if (opts.noext === true) {
214
+ isExtglob = false;
215
+ isGlob = false;
216
+ }
217
+ let base = str;
218
+ let prefix = "";
219
+ let glob = "";
220
+ if (start > 0) {
221
+ prefix = str.slice(0, start);
222
+ str = str.slice(start);
223
+ lastIndex -= start;
224
+ }
225
+ if (base && isGlob === true && lastIndex > 0) {
226
+ base = str.slice(0, lastIndex);
227
+ glob = str.slice(lastIndex);
228
+ } else if (isGlob === true) {
229
+ base = "";
230
+ glob = str;
231
+ } else base = str;
232
+ if (base && base !== "" && base !== "/" && base !== str) {
233
+ if (isPathSeparator(base.charCodeAt(base.length - 1))) base = base.slice(0, -1);
234
+ }
235
+ if (opts.unescape === true) {
236
+ if (glob) glob = utils.removeBackslashes(glob);
237
+ if (base && backslashes === true) base = utils.removeBackslashes(base);
238
+ }
239
+ const state = {
240
+ prefix,
241
+ input,
242
+ start,
243
+ base,
244
+ glob,
245
+ isBrace,
246
+ isBracket,
247
+ isGlob,
248
+ isExtglob,
249
+ isGlobstar,
250
+ negated,
251
+ negatedExtglob
252
+ };
253
+ if (opts.tokens === true) {
254
+ state.maxDepth = 0;
255
+ if (!isPathSeparator(code)) tokens.push(token);
256
+ state.tokens = tokens;
257
+ }
258
+ if (opts.parts === true || opts.tokens === true) {
259
+ let prevIndex;
260
+ for (let idx = 0; idx < slashes.length; idx++) {
261
+ const n = prevIndex ? prevIndex + 1 : start;
262
+ const i = slashes[idx];
263
+ const value = input.slice(n, i);
264
+ if (opts.tokens) {
265
+ if (idx === 0 && start !== 0) {
266
+ tokens[idx].isPrefix = true;
267
+ tokens[idx].value = prefix;
268
+ } else tokens[idx].value = value;
269
+ depth(tokens[idx]);
270
+ state.maxDepth += tokens[idx].depth;
271
+ }
272
+ if (idx !== 0 || value !== "") parts.push(value);
273
+ prevIndex = i;
274
+ }
275
+ if (prevIndex && prevIndex + 1 < input.length) {
276
+ const value = input.slice(prevIndex + 1);
277
+ parts.push(value);
278
+ if (opts.tokens) {
279
+ tokens[tokens.length - 1].value = value;
280
+ depth(tokens[tokens.length - 1]);
281
+ state.maxDepth += tokens[tokens.length - 1].depth;
282
+ }
283
+ }
284
+ state.slashes = slashes;
285
+ state.parts = parts;
286
+ }
287
+ return state;
288
+ };
289
+ module.exports = scan;
290
+ }));
291
+
292
+ //#endregion
293
+ export default require_scan();
294
+
295
+ export { require_scan };
296
+ //# sourceMappingURL=scan.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scan.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js"],"sourcesContent":["'use strict';\n\nconst utils = require('./utils');\nconst {\n CHAR_ASTERISK, /* * */\n CHAR_AT, /* @ */\n CHAR_BACKWARD_SLASH, /* \\ */\n CHAR_COMMA, /* , */\n CHAR_DOT, /* . */\n CHAR_EXCLAMATION_MARK, /* ! */\n CHAR_FORWARD_SLASH, /* / */\n CHAR_LEFT_CURLY_BRACE, /* { */\n CHAR_LEFT_PARENTHESES, /* ( */\n CHAR_LEFT_SQUARE_BRACKET, /* [ */\n CHAR_PLUS, /* + */\n CHAR_QUESTION_MARK, /* ? */\n CHAR_RIGHT_CURLY_BRACE, /* } */\n CHAR_RIGHT_PARENTHESES, /* ) */\n CHAR_RIGHT_SQUARE_BRACKET /* ] */\n} = require('./constants');\n\nconst isPathSeparator = code => {\n return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;\n};\n\nconst depth = token => {\n if (token.isPrefix !== true) {\n token.depth = token.isGlobstar ? Infinity : 1;\n }\n};\n\n/**\n * Quickly scans a glob pattern and returns an object with a handful of\n * useful properties, like `isGlob`, `path` (the leading non-glob, if it exists),\n * `glob` (the actual pattern), `negated` (true if the path starts with `!` but not\n * with `!(`) and `negatedExtglob` (true if the path starts with `!(`).\n *\n * ```js\n * const pm = require('picomatch');\n * console.log(pm.scan('foo/bar/*.js'));\n * { isGlob: true, input: 'foo/bar/*.js', base: 'foo/bar', glob: '*.js' }\n * ```\n * @param {String} `str`\n * @param {Object} `options`\n * @return {Object} Returns an object with tokens and regex source string.\n * @api public\n */\n\nconst scan = (input, options) => {\n const opts = options || {};\n\n const length = input.length - 1;\n const scanToEnd = opts.parts === true || opts.scanToEnd === true;\n const slashes = [];\n const tokens = [];\n const parts = [];\n\n let str = input;\n let index = -1;\n let start = 0;\n let lastIndex = 0;\n let isBrace = false;\n let isBracket = false;\n let isGlob = false;\n let isExtglob = false;\n let isGlobstar = false;\n let braceEscaped = false;\n let backslashes = false;\n let negated = false;\n let negatedExtglob = false;\n let finished = false;\n let braces = 0;\n let prev;\n let code;\n let token = { value: '', depth: 0, isGlob: false };\n\n const eos = () => index >= length;\n const peek = () => str.charCodeAt(index + 1);\n const advance = () => {\n prev = code;\n return str.charCodeAt(++index);\n };\n\n while (index < length) {\n code = advance();\n let next;\n\n if (code === CHAR_BACKWARD_SLASH) {\n backslashes = token.backslashes = true;\n code = advance();\n\n if (code === CHAR_LEFT_CURLY_BRACE) {\n braceEscaped = true;\n }\n continue;\n }\n\n if (braceEscaped === true || code === CHAR_LEFT_CURLY_BRACE) {\n braces++;\n\n while (eos() !== true && (code = advance())) {\n if (code === CHAR_BACKWARD_SLASH) {\n backslashes = token.backslashes = true;\n advance();\n continue;\n }\n\n if (code === CHAR_LEFT_CURLY_BRACE) {\n braces++;\n continue;\n }\n\n if (braceEscaped !== true && code === CHAR_DOT && (code = advance()) === CHAR_DOT) {\n isBrace = token.isBrace = true;\n isGlob = token.isGlob = true;\n finished = true;\n\n if (scanToEnd === true) {\n continue;\n }\n\n break;\n }\n\n if (braceEscaped !== true && code === CHAR_COMMA) {\n isBrace = token.isBrace = true;\n isGlob = token.isGlob = true;\n finished = true;\n\n if (scanToEnd === true) {\n continue;\n }\n\n break;\n }\n\n if (code === CHAR_RIGHT_CURLY_BRACE) {\n braces--;\n\n if (braces === 0) {\n braceEscaped = false;\n isBrace = token.isBrace = true;\n finished = true;\n break;\n }\n }\n }\n\n if (scanToEnd === true) {\n continue;\n }\n\n break;\n }\n\n if (code === CHAR_FORWARD_SLASH) {\n slashes.push(index);\n tokens.push(token);\n token = { value: '', depth: 0, isGlob: false };\n\n if (finished === true) continue;\n if (prev === CHAR_DOT && index === (start + 1)) {\n start += 2;\n continue;\n }\n\n lastIndex = index + 1;\n continue;\n }\n\n if (opts.noext !== true) {\n const isExtglobChar = code === CHAR_PLUS\n || code === CHAR_AT\n || code === CHAR_ASTERISK\n || code === CHAR_QUESTION_MARK\n || code === CHAR_EXCLAMATION_MARK;\n\n if (isExtglobChar === true && peek() === CHAR_LEFT_PARENTHESES) {\n isGlob = token.isGlob = true;\n isExtglob = token.isExtglob = true;\n finished = true;\n if (code === CHAR_EXCLAMATION_MARK && index === start) {\n negatedExtglob = true;\n }\n\n if (scanToEnd === true) {\n while (eos() !== true && (code = advance())) {\n if (code === CHAR_BACKWARD_SLASH) {\n backslashes = token.backslashes = true;\n code = advance();\n continue;\n }\n\n if (code === CHAR_RIGHT_PARENTHESES) {\n isGlob = token.isGlob = true;\n finished = true;\n break;\n }\n }\n continue;\n }\n break;\n }\n }\n\n if (code === CHAR_ASTERISK) {\n if (prev === CHAR_ASTERISK) isGlobstar = token.isGlobstar = true;\n isGlob = token.isGlob = true;\n finished = true;\n\n if (scanToEnd === true) {\n continue;\n }\n break;\n }\n\n if (code === CHAR_QUESTION_MARK) {\n isGlob = token.isGlob = true;\n finished = true;\n\n if (scanToEnd === true) {\n continue;\n }\n break;\n }\n\n if (code === CHAR_LEFT_SQUARE_BRACKET) {\n while (eos() !== true && (next = advance())) {\n if (next === CHAR_BACKWARD_SLASH) {\n backslashes = token.backslashes = true;\n advance();\n continue;\n }\n\n if (next === CHAR_RIGHT_SQUARE_BRACKET) {\n isBracket = token.isBracket = true;\n isGlob = token.isGlob = true;\n finished = true;\n break;\n }\n }\n\n if (scanToEnd === true) {\n continue;\n }\n\n break;\n }\n\n if (opts.nonegate !== true && code === CHAR_EXCLAMATION_MARK && index === start) {\n negated = token.negated = true;\n start++;\n continue;\n }\n\n if (opts.noparen !== true && code === CHAR_LEFT_PARENTHESES) {\n isGlob = token.isGlob = true;\n\n if (scanToEnd === true) {\n while (eos() !== true && (code = advance())) {\n if (code === CHAR_LEFT_PARENTHESES) {\n backslashes = token.backslashes = true;\n code = advance();\n continue;\n }\n\n if (code === CHAR_RIGHT_PARENTHESES) {\n finished = true;\n break;\n }\n }\n continue;\n }\n break;\n }\n\n if (isGlob === true) {\n finished = true;\n\n if (scanToEnd === true) {\n continue;\n }\n\n break;\n }\n }\n\n if (opts.noext === true) {\n isExtglob = false;\n isGlob = false;\n }\n\n let base = str;\n let prefix = '';\n let glob = '';\n\n if (start > 0) {\n prefix = str.slice(0, start);\n str = str.slice(start);\n lastIndex -= start;\n }\n\n if (base && isGlob === true && lastIndex > 0) {\n base = str.slice(0, lastIndex);\n glob = str.slice(lastIndex);\n } else if (isGlob === true) {\n base = '';\n glob = str;\n } else {\n base = str;\n }\n\n if (base && base !== '' && base !== '/' && base !== str) {\n if (isPathSeparator(base.charCodeAt(base.length - 1))) {\n base = base.slice(0, -1);\n }\n }\n\n if (opts.unescape === true) {\n if (glob) glob = utils.removeBackslashes(glob);\n\n if (base && backslashes === true) {\n base = utils.removeBackslashes(base);\n }\n }\n\n const state = {\n prefix,\n input,\n start,\n base,\n glob,\n isBrace,\n isBracket,\n isGlob,\n isExtglob,\n isGlobstar,\n negated,\n negatedExtglob\n };\n\n if (opts.tokens === true) {\n state.maxDepth = 0;\n if (!isPathSeparator(code)) {\n tokens.push(token);\n }\n state.tokens = tokens;\n }\n\n if (opts.parts === true || opts.tokens === true) {\n let prevIndex;\n\n for (let idx = 0; idx < slashes.length; idx++) {\n const n = prevIndex ? prevIndex + 1 : start;\n const i = slashes[idx];\n const value = input.slice(n, i);\n if (opts.tokens) {\n if (idx === 0 && start !== 0) {\n tokens[idx].isPrefix = true;\n tokens[idx].value = prefix;\n } else {\n tokens[idx].value = value;\n }\n depth(tokens[idx]);\n state.maxDepth += tokens[idx].depth;\n }\n if (idx !== 0 || value !== '') {\n parts.push(value);\n }\n prevIndex = i;\n }\n\n if (prevIndex && prevIndex + 1 < input.length) {\n const value = input.slice(prevIndex + 1);\n parts.push(value);\n\n if (opts.tokens) {\n tokens[tokens.length - 1].value = value;\n depth(tokens[tokens.length - 1]);\n state.maxDepth += tokens[tokens.length - 1].depth;\n }\n }\n\n state.slashes = slashes;\n state.parts = parts;\n }\n\n return state;\n};\n\nmodule.exports = scan;\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,60 @@
1
+ 'use strict';
2
+
3
+ const require_rolldown_runtime = require('../../../../../../_virtual/rolldown_runtime.cjs');
4
+ const require_constants$1 = require('./constants.cjs');
5
+
6
+ //#region ../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js
7
+ var require_utils = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports) => {
8
+ const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants$1.default;
9
+ exports.isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
10
+ exports.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
11
+ exports.isRegexChar = (str) => str.length === 1 && exports.hasRegexChars(str);
12
+ exports.escapeRegex = (str) => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, "\\$1");
13
+ exports.toPosixSlashes = (str) => str.replace(REGEX_BACKSLASH, "/");
14
+ exports.isWindows = () => {
15
+ if (typeof navigator !== "undefined" && navigator.platform) {
16
+ const platform = navigator.platform.toLowerCase();
17
+ return platform === "win32" || platform === "windows";
18
+ }
19
+ if (typeof process !== "undefined" && process.platform) return process.platform === "win32";
20
+ return false;
21
+ };
22
+ exports.removeBackslashes = (str) => {
23
+ return str.replace(REGEX_REMOVE_BACKSLASH, (match) => {
24
+ return match === "\\" ? "" : match;
25
+ });
26
+ };
27
+ exports.escapeLast = (input, char, lastIdx) => {
28
+ const idx = input.lastIndexOf(char, lastIdx);
29
+ if (idx === -1) return input;
30
+ if (input[idx - 1] === "\\") return exports.escapeLast(input, char, idx - 1);
31
+ return `${input.slice(0, idx)}\\${input.slice(idx)}`;
32
+ };
33
+ exports.removePrefix = (input, state = {}) => {
34
+ let output = input;
35
+ if (output.startsWith("./")) {
36
+ output = output.slice(2);
37
+ state.prefix = "./";
38
+ }
39
+ return output;
40
+ };
41
+ exports.wrapOutput = (input, state = {}, options = {}) => {
42
+ let output = `${options.contains ? "" : "^"}(?:${input})${options.contains ? "" : "$"}`;
43
+ if (state.negated === true) output = `(?:^(?!${output}).*$)`;
44
+ return output;
45
+ };
46
+ exports.basename = (path, { windows } = {}) => {
47
+ const segs = path.split(windows ? /[\\/]/ : "/");
48
+ const last = segs[segs.length - 1];
49
+ if (last === "") return segs[segs.length - 2];
50
+ return last;
51
+ };
52
+ }));
53
+
54
+ //#endregion
55
+ Object.defineProperty(exports, 'default', {
56
+ enumerable: true,
57
+ get: function () {
58
+ return require_utils();
59
+ }
60
+ });
@@ -0,0 +1,56 @@
1
+ import { __commonJSMin } from "../../../../../../_virtual/rolldown_runtime.mjs";
2
+ import { require_constants } from "./constants.mjs";
3
+
4
+ //#region ../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js
5
+ var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
6
+ const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants();
7
+ exports.isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
8
+ exports.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
9
+ exports.isRegexChar = (str) => str.length === 1 && exports.hasRegexChars(str);
10
+ exports.escapeRegex = (str) => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, "\\$1");
11
+ exports.toPosixSlashes = (str) => str.replace(REGEX_BACKSLASH, "/");
12
+ exports.isWindows = () => {
13
+ if (typeof navigator !== "undefined" && navigator.platform) {
14
+ const platform = navigator.platform.toLowerCase();
15
+ return platform === "win32" || platform === "windows";
16
+ }
17
+ if (typeof process !== "undefined" && process.platform) return process.platform === "win32";
18
+ return false;
19
+ };
20
+ exports.removeBackslashes = (str) => {
21
+ return str.replace(REGEX_REMOVE_BACKSLASH, (match) => {
22
+ return match === "\\" ? "" : match;
23
+ });
24
+ };
25
+ exports.escapeLast = (input, char, lastIdx) => {
26
+ const idx = input.lastIndexOf(char, lastIdx);
27
+ if (idx === -1) return input;
28
+ if (input[idx - 1] === "\\") return exports.escapeLast(input, char, idx - 1);
29
+ return `${input.slice(0, idx)}\\${input.slice(idx)}`;
30
+ };
31
+ exports.removePrefix = (input, state = {}) => {
32
+ let output = input;
33
+ if (output.startsWith("./")) {
34
+ output = output.slice(2);
35
+ state.prefix = "./";
36
+ }
37
+ return output;
38
+ };
39
+ exports.wrapOutput = (input, state = {}, options = {}) => {
40
+ let output = `${options.contains ? "" : "^"}(?:${input})${options.contains ? "" : "$"}`;
41
+ if (state.negated === true) output = `(?:^(?!${output}).*$)`;
42
+ return output;
43
+ };
44
+ exports.basename = (path, { windows } = {}) => {
45
+ const segs = path.split(windows ? /[\\/]/ : "/");
46
+ const last = segs[segs.length - 1];
47
+ if (last === "") return segs[segs.length - 2];
48
+ return last;
49
+ };
50
+ }));
51
+
52
+ //#endregion
53
+ export default require_utils();
54
+
55
+ export { require_utils };
56
+ //# sourceMappingURL=utils.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js"],"sourcesContent":["/*global navigator*/\n'use strict';\n\nconst {\n REGEX_BACKSLASH,\n REGEX_REMOVE_BACKSLASH,\n REGEX_SPECIAL_CHARS,\n REGEX_SPECIAL_CHARS_GLOBAL\n} = require('./constants');\n\nexports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);\nexports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);\nexports.isRegexChar = str => str.length === 1 && exports.hasRegexChars(str);\nexports.escapeRegex = str => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\\\$1');\nexports.toPosixSlashes = str => str.replace(REGEX_BACKSLASH, '/');\n\nexports.isWindows = () => {\n if (typeof navigator !== 'undefined' && navigator.platform) {\n const platform = navigator.platform.toLowerCase();\n return platform === 'win32' || platform === 'windows';\n }\n\n if (typeof process !== 'undefined' && process.platform) {\n return process.platform === 'win32';\n }\n\n return false;\n};\n\nexports.removeBackslashes = str => {\n return str.replace(REGEX_REMOVE_BACKSLASH, match => {\n return match === '\\\\' ? '' : match;\n });\n};\n\nexports.escapeLast = (input, char, lastIdx) => {\n const idx = input.lastIndexOf(char, lastIdx);\n if (idx === -1) return input;\n if (input[idx - 1] === '\\\\') return exports.escapeLast(input, char, idx - 1);\n return `${input.slice(0, idx)}\\\\${input.slice(idx)}`;\n};\n\nexports.removePrefix = (input, state = {}) => {\n let output = input;\n if (output.startsWith('./')) {\n output = output.slice(2);\n state.prefix = './';\n }\n return output;\n};\n\nexports.wrapOutput = (input, state = {}, options = {}) => {\n const prepend = options.contains ? '' : '^';\n const append = options.contains ? '' : '$';\n\n let output = `${prepend}(?:${input})${append}`;\n if (state.negated === true) {\n output = `(?:^(?!${output}).*$)`;\n }\n return output;\n};\n\nexports.basename = (path, { windows } = {}) => {\n const segs = path.split(windows ? /[\\\\/]/ : '/');\n const last = segs[segs.length - 1];\n\n if (last === '') {\n return segs[segs.length - 2];\n }\n\n return last;\n};\n"],"x_google_ignoreList":[0],"mappings":";;;;;CAGA,MAAM,EACJ,iBACA,wBACA,qBACA;AAGF,SAAQ,YAAW,QAAO,QAAQ,QAAQ,OAAO,QAAQ,YAAY,CAAC,MAAM,QAAQ,IAAI;AACxF,SAAQ,iBAAgB,QAAO,oBAAoB,KAAK,IAAI;AAC5D,SAAQ,eAAc,QAAO,IAAI,WAAW,KAAK,QAAQ,cAAc,IAAI;AAC3E,SAAQ,eAAc,QAAO,IAAI,QAAQ,4BAA4B,OAAO;AAC5E,SAAQ,kBAAiB,QAAO,IAAI,QAAQ,iBAAiB,IAAI;AAEjE,SAAQ,kBAAkB;AACxB,MAAI,OAAO,cAAc,eAAe,UAAU,UAAU;GAC1D,MAAM,WAAW,UAAU,SAAS,aAAa;AACjD,UAAO,aAAa,WAAW,aAAa;;AAG9C,MAAI,OAAO,YAAY,eAAe,QAAQ,SAC5C,QAAO,QAAQ,aAAa;AAG9B,SAAO;;AAGT,SAAQ,qBAAoB,QAAO;AACjC,SAAO,IAAI,QAAQ,yBAAwB,UAAS;AAClD,UAAO,UAAU,OAAO,KAAK;IAC7B;;AAGJ,SAAQ,cAAc,OAAO,MAAM,YAAY;EAC7C,MAAM,MAAM,MAAM,YAAY,MAAM,QAAQ;AAC5C,MAAI,QAAQ,GAAI,QAAO;AACvB,MAAI,MAAM,MAAM,OAAO,KAAM,QAAO,QAAQ,WAAW,OAAO,MAAM,MAAM,EAAE;AAC5E,SAAO,GAAG,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,MAAM,MAAM,IAAI;;AAGpD,SAAQ,gBAAgB,OAAO,QAAQ,EAAE,KAAK;EAC5C,IAAI,SAAS;AACb,MAAI,OAAO,WAAW,KAAK,EAAE;AAC3B,YAAS,OAAO,MAAM,EAAE;AACxB,SAAM,SAAS;;AAEjB,SAAO;;AAGT,SAAQ,cAAc,OAAO,QAAQ,EAAE,EAAE,UAAU,EAAE,KAAK;EAIxD,IAAI,SAAS,GAHG,QAAQ,WAAW,KAAK,IAGhB,KAAK,MAAM,GAFpB,QAAQ,WAAW,KAAK;AAGvC,MAAI,MAAM,YAAY,KACpB,UAAS,UAAU,OAAO;AAE5B,SAAO;;AAGT,SAAQ,YAAY,MAAM,EAAE,YAAY,EAAE,KAAK;EAC7C,MAAM,OAAO,KAAK,MAAM,UAAU,UAAU,IAAI;EAChD,MAAM,OAAO,KAAK,KAAK,SAAS;AAEhC,MAAI,SAAS,GACX,QAAO,KAAK,KAAK,SAAS;AAG5B,SAAO"}
@@ -0,0 +1,46 @@
1
+ const require_rolldown_runtime = require('../../../../../../_virtual/rolldown_runtime.cjs');
2
+ const require_parse_CRORloGP = require('./parse-CRORloGP.cjs');
3
+ let node_path = require("node:path");
4
+ let node_buffer = require("node:buffer");
5
+
6
+ //#region ../../node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.mjs
7
+ function createBuildContext(compiler, compilation, loaderContext, inputSourceMap) {
8
+ return {
9
+ getNativeBuildContext() {
10
+ return {
11
+ framework: "rspack",
12
+ compiler,
13
+ compilation,
14
+ loaderContext,
15
+ inputSourceMap
16
+ };
17
+ },
18
+ addWatchFile(file) {
19
+ const cwd = process.cwd();
20
+ compilation.fileDependencies.add((0, node_path.resolve)(cwd, file));
21
+ },
22
+ getWatchFiles() {
23
+ return Array.from(compilation.fileDependencies);
24
+ },
25
+ parse: require_parse_CRORloGP.parse,
26
+ emitFile(emittedFile) {
27
+ const outFileName = emittedFile.fileName || emittedFile.name;
28
+ if (emittedFile.source && outFileName) {
29
+ const { sources } = compilation.compiler.webpack;
30
+ compilation.emitAsset(outFileName, new sources.RawSource(typeof emittedFile.source === "string" ? emittedFile.source : node_buffer.Buffer.from(emittedFile.source)));
31
+ }
32
+ }
33
+ };
34
+ }
35
+ function normalizeMessage(error) {
36
+ const err = new Error(typeof error === "string" ? error : error.message);
37
+ if (typeof error === "object") {
38
+ err.stack = error.stack;
39
+ err.cause = error.meta;
40
+ }
41
+ return err;
42
+ }
43
+
44
+ //#endregion
45
+ exports.createBuildContext = createBuildContext;
46
+ exports.normalizeMessage = normalizeMessage;
@@ -0,0 +1,45 @@
1
+ import { parse } from "./parse-CRORloGP.mjs";
2
+ import { resolve } from "node:path";
3
+ import { Buffer } from "node:buffer";
4
+
5
+ //#region ../../node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.mjs
6
+ function createBuildContext(compiler, compilation, loaderContext, inputSourceMap) {
7
+ return {
8
+ getNativeBuildContext() {
9
+ return {
10
+ framework: "rspack",
11
+ compiler,
12
+ compilation,
13
+ loaderContext,
14
+ inputSourceMap
15
+ };
16
+ },
17
+ addWatchFile(file) {
18
+ const cwd = process.cwd();
19
+ compilation.fileDependencies.add(resolve(cwd, file));
20
+ },
21
+ getWatchFiles() {
22
+ return Array.from(compilation.fileDependencies);
23
+ },
24
+ parse,
25
+ emitFile(emittedFile) {
26
+ const outFileName = emittedFile.fileName || emittedFile.name;
27
+ if (emittedFile.source && outFileName) {
28
+ const { sources } = compilation.compiler.webpack;
29
+ compilation.emitAsset(outFileName, new sources.RawSource(typeof emittedFile.source === "string" ? emittedFile.source : Buffer.from(emittedFile.source)));
30
+ }
31
+ }
32
+ };
33
+ }
34
+ function normalizeMessage(error) {
35
+ const err = new Error(typeof error === "string" ? error : error.message);
36
+ if (typeof error === "object") {
37
+ err.stack = error.stack;
38
+ err.cause = error.meta;
39
+ }
40
+ return err;
41
+ }
42
+
43
+ //#endregion
44
+ export { createBuildContext, normalizeMessage };
45
+ //# sourceMappingURL=context-CehLHpzV.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-CehLHpzV.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/unplugin@3.0.0-beta.3/node_modules/unplugin/dist/context-CehLHpzV.mjs"],"sourcesContent":["import { t as parse } from \"./parse-CRORloGP.mjs\";\nimport { resolve } from \"node:path\";\nimport { Buffer } from \"node:buffer\";\n\n//#region src/rspack/context.ts\nfunction createBuildContext(compiler, compilation, loaderContext, inputSourceMap) {\n\treturn {\n\t\tgetNativeBuildContext() {\n\t\t\treturn {\n\t\t\t\tframework: \"rspack\",\n\t\t\t\tcompiler,\n\t\t\t\tcompilation,\n\t\t\t\tloaderContext,\n\t\t\t\tinputSourceMap\n\t\t\t};\n\t\t},\n\t\taddWatchFile(file) {\n\t\t\tconst cwd = process.cwd();\n\t\t\tcompilation.fileDependencies.add(resolve(cwd, file));\n\t\t},\n\t\tgetWatchFiles() {\n\t\t\treturn Array.from(compilation.fileDependencies);\n\t\t},\n\t\tparse,\n\t\temitFile(emittedFile) {\n\t\t\tconst outFileName = emittedFile.fileName || emittedFile.name;\n\t\t\tif (emittedFile.source && outFileName) {\n\t\t\t\tconst { sources } = compilation.compiler.webpack;\n\t\t\t\tcompilation.emitAsset(outFileName, new sources.RawSource(typeof emittedFile.source === \"string\" ? emittedFile.source : Buffer.from(emittedFile.source)));\n\t\t\t}\n\t\t}\n\t};\n}\nfunction createContext(loader) {\n\treturn {\n\t\terror: (error) => loader.emitError(normalizeMessage(error)),\n\t\twarn: (message) => loader.emitWarning(normalizeMessage(message))\n\t};\n}\nfunction normalizeMessage(error) {\n\tconst err = new Error(typeof error === \"string\" ? error : error.message);\n\tif (typeof error === \"object\") {\n\t\terr.stack = error.stack;\n\t\terr.cause = error.meta;\n\t}\n\treturn err;\n}\n\n//#endregion\nexport { createContext as n, normalizeMessage as r, createBuildContext as t };"],"x_google_ignoreList":[0],"mappings":";;;;;AAKA,SAAS,mBAAmB,UAAU,aAAa,eAAe,gBAAgB;AACjF,QAAO;EACN,wBAAwB;AACvB,UAAO;IACN,WAAW;IACX;IACA;IACA;IACA;IACA;;EAEF,aAAa,MAAM;GAClB,MAAM,MAAM,QAAQ,KAAK;AACzB,eAAY,iBAAiB,IAAI,QAAQ,KAAK,KAAK,CAAC;;EAErD,gBAAgB;AACf,UAAO,MAAM,KAAK,YAAY,iBAAiB;;EAEhD;EACA,SAAS,aAAa;GACrB,MAAM,cAAc,YAAY,YAAY,YAAY;AACxD,OAAI,YAAY,UAAU,aAAa;IACtC,MAAM,EAAE,YAAY,YAAY,SAAS;AACzC,gBAAY,UAAU,aAAa,IAAI,QAAQ,UAAU,OAAO,YAAY,WAAW,WAAW,YAAY,SAAS,OAAO,KAAK,YAAY,OAAO,CAAC,CAAC;;;EAG1J;;AAQF,SAAS,iBAAiB,OAAO;CAChC,MAAM,MAAM,IAAI,MAAM,OAAO,UAAU,WAAW,QAAQ,MAAM,QAAQ;AACxE,KAAI,OAAO,UAAU,UAAU;AAC9B,MAAI,QAAQ,MAAM;AAClB,MAAI,QAAQ,MAAM;;AAEnB,QAAO"}