sendou.ink/app/features/build-analyzer/core
Kalle b261600f0e Fix object damage calculator crash on invalid SPECIAL weapon ID
The SPECIAL branch of validatedAnyWeaponFromSearchParams only checked
nonDamagingSpecialWeaponIds membership, not whether the parsed id was
actually a valid SpecialWeaponId. A malformed URL like
?weapon=SPECIAL_9ap=0... made Number() return NaN, which fell through
to exampleMainWeaponIdWithSpecialWeaponId and hit assertUnreachable.
2026-05-01 16:04:35 +03:00
..
ability-values.ts Migrate Prettier/Eslint/Stylelint setup to Biome (#1772) 2024-06-24 13:07:17 +03:00
abilityChunksCalc.test.ts Refactor away in-game-lists barrel file Closes #2322 2025-05-24 19:58:40 +03:00
abilityChunksCalc.ts Refactor away in-game-lists barrel file Closes #2322 2025-05-24 19:58:40 +03:00
specialEffects.test.ts Migrate to vitest, unskip suites Closes #1846 2024-09-14 14:34:41 +03:00
specialEffects.ts Patch 11.0 2026-01-29 18:11:52 +02:00
stats.test.ts Refactor away in-game-lists barrel file Closes #2322 2025-05-24 19:58:40 +03:00
stats.ts Display Super Chumps damage as Splash (Min/Max) 2026-02-21 18:25:16 +02:00
utils.test.ts Migrate to vitest, unskip suites Closes #1846 2024-09-14 14:34:41 +03:00
utils.ts Fix object damage calculator crash on invalid SPECIAL weapon ID 2026-05-01 16:04:35 +03:00
weapon-params.ts Fix Tri-Stringer/Wellstring range in comp analyzer 2026-04-06 13:56:14 +03:00