@vue-macros/define-emit
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -1,2 +0,4 @@ | ||
declare const EMIT_VARIABLE_NAME = "__MACROS_emit"; | ||
import { CodeTransform } from '@vue-macros/common'; | ||
declare const EMIT_VARIABLE_NAME: '__MACROS_emit'; | ||
interface Emit { | ||
@@ -6,7 +8,4 @@ name: string; | ||
} | ||
declare function transformDefineEmit(code: string, id: string): Promise<{ | ||
code: string; | ||
map: any; | ||
} | undefined>; | ||
declare function transformDefineEmit(code: string, id: string): CodeTransform | undefined; | ||
export { EMIT_VARIABLE_NAME, type Emit, transformDefineEmit }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkRMMM3OYJjs = require('./chunk-RMMM3OYJ.js'); | ||
var _chunkWGHC63BQjs = require('./chunk-WGHC63BQ.js'); | ||
exports.EMIT_VARIABLE_NAME = _chunkRMMM3OYJjs.EMIT_VARIABLE_NAME; exports.transformDefineEmit = _chunkRMMM3OYJjs.transformDefineEmit; | ||
exports.EMIT_VARIABLE_NAME = _chunkWGHC63BQjs.EMIT_VARIABLE_NAME; exports.transformDefineEmit = _chunkWGHC63BQjs.transformDefineEmit; |
@@ -1,8 +0,7 @@ | ||
import * as esbuild from 'esbuild'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
declare const _default: (options?: Options | undefined) => esbuild.Plugin; | ||
declare const _default: typeof plugin.esbuild; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkR27SQWTHjs = require('./chunk-R27SQWTH.js'); | ||
require('./chunk-RMMM3OYJ.js'); | ||
var _chunkCGGEPKOFjs = require('./chunk-CGGEPKOF.js'); | ||
require('./chunk-WGHC63BQ.js'); | ||
// src/esbuild.ts | ||
var esbuild_default = _chunkR27SQWTHjs.src_default.esbuild; | ||
var esbuild_default = _chunkCGGEPKOFjs.src_default.esbuild; | ||
@@ -9,0 +9,0 @@ |
@@ -1,3 +0,3 @@ | ||
import * as unplugin from 'unplugin'; | ||
import { BaseOptions, MarkRequired } from '@vue-macros/common'; | ||
import { UnpluginInstance } from 'unplugin'; | ||
@@ -8,4 +8,4 @@ interface Options extends BaseOptions { | ||
type OptionsResolved = MarkRequired<Options, 'include' | 'version' | 'isProduction'>; | ||
declare const _default: unplugin.UnpluginInstance<Options | undefined, false>; | ||
declare const plugin: UnpluginInstance<Options | undefined, false>; | ||
export { type Options, type OptionsResolved, _default as default }; | ||
export { type Options, type OptionsResolved, plugin as default }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkR27SQWTHjs = require('./chunk-R27SQWTH.js'); | ||
require('./chunk-RMMM3OYJ.js'); | ||
var _chunkCGGEPKOFjs = require('./chunk-CGGEPKOF.js'); | ||
require('./chunk-WGHC63BQ.js'); | ||
exports.default = _chunkR27SQWTHjs.src_default; | ||
exports.default = _chunkCGGEPKOFjs.src_default; | ||
module.exports = exports.default; |
@@ -1,8 +0,7 @@ | ||
import * as rollup from 'rollup'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
declare const _default: (options?: Options | undefined) => rollup.Plugin<any>; | ||
declare const _default: typeof plugin.rollup; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkR27SQWTHjs = require('./chunk-R27SQWTH.js'); | ||
require('./chunk-RMMM3OYJ.js'); | ||
var _chunkCGGEPKOFjs = require('./chunk-CGGEPKOF.js'); | ||
require('./chunk-WGHC63BQ.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkR27SQWTHjs.src_default.rollup; | ||
var rollup_default = _chunkCGGEPKOFjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
@@ -1,8 +0,7 @@ | ||
import * as vite from 'vite'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
declare const _default: (options?: Options | undefined) => vite.Plugin<any>; | ||
declare const _default: typeof plugin.vite; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkR27SQWTHjs = require('./chunk-R27SQWTH.js'); | ||
require('./chunk-RMMM3OYJ.js'); | ||
var _chunkCGGEPKOFjs = require('./chunk-CGGEPKOF.js'); | ||
require('./chunk-WGHC63BQ.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkR27SQWTHjs.src_default.vite; | ||
var vite_default = _chunkCGGEPKOFjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
@@ -1,8 +0,7 @@ | ||
import * as webpack from 'webpack'; | ||
import { Options } from './index.js'; | ||
import plugin from './index.js'; | ||
import '@vue-macros/common'; | ||
import 'unplugin'; | ||
import '@vue-macros/common'; | ||
declare const _default: (options?: Options | undefined) => webpack.WebpackPluginInstance; | ||
declare const _default: typeof plugin.webpack; | ||
export = _default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkR27SQWTHjs = require('./chunk-R27SQWTH.js'); | ||
require('./chunk-RMMM3OYJ.js'); | ||
var _chunkCGGEPKOFjs = require('./chunk-CGGEPKOF.js'); | ||
require('./chunk-WGHC63BQ.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunkR27SQWTHjs.src_default.webpack; | ||
var webpack_default = _chunkCGGEPKOFjs.src_default.webpack; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@vue-macros/define-emit", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "define-emit feature from Vue Macros.", | ||
"type": "commonjs", | ||
"keywords": [ | ||
@@ -81,8 +82,8 @@ "vue-macros", | ||
"dependencies": { | ||
"unplugin": "^1.10.1", | ||
"@vue-macros/api": "0.9.7", | ||
"@vue-macros/common": "1.10.4" | ||
"unplugin": "^1.11.0", | ||
"@vue-macros/api": "0.10.0", | ||
"@vue-macros/common": "1.11.0" | ||
}, | ||
"devDependencies": { | ||
"vue": "^3.4.27" | ||
"vue": "^3.4.33" | ||
}, | ||
@@ -89,0 +90,0 @@ "engines": { |
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
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
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
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
17009
383
1
+ Added@vue-macros/api@0.10.0(transitive)
+ Added@vue-macros/common@1.11.0(transitive)
+ Addedast-kit@1.3.2(transitive)
- Removed@vue-macros/api@0.9.7(transitive)
- Removed@vue-macros/common@1.10.4(transitive)
- Removedast-kit@0.12.2(transitive)
Updated@vue-macros/api@0.10.0
Updated@vue-macros/common@1.11.0
Updatedunplugin@^1.11.0