Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-sfc - npm Package Compare versions

Comparing version 3.4.0-alpha.4 to 3.4.0-beta.1

12

dist/compiler-sfc.d.ts

@@ -121,7 +121,2 @@ import * as _babel_types from '@babel/types';

/**
* (**Experimental**) Enable macro `defineModel`
* @default false
*/
defineModel?: boolean;
/**
* (**Experimental**) Enable reactive destructure for `defineProps`

@@ -140,2 +135,6 @@ * @default false

};
/**
* Transform Vue SFCs into custom elements.
*/
customElement?: boolean | ((filename: string) => boolean);
}

@@ -354,2 +353,3 @@ interface ImportBinding {

isTS: boolean;
isCE: boolean;
scriptAst: Program | null;

@@ -418,3 +418,3 @@ scriptSetupAst: Program | null;

*/
export type SimpleTypeResolveContext = Pick<ScriptCompileContext, 'source' | 'filename' | 'error' | 'helper' | 'getString' | 'propsTypeDecl' | 'propsRuntimeDefaults' | 'propsDestructuredBindings' | 'emitsTypeDecl'> & Partial<Pick<ScriptCompileContext, 'scope' | 'globalScopes' | 'deps' | 'fs'>> & {
export type SimpleTypeResolveContext = Pick<ScriptCompileContext, 'source' | 'filename' | 'error' | 'helper' | 'getString' | 'propsTypeDecl' | 'propsRuntimeDefaults' | 'propsDestructuredBindings' | 'emitsTypeDecl' | 'isCE'> & Partial<Pick<ScriptCompileContext, 'scope' | 'globalScopes' | 'deps' | 'fs'>> & {
ast: Statement[];

@@ -421,0 +421,0 @@ options: SimpleTypeResolveOptions;

{
"name": "@vue/compiler-sfc",
"version": "3.4.0-alpha.4",
"version": "3.4.0-beta.1",
"description": "@vue/compiler-sfc",

@@ -40,6 +40,6 @@ "main": "dist/compiler-sfc.cjs.js",

"source-map-js": "^1.0.2",
"@vue/shared": "3.4.0-alpha.4",
"@vue/compiler-dom": "3.4.0-alpha.4",
"@vue/compiler-ssr": "3.4.0-alpha.4",
"@vue/compiler-core": "3.4.0-alpha.4"
"@vue/compiler-core": "3.4.0-beta.1",
"@vue/shared": "3.4.0-beta.1",
"@vue/compiler-dom": "3.4.0-beta.1",
"@vue/compiler-ssr": "3.4.0-beta.1"
},

@@ -46,0 +46,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc