@@ -5143,7 +5143,7 @@ function jslint_phase3_parse(state) {
51435143 name . parent . context [ id ] = name ;
51445144 }
51455145
5146- // PR-xxx - Unify name_list.push() logic with helper-function name_push().
5146+ // PR-502 - Unify name_list.push() logic with helper-function name_push().
51475147
51485148 function name_push ( name_list , enroll , name , role , readonly , init ) {
51495149
@@ -5898,7 +5898,7 @@ function jslint_phase3_parse(state) {
58985898// ", "check_ordered", "expected_a_b_before_c_d", "aa", 17]
58995899// ["let{bb,aa}=0", "check_ordered", "expected_a_b_before_c_d", "aa", 8]
59005900
5901- // PR-xxx - Fix false-warning about ordering in nested-object-destructuring.
5901+ // PR-501 - Fix false-warning about ordering in nested-object-destructuring.
59025902
59035903 check_ordered ( role , sub_list ) ;
59045904 advance_and_signature_push ( "}" ) ;
@@ -8478,7 +8478,7 @@ function jslint_phase4_walk(state) {
84788478 test_cause ( "let aa" ) ;
84798479 }
84808480
8481- // PR-xxx - Fix long-running regression where 'let x = x;'
8481+ // PR-502 - Fix long-running regression where 'let x = x;'
84828482// doesn't warn about temporal-dead-zone.
84838483
84848484// 1a. Mark not dead, the variable, after variable-initialization.
@@ -8737,7 +8737,7 @@ function jslint_phase4_walk(state) {
87378737 warn ( "unexpected_a" , thing ) ;
87388738 }
87398739
8740- // PR-xxx - Probably deadcode.
8740+ // PR-502 - Probably deadcode.
87418741
87428742// function pre_b_lparen(thing) {
87438743//
@@ -9105,7 +9105,7 @@ function jslint_phase4_walk(state) {
91059105 preaction ( "assignment" , pre_a_bitwise ) ;
91069106 preaction ( "binary" , "!=" , pre_b_noteq ) ;
91079107
9108- // PR-xxx - Probably deadcode.
9108+ // PR-502 - Probably deadcode.
91099109
91109110// preaction("binary", "(", pre_b_lparen);
91119111
@@ -9763,7 +9763,7 @@ function jslint_phase5_whitage(state) {
97639763// or used. If the file imports or exports, then its global object is also
97649764// delved.
97659765
9766- // PR-xxx - tighten warning of unused variables to be always on.
9766+ // PR-502 - tighten warning of unused variables to be always on.
97679767
97689768 delve ( token_global ) ;
97699769 catch_list . forEach ( delve ) ;
0 commit comments