@modern-js/mwa-generator 3.7.74 → 3.7.75
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/index.js +3 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -485,9 +485,9 @@
|
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
});
|
|
488
|
-
// ../../../../node_modules/.pnpm/brace-expansion@1.1.
|
|
488
|
+
// ../../../../node_modules/.pnpm/brace-expansion@1.1.12/node_modules/brace-expansion/index.js
|
|
489
489
|
var require_brace_expansion = __commonJS({
|
|
490
|
-
"../../../../node_modules/.pnpm/brace-expansion@1.1.
|
|
490
|
+
"../../../../node_modules/.pnpm/brace-expansion@1.1.12/node_modules/brace-expansion/index.js" (exports, module1) {
|
|
491
491
|
"use strict";
|
|
492
492
|
var concatMap = require_concat_map();
|
|
493
493
|
var balanced = require_balanced_match();
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
var isSequence = isNumericSequence || isAlphaSequence;
|
|
557
557
|
var isOptions = m.body.indexOf(",") >= 0;
|
|
558
558
|
if (!isSequence && !isOptions) {
|
|
559
|
-
if (m.post.match(
|
|
559
|
+
if (m.post.match(/,(?!,).*\}/)) {
|
|
560
560
|
str2 = m.pre + "{" + m.body + escClose + m.post;
|
|
561
561
|
return expand(str2);
|
|
562
562
|
}
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.7.
|
|
18
|
+
"version": "3.7.75",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"@types/node": "^18",
|
|
31
31
|
"jest": "^29",
|
|
32
32
|
"typescript": "^5",
|
|
33
|
-
"@modern-js/base-generator": "3.7.
|
|
34
|
-
"@modern-js/
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/generator-utils": "3.7.
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/generator
|
|
33
|
+
"@modern-js/base-generator": "3.7.75",
|
|
34
|
+
"@modern-js/generator-common": "3.7.75",
|
|
35
|
+
"@modern-js/dependence-generator": "3.7.75",
|
|
36
|
+
"@modern-js/generator-utils": "3.7.75",
|
|
37
|
+
"@modern-js/entry-generator": "3.7.75",
|
|
38
|
+
"@modern-js/packages-generator": "3.7.75",
|
|
39
39
|
"@scripts/build": "2.66.0",
|
|
40
|
-
"@modern-js/plugin-i18n": "2.
|
|
40
|
+
"@modern-js/plugin-i18n": "2.71.0",
|
|
41
41
|
"@scripts/jest-config": "2.66.0"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|