@vuedx/template-ast-types
Advanced tools
Comparing version 0.7.1-insiders-1623384696.0 to 0.7.1
@@ -111,3 +111,3 @@ 'use strict'; | ||
function createSimpleExpression(content, isStatic, loc, isConstant) { | ||
return compilerCore_cjs_js.createSimpleExpression(content, isStatic, loc, isConstant ? 0 : undefined); | ||
return compilerCore_cjs_js.createSimpleExpression(content, isStatic, loc, isConstant === true ? 0 : undefined); | ||
} | ||
@@ -485,3 +485,3 @@ | ||
else { | ||
if (selfClosingTag.find(k => k === node.tag)) { | ||
if (selfClosingTag.find(k => k === node.tag) != null) { | ||
code.push(" ", "/>"); | ||
@@ -488,0 +488,0 @@ } |
{ | ||
"name": "@vuedx/template-ast-types", | ||
"version": "0.7.1-insiders-1623384696.0", | ||
"version": "0.7.1", | ||
"description": "Helper functions for Vue template AST", | ||
@@ -8,6 +8,2 @@ "main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs" | ||
}, | ||
"publishConfig": { | ||
@@ -14,0 +10,0 @@ "types": "lib/index.d.ts" |
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
89919