awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRuntime Line Excision

The process of removing specific lines of code during execution to mitigate runtime exceptions.

Distinct from Code Slicing: Distinct from general Code Slicing which focuses on partitioning for review; this is about runtime removal for error recovery.

Explore 1 awesome GitHub repository matching development tools & productivity · Runtime Line Excision. Refine with filters or upvote what's useful.

Awesome Runtime Line Excision GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mattdiamond/fuckitjsmattdiamond 的头像

    mattdiamond/fuckitjs

    4,182在 GitHub 上查看↗

    fuckitjs 是一个用于 JavaScript 的自动化代码修剪工具和错误恢复工具。它旨在通过重复评估和选择性剔除来隔离并移除导致崩溃的代码行,以确保脚本成功执行。 该工具通过迭代评估脚本直到消除运行时崩溃,来识别并剔除有问题的代码段。它采用识别并切除特定失败行的方法来减轻错误,并允许脚本运行完成。 其功能涵盖自动化代码清理、动态脚本调试以及通过移除破坏性逻辑进行的 JavaScript 错误缓解。

    Removes individual lines of source code from the execution stream when they trigger runtime exceptions.

    JavaScript
    在 GitHub 上查看↗4,182
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Code Slicing
  5. Runtime Line Excision