import { babelParse, getLang, isFunctionType, isLiteralType, resolveObjectKey, resolveString } from "ast-kit"; import { createFilter as createFilter$1, createFilter as createRollupFilter, normalizePath } from "unplugin-utils"; import { parse, walkIdentifiers } from "@vue/compiler-sfc"; export * from "magic-string-ast" export * from "ast-kit" //#region src/ast.ts function checkInvalidScopeReference(node, method, setupBindings) { if (!node) return; walkIdentifiers(node, (id) => { if (setupBindings.includes(id.name)) throw new SyntaxError(`\`${method}()\` in