You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, Fedify depends on the strong assumption that everyone uses TypeScript and no values with wrong types are passed to the parameters. However, even for someone who uses TypeScript, sometimes values with wrong types can be passed to the parameters (due to any keyword or forced casting using as keyword). For such cases, we should provide better runtime type error messages.
The text was updated successfully, but these errors were encountered:
For now, Fedify depends on the strong assumption that everyone uses TypeScript and no values with wrong types are passed to the parameters. However, even for someone who uses TypeScript, sometimes values with wrong types can be passed to the parameters (due to
any
keyword or forced casting usingas
keyword). For such cases, we should provide better runtime type error messages.The text was updated successfully, but these errors were encountered: