@volar/vue-language-core
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -256,3 +256,3 @@ "use strict"; | ||
codes.push(`__VLS_props: typeof __VLS_setup['props'] & import('vue').VNodeProps,\n`); | ||
codes.push(`__VLS_ctx: Pick<typeof __VLS_setup, 'expose' | 'attrs' | 'emit' | 'slots'>,\n`); | ||
codes.push(`__VLS_ctx?: Pick<typeof __VLS_setup, 'expose' | 'attrs' | 'emit' | 'slots'>,\n`); | ||
codes.push('__VLS_setup = (() => {\n'); | ||
@@ -259,0 +259,0 @@ scriptSetupGeneratedOffset = generateSetupFunction(true, 'none', definePropMirrors); |
@@ -91,3 +91,3 @@ "use strict"; | ||
: never | ||
: T extends () => any ? (props: {}) => ReturnType<T> | ||
: T extends () => any ? (props: {}, ctx?: any) => ReturnType<T> | ||
: T extends (...args: any) => any ? T | ||
@@ -94,0 +94,0 @@ : (_: T & Record<string, unknown>, ctx?: any) => { __ctx?: { attrs?: unknown, expose?: unknown, slots?: unknown, emit?: unknown }, __props?: T & Record<string, unknown> }; // IntrinsicElement |
{ | ||
"name": "@volar/vue-language-core", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"main": "out/index.js", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "5236d30f9eec38c9537af66471c587821f11ef82" | ||
"gitHead": "3f9b54190b431969f3659be740edb9a481564f8b" | ||
} |
Sorry, the diff of this file is too big to display
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
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
232219