@vue-macros/api
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -315,2 +315,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
getRuntimeDefinitions, | ||
// AST | ||
definitionsAst, | ||
@@ -609,3 +610,3 @@ defaultsAst, | ||
async function analyzeSFC(s, sfc) { | ||
if (sfc.script || !sfc.scriptSetup) | ||
if (!sfc.scriptSetup) | ||
throw new Error("Only <script setup> is supported"); | ||
@@ -612,0 +613,0 @@ const { scriptSetup } = sfc; |
{ | ||
"name": "@vue-macros/api", | ||
"version": "0.4.1", | ||
"packageManager": "pnpm@7.26.0", | ||
"version": "0.4.2", | ||
"packageManager": "pnpm@7.27.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/sxzz/unplugin-vue-macros#readme", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105103
16
3134