mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-27 11:11:26 -04:00
5488208e5e
All checks pass: - npm run flow: No errors - npm run build: Success - npm run format: No changes FlowFixMe summary: 3,297 total - Reduced method-unbinding by converting push.apply to spread syntax - Converted I18n imports to import type where possible - Remaining FlowFixMe are due to: - prettier 1.15 cannot parse generic type params (Set<>, Map<>, etc.) - Deep semantic type mismatches (incompatible-type, prop-missing) - Missing local annotations (missing-local-annot) - Library type issues (value-as-type, cannot-resolve-name) Co-authored-by: Florian Rival <4ian@users.noreply.github.com>