什么是 tail-recursive-generics?
当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。 来源:marius-townhouse/effective-typescript-skills。
当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。
通过命令行快速安装 tail-recursive-generics AI 技能到你的开发环境
来源:marius-townhouse/effective-typescript-skills。
TypeScript limits the depth of type instantiation to prevent infinite loops. When you hit "Type instantiation is excessively deep and possibly infinite," you need to refactor your recursive types to be tail-recursive. Using an accumulator pattern, you can write types that TypeScript can optimize, avoiding depth limits.
This skill is essential for type-level programming that processes large or deeply nested structures.
Use accumulator patterns to make generic types tail-recursive. Pass accumulated results as type parameters rather than building up nested type structures.
当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。 来源:marius-townhouse/effective-typescript-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-genericsBrowse more skills from marius-townhouse/effective-typescript-skills
当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。 来源:marius-townhouse/effective-typescript-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-generics 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/marius-townhouse/effective-typescript-skills