test: Add face_code_ref to the mermaid output (#6985)

* Add face_code_ref to the mermaid output

* Update output
This commit is contained in:
Jonathan Tran
2025-05-15 20:14:31 -04:00
committed by GitHub
parent f6b3a55cbf
commit f6e26e0bab
130 changed files with 4487 additions and 21 deletions

View File

@ -19,8 +19,11 @@ flowchart LR
8["Sweep Extrusion<br>[878, 922, 0]"]
%% [ProgramBodyItem { index: 6 }, VariableDeclarationDeclaration, VariableDeclarationInit]
9[Wall]
%% face_code_ref=Missing NodePath
10["Cap Start"]
%% face_code_ref=Missing NodePath
11["Cap End"]
%% face_code_ref=Missing NodePath
12["SweepEdge Opposite"]
13["SweepEdge Adjacent"]
1 --- 2