Fix imports and format

This commit is contained in:
Jacob Wallraff
2023-03-03 12:49:25 -08:00
parent 5a199d4c52
commit 2fc36cc6a1
5 changed files with 25 additions and 18 deletions
+7 -3
View File
@@ -28,8 +28,12 @@ import {fetchActionMetadata} from "./utils/action-metadata";
import {TTLCache} from "./utils/cache";
import {timeOperation} from "./utils/timer";
import {valueProviders} from "./value-providers";
import {clearParsedCache, clearParsedCacheEntry} from "@github/actions-workflow-parser/workflows/workflow-parser";
import {clearWorkflowTemplateCache, clearWorkflowTemplateCacheEntry} from "@github/actions-workflow-parser/model/convert";
import {
clearParsedCache,
clearParsedCacheEntry,
clearWorkflowTemplateCache,
clearWorkflowTemplateCacheEntry
} from "@github/actions-languageservice/utils/workflow-cache";
export function initConnection(connection: Connection) {
const documents: TextDocuments<TextDocument> = new TextDocuments(TextDocument);
@@ -100,7 +104,7 @@ export function initConnection(connection: Connection) {
clearWorkflowTemplateCache();
});
}
})
});
// The content of a text document has changed. This event is emitted
// when the text document first opened or when its content has changed.