fix: missing assign variable
This commit is contained in:
parent
5c16066d3b
commit
b3a3f6995d
|
|
@ -53,7 +53,7 @@
|
||||||
"chalk": "5.3.0",
|
"chalk": "5.3.0",
|
||||||
"commander": "^11.0.0",
|
"commander": "^11.0.0",
|
||||||
"cosmiconfig": "^8.3.6",
|
"cosmiconfig": "^8.3.6",
|
||||||
"detype": "npm:detypes@^0.7.5",
|
"detype": "npm:detypes@^0.7.6",
|
||||||
"diff": "^5.1.0",
|
"diff": "^5.1.0",
|
||||||
"execa": "^8.0.1",
|
"execa": "^8.0.1",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,9 @@ const emit = defineEmits([\\"foo\\"]);
|
||||||
|
|
||||||
exports[`transformSFC > defineProps 1`] = `
|
exports[`transformSFC > defineProps 1`] = `
|
||||||
"<script setup>
|
"<script setup>
|
||||||
const defineProps({
|
const props = defineProps({
|
||||||
foo: { type: String, required: true }
|
foo: { type: String, required: true },
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
"
|
"
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
|
|
@ -200,8 +200,8 @@ importers:
|
||||||
specifier: ^8.3.6
|
specifier: ^8.3.6
|
||||||
version: 8.3.6(typescript@5.2.2)
|
version: 8.3.6(typescript@5.2.2)
|
||||||
detype:
|
detype:
|
||||||
specifier: npm:detypes@^0.7.5
|
specifier: npm:detypes@^0.7.6
|
||||||
version: /detypes@0.7.5
|
version: /detypes@0.7.6
|
||||||
diff:
|
diff:
|
||||||
specifier: ^5.1.0
|
specifier: ^5.1.0
|
||||||
version: 5.1.0
|
version: 5.1.0
|
||||||
|
|
@ -4406,8 +4406,8 @@ packages:
|
||||||
engines: {node: '>=12.20'}
|
engines: {node: '>=12.20'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/detypes@0.7.5:
|
/detypes@0.7.6:
|
||||||
resolution: {integrity: sha512-Us4d/UUzhwj/pqqFgy43pbD2frcsIaMG4X9ZGET++VWr5Noflyp3fsURxxLXJOgLRSi8QTSoLYThJOdehelseA==}
|
resolution: {integrity: sha512-u4FNjEoBY/Wxhtim3JX5sIZzfRsjYiaaWX0SCPbNkU0NbIcvcVPW0TzFPXdq1td6XoCxIMdmY/B/XmMLYOCqPA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user