mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
- Fix array scanner to properly handle primitive pointer types (e.g., Array<float*>) - Add comprehensive multi-level pointer detection and error reporting - Improve const type checking to prevent false positives - Extract reusable warnings collector for consistent error formatting - Add checks for problematic array types (const elements, template parameters) - Sort array specializations by category (primitives, enums, pointers) - Export isPrimitive function and ArraySpecialization interface - Move array type regex to module level for performance - Fix discriminated union types for Exclusion and Member interfaces