Skip to content

Commit 5c73fed

Browse files
committed
fix dbsheme upgrade from TypeScript 4.4 PR
1 parent c4714b5 commit 5c73fed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

javascript/upgrades/e34b3e16dba5d11961119818c9beeff334f20a90/semmlecode.javascript.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ stmt_containers (unique int stmt: @stmt ref,
146146
jump_targets (unique int jump: @stmt ref,
147147
int target: @stmt ref);
148148

149-
@stmt_parent = @stmt | @toplevel | @function_expr | @arrow_function_expr;
149+
@stmt_parent = @stmt | @toplevel | @function_expr | @arrow_function_expr | @static_initializer;
150150
@stmt_container = @toplevel | @function | @namespace_declaration | @external_module_declaration | @global_augmentation_declaration;
151151

152152
case @stmt.kind of

0 commit comments

Comments
 (0)