renamed "jumpTargets" to "jump_targets"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:45 +02:00
parent 059d72858a
commit 76f728aacd
10 changed files with 17 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ stmts (unique int id: @stmt,
stmt_containers (unique int stmt: @stmt ref,
int container: @stmt_container ref);
jumpTargets (unique int jump: @stmt ref,
jump_targets (unique int jump: @stmt ref,
int target: @stmt ref);
@stmtparent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr;