@vue/babel-plugin-resolve-type
Advanced tools
Comparing version
@@ -21,7 +21,7 @@ "use strict"; | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
default: () => src_default | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
default: () => index_default | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_parser = require("@babel/parser"); | ||
@@ -32,3 +32,3 @@ var import_compiler_sfc = require("@vue/compiler-sfc"); | ||
var import_helper_plugin_utils = require("@babel/helper-plugin-utils"); | ||
var src_default = (0, import_helper_plugin_utils.declare)(({ types: t }, options) => { | ||
var index_default = (0, import_helper_plugin_utils.declare)(({ types: t }, options) => { | ||
let ctx; | ||
@@ -35,0 +35,0 @@ let helpers; |
{ | ||
"name": "@vue/babel-plugin-resolve-type", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"description": "Babel plugin for resolving Vue types.", | ||
@@ -32,12 +32,12 @@ "author": "三咲智子 <sxzz@sxzz.moe>", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.24.7", | ||
"@babel/helper-module-imports": "^7.24.7", | ||
"@babel/helper-plugin-utils": "^7.24.8", | ||
"@babel/parser": "^7.25.6", | ||
"@vue/compiler-sfc": "^3.5.3" | ||
"@babel/code-frame": "^7.26.2", | ||
"@babel/helper-module-imports": "^7.25.9", | ||
"@babel/helper-plugin-utils": "^7.26.5", | ||
"@babel/parser": "^7.26.9", | ||
"@vue/compiler-sfc": "^3.5.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/core": "^7.26.9", | ||
"@types/babel__code-frame": "^7.0.6", | ||
"vue": "^3.5.3" | ||
"vue": "^3.5.13" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
14825
0.11%