Run formatter

This commit is contained in:
Ron Buckton 2024-05-01 18:49:31 -04:00
parent e9a627582c
commit 2e182815c1
No known key found for this signature in database
GPG Key ID: 9ADA0DFD36502AB9

View File

@ -1240,7 +1240,7 @@ export namespace Completion {
kind: "module",
sortText: SortText.GlobalsOrKeywords,
};
export const globalTypes = globalTypesPlus([]);
export const globalTypesNoLib = globalTypesPlus([], { noLib: true });