File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/language/module-code/top-level-await Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const importsP = Promise.all([
4444 import ( "./fulfillment-order_b_FIXTURE.js" ) . finally ( ( ) => logs . push ( "B" ) ) . catch ( ( ) => { } ) ,
4545] ) ;
4646
47- // Wait for evaluation of both graphs with entyrpoints in A and B to start before
47+ // Wait for evaluation of both graphs with entry points in A and B to start before
4848// settling the promise that B is blocked on.
4949Promise . all ( [ pA_start . promise , pB_start . promise ] ) . then ( p1 . resolve ) ;
5050
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const importsP = Promise.all([
2727 import ( "./rejection-order_b_FIXTURE.js" ) . finally ( ( ) => logs . push ( "B" ) ) . catch ( ( ) => { } ) ,
2828] ) ;
2929
30- // Wait for evaluation of both graphs with entyrpoints in A and B to start before
30+ // Wait for evaluation of both graphs with entry points in A and B to start before
3131// rejecting the promise that B is blocked on.
3232Promise . all ( [ pA_start . promise , pB_start . promise ] ) . then ( p1 . reject ) ;
3333
You can’t perform that action at this time.
0 commit comments