Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 20, 2024
1 parent 2ee51d8 commit 0e1d110
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ graph TD
Item13 -.-> Item4;
Item13 -.-> Item7;
Item13 -.-> Item15;
Item13 -.-> Item3;
```
# Phase 4
```mermaid
Expand Down Expand Up @@ -353,6 +354,7 @@ graph TD
Item13 -.-> Item4;
Item13 -.-> Item7;
Item13 -.-> Item15;
Item13 -.-> Item3;
Item14 --> Item1;
Item14 --> Item9;
```
Expand Down Expand Up @@ -387,6 +389,7 @@ graph TD
N4 --> N6;
N4 --> N8;
N4 --> N1;
N4 --> N5;
N6 --> N5;
N7 --> N5;
N7 --> N6;
Expand Down Expand Up @@ -507,6 +510,9 @@ import "__TURBOPACK_PART__" assert {
import "__TURBOPACK_PART__" assert {
__turbopack_part__: 1
};
import { foobar } from "__TURBOPACK_PART__" assert {
__turbopack_part__: 5
};
export { external2 };
function external2() {
foobar += ".";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ graph TD
Item14 -.-> Item6;
Item14 -.-> Item9;
Item14 -.-> Item17;
Item14 -.-> Item5;
```
# Phase 4
```mermaid
Expand Down Expand Up @@ -374,6 +375,7 @@ graph TD
Item14 -.-> Item6;
Item14 -.-> Item9;
Item14 -.-> Item17;
Item14 -.-> Item5;
Item15 --> Item1;
Item15 --> Item2;
Item15 --> Item11;
Expand Down Expand Up @@ -409,6 +411,7 @@ graph TD
N4 --> N6;
N4 --> N8;
N4 --> N2;
N4 --> N5;
N6 --> N5;
N7 --> N5;
N7 --> N6;
Expand Down Expand Up @@ -530,6 +533,9 @@ import "__TURBOPACK_PART__" assert {
import "__TURBOPACK_PART__" assert {
__turbopack_part__: 2
};
import { foobar } from "__TURBOPACK_PART__" assert {
__turbopack_part__: 5
};
export { external2 };
function external2() {
foobar += ".";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ graph TD
Item4 --> Item8;
Item7 -.-> Item9;
Item7 -.-> Item10;
Item7 -.-> Item1;
Item13 --> Item11;
Item13 --> Item1;
Item13 --> Item2;
Expand Down Expand Up @@ -367,6 +368,7 @@ graph TD
Item4 --> Item8;
Item7 -.-> Item9;
Item7 -.-> Item10;
Item7 -.-> Item1;
Item13 --> Item11;
Item13 --> Item1;
Item13 --> Item2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ graph TD
Item13 -.-> Item4;
Item13 -.-> Item7;
Item13 -.-> Item15;
Item13 -.-> Item3;
```
# Phase 4
```mermaid
Expand Down Expand Up @@ -353,6 +354,7 @@ graph TD
Item13 -.-> Item4;
Item13 -.-> Item7;
Item13 -.-> Item15;
Item13 -.-> Item3;
Item14 --> Item1;
Item14 --> Item9;
```
Expand Down Expand Up @@ -387,6 +389,7 @@ graph TD
N4 --> N6;
N4 --> N8;
N4 --> N1;
N4 --> N5;
N6 --> N5;
N7 --> N5;
N7 --> N6;
Expand Down Expand Up @@ -507,6 +510,9 @@ import "__TURBOPACK_PART__" assert {
import "__TURBOPACK_PART__" assert {
__turbopack_part__: 1
};
import { foobar } from "__TURBOPACK_PART__" assert {
__turbopack_part__: 5
};
export { external2 };
function external2() {
foobar += ".";
Expand Down

0 comments on commit 0e1d110

Please sign in to comment.