1 个仓库
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.
fuckitjs 是一个用于 JavaScript 的自动化代码修剪工具和错误恢复工具。它旨在通过重复评估和选择性剔除来隔离并移除导致崩溃的代码行,以确保脚本成功执行。 该工具通过迭代评估脚本直到消除运行时崩溃,来识别并剔除有问题的代码段。它采用识别并切除特定失败行的方法来减轻错误,并允许脚本运行完成。 其功能涵盖自动化代码清理、动态脚本调试以及通过移除破坏性逻辑进行的 JavaScript 错误缓解。
Removes individual lines of source code from the execution stream when they trigger runtime exceptions.