File tree 1 file changed +17
-14
lines changed 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ note: >-
15
15
utils :
16
16
match_string_literal :
17
17
kind : string_literal
18
+ not :
19
+ regex : ^""$
18
20
inside :
19
21
stopBy : end
20
22
kind : value_argument
@@ -30,20 +32,21 @@ utils:
30
32
kind : call_expression
31
33
all :
32
34
- has :
33
- stopBy : end
34
- kind : navigation_expression
35
- all :
36
- - has :
37
- stopBy : end
38
- kind : simple_identifier
39
- regex : ' ^System$'
40
- - has :
41
- stopBy : end
42
- kind : navigation_suffix
43
- has :
44
- stopBy : end
45
- kind : simple_identifier
46
- regex : ' ^setProperty$'
35
+ stopBy : end
36
+ kind : navigation_expression
37
+ all :
38
+ - has :
39
+ stopBy : end
40
+ kind : simple_identifier
41
+ regex : " ^System$"
42
+ - has :
43
+ stopBy : end
44
+ kind : navigation_suffix
45
+ has :
46
+ stopBy : end
47
+ kind : simple_identifier
48
+ regex : " ^setProperty$"
49
+
47
50
rule :
48
51
any :
49
52
- matches : match_string_literal
You can’t perform that action at this time.
0 commit comments