@vue/compiler-dom 3.4.0-rc.1 → 3.4.0-rc.3
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.
|
@@ -3162,7 +3162,6 @@ function createRootCodegen(root, context) {
|
|
|
3162
3162
|
true,
|
|
3163
3163
|
void 0,
|
|
3164
3164
|
false
|
|
3165
|
-
/* isComponent */
|
|
3166
3165
|
);
|
|
3167
3166
|
} else ;
|
|
3168
3167
|
}
|
|
@@ -4182,7 +4181,6 @@ const transformFor = createStructuralDirectiveTransform(
|
|
|
4182
4181
|
true,
|
|
4183
4182
|
void 0,
|
|
4184
4183
|
false
|
|
4185
|
-
/* isComponent */
|
|
4186
4184
|
);
|
|
4187
4185
|
} else {
|
|
4188
4186
|
childBlock = children[0].codegenNode;
|
|
@@ -4239,7 +4237,6 @@ const transformFor = createStructuralDirectiveTransform(
|
|
|
4239
4237
|
createForLoopParams(forNode.parseResult),
|
|
4240
4238
|
childBlock,
|
|
4241
4239
|
true
|
|
4242
|
-
/* force newline */
|
|
4243
4240
|
)
|
|
4244
4241
|
);
|
|
4245
4242
|
}
|
|
@@ -4475,13 +4472,15 @@ function buildSlots(node, context, buildSlotFn = buildClientSlotFn) {
|
|
|
4475
4472
|
createForLoopParams(parseResult),
|
|
4476
4473
|
buildDynamicSlot(slotName, slotFunction),
|
|
4477
4474
|
true
|
|
4478
|
-
/* force newline */
|
|
4479
4475
|
)
|
|
4480
4476
|
])
|
|
4481
4477
|
);
|
|
4482
4478
|
} else {
|
|
4483
4479
|
context.onError(
|
|
4484
|
-
createCompilerError(
|
|
4480
|
+
createCompilerError(
|
|
4481
|
+
32,
|
|
4482
|
+
vFor.loc
|
|
4483
|
+
)
|
|
4485
4484
|
);
|
|
4486
4485
|
}
|
|
4487
4486
|
} else {
|
|
@@ -3165,7 +3165,6 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
3165
3165
|
true,
|
|
3166
3166
|
void 0,
|
|
3167
3167
|
false
|
|
3168
|
-
/* isComponent */
|
|
3169
3168
|
);
|
|
3170
3169
|
} else ;
|
|
3171
3170
|
}
|
|
@@ -4185,7 +4184,6 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
4185
4184
|
true,
|
|
4186
4185
|
void 0,
|
|
4187
4186
|
false
|
|
4188
|
-
/* isComponent */
|
|
4189
4187
|
);
|
|
4190
4188
|
} else {
|
|
4191
4189
|
childBlock = children[0].codegenNode;
|
|
@@ -4242,7 +4240,6 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
4242
4240
|
createForLoopParams(forNode.parseResult),
|
|
4243
4241
|
childBlock,
|
|
4244
4242
|
true
|
|
4245
|
-
/* force newline */
|
|
4246
4243
|
)
|
|
4247
4244
|
);
|
|
4248
4245
|
}
|
|
@@ -4478,13 +4475,15 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
4478
4475
|
createForLoopParams(parseResult),
|
|
4479
4476
|
buildDynamicSlot(slotName, slotFunction),
|
|
4480
4477
|
true
|
|
4481
|
-
/* force newline */
|
|
4482
4478
|
)
|
|
4483
4479
|
])
|
|
4484
4480
|
);
|
|
4485
4481
|
} else {
|
|
4486
4482
|
context.onError(
|
|
4487
|
-
createCompilerError(
|
|
4483
|
+
createCompilerError(
|
|
4484
|
+
32,
|
|
4485
|
+
vFor.loc
|
|
4486
|
+
)
|
|
4488
4487
|
);
|
|
4489
4488
|
}
|
|
4490
4489
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-dom",
|
|
3
|
-
"version": "3.4.0-rc.
|
|
3
|
+
"version": "3.4.0-rc.3",
|
|
4
4
|
"description": "@vue/compiler-dom",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/compiler-dom.esm-bundler.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@vue/
|
|
41
|
-
"@vue/
|
|
40
|
+
"@vue/compiler-core": "3.4.0-rc.3",
|
|
41
|
+
"@vue/shared": "3.4.0-rc.3"
|
|
42
42
|
}
|
|
43
43
|
}
|