@vue-macros/common
Advanced tools
Comparing version
@@ -138,4 +138,4 @@ // src/index.ts | ||
var REGEX_VUE_SFC = /\.vue$/; | ||
var REGEX_VUE_SUB = /\.vue\?vue&type=script/; | ||
var REGEX_VUE_SUB_SETUP = /\.vue\?vue&type=script\b.+\bsetup=true/; | ||
var REGEX_VUE_SUB = /\.vue(\.[tj]sx?)?\?vue&type=script/; | ||
var REGEX_VUE_SUB_SETUP = /\.vue(\.[tj]sx?)?\?vue&type=script\b.+\bsetup=true/; | ||
var REGEX_NODE_MODULES = /node_modules/; | ||
@@ -147,5 +147,3 @@ var REGEX_SUPPORTED_EXT = /\.([cm]?[jt]sx?|vue)$/; | ||
var _require; | ||
if (false) { | ||
_require = __require; | ||
} else if (typeof process !== "undefined" && process.getBuiltinModule) { | ||
if (typeof process !== "undefined" && process.getBuiltinModule) { | ||
const module = process.getBuiltinModule("module"); | ||
@@ -152,0 +150,0 @@ _require = module.createRequire(import.meta.url); |
{ | ||
"name": "@vue-macros/common", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "common feature from Vue Macros.", | ||
@@ -51,3 +51,3 @@ "type": "module", | ||
"ast-kit": "^1.4.0", | ||
"local-pkg": "^1.1.0", | ||
"local-pkg": "^1.1.1", | ||
"magic-string-ast": "^0.7.0", | ||
@@ -54,0 +54,0 @@ "unplugin-utils": "^0.2.4" |
19218
-0.1%460
-0.43%Updated