@jay-framework/compiler-jay-html 0.17.0 → 0.17.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/index.js +30 -4
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -8855,14 +8855,40 @@ function peg$parse(input, options) {
|
|
|
8855
8855
|
return s0;
|
|
8856
8856
|
}
|
|
8857
8857
|
function peg$parsedynamicComponentProp() {
|
|
8858
|
-
var s0, s1;
|
|
8858
|
+
var s0, s1, s2, s3;
|
|
8859
8859
|
s0 = peg$currPos;
|
|
8860
8860
|
s1 = peg$parseinteger();
|
|
8861
8861
|
if (s1 !== peg$FAILED) {
|
|
8862
|
-
|
|
8863
|
-
|
|
8862
|
+
s2 = peg$currPos;
|
|
8863
|
+
peg$silentFails++;
|
|
8864
|
+
if (input.length > peg$currPos) {
|
|
8865
|
+
s3 = input.charAt(peg$currPos);
|
|
8866
|
+
peg$currPos++;
|
|
8867
|
+
} else {
|
|
8868
|
+
s3 = peg$FAILED;
|
|
8869
|
+
if (peg$silentFails === 0) {
|
|
8870
|
+
peg$fail(peg$c71);
|
|
8871
|
+
}
|
|
8872
|
+
}
|
|
8873
|
+
peg$silentFails--;
|
|
8874
|
+
if (s3 === peg$FAILED) {
|
|
8875
|
+
s2 = void 0;
|
|
8876
|
+
} else {
|
|
8877
|
+
peg$currPos = s2;
|
|
8878
|
+
s2 = peg$FAILED;
|
|
8879
|
+
}
|
|
8880
|
+
if (s2 !== peg$FAILED) {
|
|
8881
|
+
peg$savedPos = s0;
|
|
8882
|
+
s1 = peg$c80(s1);
|
|
8883
|
+
s0 = s1;
|
|
8884
|
+
} else {
|
|
8885
|
+
peg$currPos = s0;
|
|
8886
|
+
s0 = peg$FAILED;
|
|
8887
|
+
}
|
|
8888
|
+
} else {
|
|
8889
|
+
peg$currPos = s0;
|
|
8890
|
+
s0 = peg$FAILED;
|
|
8864
8891
|
}
|
|
8865
|
-
s0 = s1;
|
|
8866
8892
|
if (s0 === peg$FAILED) {
|
|
8867
8893
|
s0 = peg$currPos;
|
|
8868
8894
|
s1 = peg$parsetemplate();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/compiler-jay-html",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
},
|
|
35
35
|
"author": "",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@jay-framework/compiler-analyze-exported-types": "^0.17.
|
|
38
|
-
"@jay-framework/compiler-shared": "^0.17.
|
|
39
|
-
"@jay-framework/component": "^0.17.
|
|
40
|
-
"@jay-framework/logger": "^0.17.
|
|
41
|
-
"@jay-framework/runtime": "^0.17.
|
|
42
|
-
"@jay-framework/secure": "^0.17.
|
|
37
|
+
"@jay-framework/compiler-analyze-exported-types": "^0.17.1",
|
|
38
|
+
"@jay-framework/compiler-shared": "^0.17.1",
|
|
39
|
+
"@jay-framework/component": "^0.17.1",
|
|
40
|
+
"@jay-framework/logger": "^0.17.1",
|
|
41
|
+
"@jay-framework/runtime": "^0.17.1",
|
|
42
|
+
"@jay-framework/secure": "^0.17.1",
|
|
43
43
|
"@types/js-yaml": "^4.0.9",
|
|
44
44
|
"change-case": "^4.1.2",
|
|
45
45
|
"he": "^1.2.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@caiogondim/strip-margin": "^1.0.0",
|
|
55
|
-
"@jay-framework/4-react": "^0.17.
|
|
56
|
-
"@jay-framework/dev-environment": "^0.17.
|
|
55
|
+
"@jay-framework/4-react": "^0.17.1",
|
|
56
|
+
"@jay-framework/dev-environment": "^0.17.1",
|
|
57
57
|
"@testing-library/jest-dom": "^6.2.0",
|
|
58
58
|
"@types/js-beautify": "^1",
|
|
59
59
|
"@types/node": "^20.11.5",
|