Fix imports and format
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user