vue-component-meta
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -28,3 +28,3 @@ import * as vue from '@vue/language-core'; | ||
}; | ||
export declare function baseCreate(_host: vue.LanguageServiceHost, vueCompilerOptions: vue.VueCompilerOptions, checkerOptions: MetaCheckerOptions, globalComponentName: string, ts: typeof import('typescript/lib/tsserverlibrary')): { | ||
export declare function baseCreate(_host: vue.LanguageServiceHost, _vueCompilerOptions: Partial<vue.VueCompilerOptions>, checkerOptions: MetaCheckerOptions, globalComponentName: string, ts: typeof import('typescript/lib/tsserverlibrary')): { | ||
getExportNames: (componentPath: string) => string[]; | ||
@@ -31,0 +31,0 @@ getComponentMeta: (componentPath: string, exportName?: string) => ComponentMeta; |
@@ -84,3 +84,4 @@ "use strict"; | ||
} | ||
function baseCreate(_host, vueCompilerOptions, checkerOptions, globalComponentName, ts) { | ||
function baseCreate(_host, _vueCompilerOptions, checkerOptions, globalComponentName, ts) { | ||
const vueCompilerOptions = vue.resolveVueCompilerOptions(_vueCompilerOptions); | ||
const globalComponentSnapshot = ts.ScriptSnapshot.fromString('<script setup lang="ts"></script>'); | ||
@@ -87,0 +88,0 @@ const metaSnapshots = {}; |
{ | ||
"name": "vue-component-meta", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"main": "out/index.js", | ||
@@ -16,6 +16,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/language-core": "1.6.5", | ||
"@vue/language-core": "1.7.4", | ||
"@volar/language-core": "1.6.6", | ||
"@vue/language-core": "1.7.5", | ||
"typesafe-path": "^0.2.2", | ||
"vue-component-type-helpers": "1.7.4" | ||
"vue-component-type-helpers": "1.7.5" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "30fed93ac21d4d4fbf2351b85ebe65acb1216496" | ||
"gitHead": "9959597f7bc53e9bd09aeabb67f772bf776b0ad1" | ||
} |
38845
789
+ Added@volar/language-core@1.6.6(transitive)
+ Added@volar/source-map@1.6.6(transitive)
+ Added@vue/language-core@1.7.5(transitive)
+ Addedvue-component-type-helpers@1.7.5(transitive)
- Removed@volar/language-core@1.6.5(transitive)
- Removed@volar/source-map@1.6.5(transitive)
- Removed@vue/language-core@1.7.4(transitive)
- Removedvue-component-type-helpers@1.7.4(transitive)
Updated@volar/language-core@1.6.6
Updated@vue/language-core@1.7.5