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 fe6de2f commit c0202f6Copy full SHA for c0202f6
javascript/ql/lib/semmlecode.javascript.dbscheme
@@ -859,7 +859,11 @@ case @regexpterm.kind of
859
| 24 = @regexp_char_range
860
| 25 = @regexp_positive_lookbehind
861
| 26 = @regexp_negative_lookbehind
862
-| 27 = @regexp_unicode_property_escape;
+| 27 = @regexp_unicode_property_escape
863
+| 28 = @regexp_quoted_string
864
+| 29 = @regexp_intersection
865
+| 30 = @regexp_subtraction
866
+| 31 = @regexp_union;
867
868
regexp_parse_errors (unique int id: @regexp_parse_error,
869
int regexp: @regexpterm ref,
0 commit comments