123ishaTest/ludiek

Unused Concepts don't show up in the union type

開放

#107 建立於 2025年10月11日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (4 個分叉)auto 404
bugenginehelp wanted

倉庫指標

星標
 (12 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

If you create a Condition but don't use it in the evaluator, it breaks the resulting LudiekCondition union. It seems there needs to be at least a public method on the LudiekEvaluator that uses Condition as an argument for it to end up in the final union.

This is a very dangerous bug as any consuming concept can completely break the type system, leading to hard to debug situations

貢獻者指南