* fix: ignoring url checker files * fix: url checker * fix: auto fmt and cleanup * fix: moving the bash scripts and known files into the scripts repo * fix: removed all url_results and made it be all in memory * fix: fixed the newline issue * fix: url checking as a step to the static analysis * fix: removed old code * chore: writing documentation on our static checker pattern * fix: updating the docs more to be clearer * fix: copy and paste without understanding requirements of ci cd dependencies? do i need all of these? * fix: updating * fix: I thought this got in? * Update CONTRIBUTING.md Co-authored-by: Jace Browning <jacebrowning@gmail.com> --------- Co-authored-by: Jace Browning <jacebrowning@gmail.com>
14 lines
951 B
Plaintext
14 lines
951 B
Plaintext
|
|
> zoo-modeling-app@0.0.0 circular-deps
|
|
> dpdm --no-warning --no-tree -T --skip-dynamic-imports=circular src/index.tsx
|
|
|
|
• Circular Dependencies
|
|
1) src/lib/singletons.ts -> src/editor/manager.ts -> src/lib/selections.ts
|
|
2) src/lib/singletons.ts -> src/editor/manager.ts -> src/lib/selections.ts
|
|
3) src/lib/singletons.ts -> src/lang/codeManager.ts
|
|
4) src/lang/std/sketch.ts -> src/lang/modifyAst.ts
|
|
5) src/lang/std/sketch.ts -> src/lang/modifyAst.ts -> src/lang/std/sketchcombos.ts
|
|
6) src/lib/singletons.ts -> src/clientSideScene/sceneEntities.ts -> src/clientSideScene/segments.ts -> src/components/Toolbar/angleLengthInfo.ts
|
|
7) src/lib/singletons.ts -> src/clientSideScene/sceneEntities.ts -> src/clientSideScene/segments.ts
|
|
8) src/hooks/useModelingContext.ts -> src/components/ModelingMachineProvider.tsx -> src/components/Toolbar/setAngleLength.tsx -> src/components/SetAngleLengthModal.tsx -> src/lib/useCalculateKclExpression.ts
|