mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-15 15:25:16 +03:00
97fc6dbd7f
Unify inline type string building logic (type + length/precision → "String(100)", "Number(10,2)") into a shared Build-TypeStr/build_type_str function. Used by both Parse-AttributeShorthand and Emit-ConstantProperties. Fix: check valueType before type to avoid treating metadata type name (e.g. "Constant") as data type. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>