@vuedx/transforms
Advanced tools
Comparing version 0.7.5-next-1647274818.0 to 0.7.5-next-1647442110.0
@@ -107,3 +107,3 @@ 'use strict'; | ||
.map((id) => T__namespace.identifier(id)) | ||
.map((id) => T__namespace.objectProperty(id, id, false, true))); | ||
.map((id) => T__namespace.objectProperty(id, id, false, false))); | ||
const statement = createExpr({ props, emits, bindings, extra }); | ||
@@ -262,3 +262,3 @@ if (Array.isArray(statement) || !T__namespace.isExpressionStatement(statement)) { | ||
.map((id) => T__namespace.identifier(id)) | ||
.map((id) => T__namespace.objectProperty(id, id, false, true))) | ||
.map((id) => T__namespace.objectProperty(id, id, false, false))) | ||
: findComponentOption(ast, kind) ?? T__namespace.objectExpression([]); | ||
@@ -265,0 +265,0 @@ return T__namespace.exportNamedDeclaration(T__namespace.variableDeclaration('const', [ |
{ | ||
"name": "@vuedx/transforms", | ||
"version": "0.7.5-next-1647274818.0", | ||
"version": "0.7.5-next-1647442110.0", | ||
"description": "AST Transforms", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55141