typescript-svelte-plugin
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -66,3 +66,3 @@ "use strict"; | ||
var _a; | ||
const is$typeImport = data.__is_sveltekit$typeImport; | ||
const is$typeImport = data === null || data === void 0 ? void 0 : data.__is_sveltekit$typeImport; | ||
const details = getCompletionEntryDetails(fileName, position, entryName, formatOptions, source, preferences, data); | ||
@@ -69,0 +69,0 @@ if (details) { |
{ | ||
"name": "typescript-svelte-plugin", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "A TypeScript Plugin providing Svelte intellisense", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
71452