|
| 1 | +folder,file,export,export_kind,methods_in_file,imports,classification,notes |
| 2 | +engine/utils,src/engine/utils/fuzzyMatchScore.js,fuzzyMatchScore,named-export,fuzzyMatchScore,,shared-safe, |
| 3 | +engine/utils,src/engine/utils/geometry.js,pointInRect,function,,,shared-safe, |
| 4 | +engine/utils,src/engine/utils/geometry.js,xyInRect,function,,,shared-safe, |
| 5 | +engine/utils,src/engine/utils/geometry.js,getCenteredRect,function,,,shared-safe, |
| 6 | +engine/utils,src/engine/utils/index.js,(barrel-reexports),barrel,,,needs-review,Barrel file; consolidation sequencing should happen after direct utility moves. |
| 7 | +engine/utils,src/engine/utils/invariant.js,invariant,function,,,shared-safe, |
| 8 | +engine/utils,src/engine/utils/math.js,clamp,function,,,duplicate-move-to-shared,Generic clamp; duplicate local clamp exists in engine debug layout. |
| 9 | +engine/utils,src/engine/utils/math.js,distance,function,,,duplicate-move-to-shared,Distance helper duplicated by local implementations in network/AI modules. |
| 10 | +engine/utils,src/engine/utils/math.js,wrap,function,,,shared-safe, |
| 11 | +engine/utils,src/engine/utils/math.js,randomRange,function,,,shared-safe, |
| 12 | +engine/utils,src/engine/utils/normalizeCommandText.js,normalizeCommandText,named-export,normalizeCommandText,,needs-review,Hardcoded filler-token list may be command-domain specific. |
| 13 | +shared/utils,src/shared/utils/arrayUtils.js,ensureArray,function,,./stringUtils.js,shared-safe, |
| 14 | +shared/utils,src/shared/utils/arrayUtils.js,asArray,function,,./stringUtils.js,duplicate-keep-engine,Name overlap with object/3D debug utility asArray variants. |
| 15 | +shared/utils,src/shared/utils/arrayUtils.js,asStringArray,function,,./stringUtils.js,shared-safe, |
| 16 | +shared/utils,src/shared/utils/createNoopDevConsoleIntegration.js,createNoopDevConsoleIntegration,function,,,engine-only, |
| 17 | +shared/utils,src/shared/utils/debugConfigUtils.js,parseBooleanFlag,function,,./stringUtils.js,shared-safe, |
| 18 | +shared/utils,src/shared/utils/debugConfigUtils.js,normalizeDebugMode,function,,./stringUtils.js,shared-safe, |
| 19 | +shared/utils,src/shared/utils/debugConfigUtils.js,readStoredBoolean,function,,./stringUtils.js,needs-review,Touches localStorage/location query flags (browser environment concerns). |
| 20 | +shared/utils,src/shared/utils/debugConfigUtils.js,writeStoredBoolean,function,,./stringUtils.js,needs-review,Touches localStorage/location query flags (browser environment concerns). |
| 21 | +shared/utils,src/shared/utils/debugConfigUtils.js,isLocalDebugEnvironment,function,,./stringUtils.js,shared-safe, |
| 22 | +shared/utils,src/shared/utils/debugConfigUtils.js,resolveDebugConfig,function,,./stringUtils.js,needs-review,Touches localStorage/location query flags (browser environment concerns). |
| 23 | +shared/utils,src/shared/utils/directionUtils.js,oppositeCardinalDirection,function,,,shared-safe, |
| 24 | +shared/utils,src/shared/utils/highScoreUtils.js,sanitizeScore,function,,,shared-safe, |
| 25 | +shared/utils,src/shared/utils/highScoreUtils.js,sanitizeInitials,function,,,shared-safe, |
| 26 | +shared/utils,src/shared/utils/highScoreUtils.js,sanitizeRow,function,,,shared-safe, |
| 27 | +shared/utils,src/shared/utils/highScoreUtils.js,sortRows,function,,,shared-safe, |
| 28 | +shared/utils,src/shared/utils/idUtils.js,* from ../id/idUtils.js,re-export-star,,,needs-review, |
| 29 | +shared/utils,src/shared/utils/index.js,(barrel-reexports),barrel,,,needs-review,Barrel file; consolidation sequencing should happen after direct utility moves. |
| 30 | +shared/utils,src/shared/utils/initialsEntryUtils.js,codeToLetter,function,,,shared-safe, |
| 31 | +shared/utils,src/shared/utils/jsonUtils.js,cloneJson,function,,,duplicate-move-to-shared,Duplicate cloneJson exists in engine debug inspectors shared utils. |
| 32 | +shared/utils,src/shared/utils/networkDebugUtils.js,toNetworkSnapshot,function,toSafeKey,../math/numberNormalization.js|./objectUtils.js|./stringUtils.js,engine-only,Network-trace and command snapshot semantics are debug-runtime specific. |
| 33 | +shared/utils,src/shared/utils/networkDebugUtils.js,getCommandSnapshot,function,toSafeKey,../math/numberNormalization.js|./objectUtils.js|./stringUtils.js,engine-only,Network-trace and command snapshot semantics are debug-runtime specific. |
| 34 | +shared/utils,src/shared/utils/networkDebugUtils.js,commandLinesForTrace,function,toSafeKey,../math/numberNormalization.js|./objectUtils.js|./stringUtils.js,engine-only,Network-trace and command snapshot semantics are debug-runtime specific. |
| 35 | +shared/utils,src/shared/utils/networkDebugUtils.js,sanitizeText,const,toSafeKey,../math/numberNormalization.js|./objectUtils.js|./stringUtils.js,duplicate-keep-engine,Network-trace and command snapshot semantics are debug-runtime specific. |
| 36 | +shared/utils,src/shared/utils/networkDebugUtils.js,asNumber,re-export(../math/numberNormalization.js),toSafeKey,../math/numberNormalization.js|./objectUtils.js|./stringUtils.js,engine-only,Network-trace and command snapshot semantics are debug-runtime specific. |
| 37 | +shared/utils,src/shared/utils/numberUtils.js,* from ../number/numberUtils.js,re-export-star,,,needs-review, |
| 38 | +shared/utils,src/shared/utils/objectUtils.js,isObject,named-export,isObject|isPlainObject|asObject|asArray,./arrayUtils.js,shared-safe, |
| 39 | +shared/utils,src/shared/utils/objectUtils.js,isPlainObject,named-export,isObject|isPlainObject|asObject|asArray,./arrayUtils.js,duplicate-keep-engine,Similar helper names appear in engine debug/network modules. |
| 40 | +shared/utils,src/shared/utils/objectUtils.js,asObject,named-export,isObject|isPlainObject|asObject|asArray,./arrayUtils.js,duplicate-keep-engine,Similar helper names appear in engine debug/network modules. |
| 41 | +shared/utils,src/shared/utils/objectUtils.js,asArray,named-export,isObject|isPlainObject|asObject|asArray,./arrayUtils.js,duplicate-keep-engine,Similar helper names appear in engine debug/network modules. |
| 42 | +shared/utils,src/shared/utils/runtimeRegistryUtils.js,getRuntimeAndRegistry,function,,,engine-only,Depends on console runtime/panel registry contract. |
| 43 | +shared/utils,src/shared/utils/snapshotCloneUtils.js,cloneSnapshot,function,,,needs-review, |
| 44 | +shared/utils,src/shared/utils/stringUtils.js,* from ../string/stringHelpers.js,re-export-star,,,needs-review, |
| 45 | +shared/utils,src/shared/utils/stringifyValueUtils.js,stringifyValue,function,,,shared-safe, |
| 46 | +shared/utils,src/shared/utils/textWrapUtils.js,wrapTextByCharacterCount,function,,,shared-safe, |
0 commit comments