Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@volar/vue-typescript

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-typescript - npm Package Compare versions

Comparing version 0.34.4 to 0.34.5

1

out/vueFile.d.ts

@@ -122,2 +122,3 @@ import { TextRange } from '@volar/vue-code-gen';

exposeRuntimeArg: TextRange | undefined;
exposeTypeArg: TextRange | undefined;
} | undefined;

@@ -124,0 +125,0 @@ getSfcTemplateDocument: () => EmbeddedFile<unknown> | undefined;

4

out/vueFile.js

@@ -82,3 +82,3 @@ "use strict";

});
const sfcTemplateScript = (0, useSfcTemplateScript_1.useSfcTemplateScript)(ts, fileName, (0, reactivity_1.computed)(() => sfc.template), (0, reactivity_1.computed)(() => sfc.script), (0, reactivity_1.computed)(() => sfc.scriptSetup), (0, reactivity_1.computed)(() => scriptSetupRanges.value), (0, reactivity_1.computed)(() => sfc.styles), sfcStyles.files, sfcStyles.embeddeds, sfcTemplateCompiled, sfcTemplateCompileResult, sfcStyles.files, scriptLang, compilerOptions, baseCssModuleType, getCssVBindRanges, getCssClasses, compilerOptions.experimentalCompatMode === 2, !!compilerOptions.experimentalDisableTemplateSupport);
const sfcTemplateScript = (0, useSfcTemplateScript_1.useSfcTemplateScript)(ts, fileName, (0, reactivity_1.computed)(() => sfc.template), (0, reactivity_1.computed)(() => sfc.script), (0, reactivity_1.computed)(() => sfc.scriptSetup), (0, reactivity_1.computed)(() => scriptSetupRanges.value), (0, reactivity_1.computed)(() => sfc.styles), sfcStyles.files, sfcStyles.embeddeds, sfcTemplateCompiled, sfcTemplateCompileResult, sfcStyles.files, scriptLang, compilerOptions, baseCssModuleType, getCssVBindRanges, getCssClasses, compilerOptions.experimentalCompatMode === 2, !!compilerOptions.experimentalDisableTemplateSupport || !(tsHost?.getCompilationSettings().jsx === ts.JsxEmit.Preserve));
const sfcScriptForTemplateLs = (0, useSfcScriptGen_1.useSfcScriptGen)('template', fileName, content, scriptLang, (0, reactivity_1.computed)(() => sfc.script), (0, reactivity_1.computed)(() => sfc.scriptSetup), (0, reactivity_1.computed)(() => scriptRanges.value), (0, reactivity_1.computed)(() => scriptSetupRanges.value), sfcTemplateScript.templateCodeGens, (0, reactivity_1.computed)(() => sfcStyles.files.value), compilerOptions.experimentalCompatMode === 2, getCssVBindRanges);

@@ -347,3 +347,3 @@ const sfcScriptForScriptLs = (0, useSfcScriptGen_1.useSfcScriptGen)('script', fileName, content, scriptLang, (0, reactivity_1.computed)(() => sfc.script), (0, reactivity_1.computed)(() => sfc.scriptSetup), (0, reactivity_1.computed)(() => scriptRanges.value), (0, reactivity_1.computed)(() => scriptSetupRanges.value), sfcTemplateScript.templateCodeGens, (0, reactivity_1.computed)(() => sfcStyles.files.value), compilerOptions.experimentalCompatMode === 2, getCssVBindRanges);

!!tsLs.getProgram()?.getSourceFile(file.fileName);
let components = hasFile ? tsLs.getCompletionsAtPosition(file.fileName, file.content.indexOf(string_1.SearchTexts.Components), options)?.entries ?? [] : [];
let components = hasFile ? tsLs.getCompletionsAtPosition(file.fileName, file.content.indexOf(string_1.SearchTexts.Components), options)?.entries.filter(entry => entry.kind !== ts.ScriptElementKind.warning) ?? [] : [];
components = components.filter(entry => {

@@ -350,0 +350,0 @@ return entry.name.indexOf('$') === -1 && !entry.name.startsWith('_');

{
"name": "@volar/vue-typescript",
"version": "0.34.4",
"version": "0.34.5",
"main": "out/index.js",

@@ -16,18 +16,16 @@ "license": "MIT",

"devDependencies": {
"@volar/pug-language-service": "0.34.5",
"typescript": "latest"
},
"dependencies": {
"@volar/code-gen": "0.34.4",
"@volar/source-map": "0.34.4",
"@volar/vue-code-gen": "0.34.4",
"@volar/code-gen": "0.34.5",
"@volar/source-map": "0.34.5",
"@volar/vue-code-gen": "0.34.5",
"@vue/compiler-sfc": "^3.2.31",
"@vue/reactivity": "^3.2.31"
},
"optionalDependencies": {
"@volar/pug-language-service": "0.34.4"
},
"browser": {
"./out/plugins/pug.js": "./out/plugins/empty.js"
},
"gitHead": "ba5106415fb5106b2cd9108186e8278517b592d6"
"gitHead": "84a104b9744fb08960ff3bd8bf86a01436be2960"
}
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