ts-refactorings
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -21,3 +21,4 @@ "use strict"; | ||
const prior = info.languageService.getCompletionsAtPosition(fileName, position, undefined); | ||
prior.entries = []; | ||
if (prior) | ||
prior.entries = []; | ||
return prior; | ||
@@ -24,0 +25,0 @@ }; |
{ | ||
"name": "ts-refactorings", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
2583
30