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 e8c3a32 commit 08ebc45Copy full SHA for 08ebc45
packages/common/src/scopeSupportFacets/dart.ts
@@ -4,4 +4,8 @@ import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
4
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
6
7
-export const dartScopeSupport: LanguageScopeSupportFacetMap = {};
+export const dartScopeSupport: LanguageScopeSupportFacetMap = {
8
+ // list: supported,
9
+ // map: supported,
10
+ ifStatement: supported,
11
+};
queries/dart.scm
@@ -0,0 +1,4 @@
1
+
2
+;;!! if () {}
3
+;;! ^^^^^^^^
+(if_statement) @ifStatement
0 commit comments