Skip to content

Commit c0202f6

Browse files
committed
Updated dbscheme
1 parent fe6de2f commit c0202f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

javascript/ql/lib/semmlecode.javascript.dbscheme

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,11 @@ case @regexpterm.kind of
859859
| 24 = @regexp_char_range
860860
| 25 = @regexp_positive_lookbehind
861861
| 26 = @regexp_negative_lookbehind
862-
| 27 = @regexp_unicode_property_escape;
862+
| 27 = @regexp_unicode_property_escape
863+
| 28 = @regexp_quoted_string
864+
| 29 = @regexp_intersection
865+
| 30 = @regexp_subtraction
866+
| 31 = @regexp_union;
863867

864868
regexp_parse_errors (unique int id: @regexp_parse_error,
865869
int regexp: @regexpterm ref,

0 commit comments

Comments
 (0)