We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2861cb9 commit 92e746fCopy full SHA for 92e746f
packages/common/src/scopeSupportFacets/gdscript.ts
@@ -1,6 +1,7 @@
1
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
2
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
3
4
+//eslint-disable-next-line no-unused-vars
5
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
6
7
export const gdscriptScopeSupport: LanguageScopeSupportFacetMap = {
0 commit comments