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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Type Checking

The process of verifying data types during program execution to detect bugs missed by static analysis.

Distinct from Static Type Checking: Focuses on verification during execution (runtime) as opposed to during the compilation phase (static).

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Type Checking. Refine with filters or upvote what's useful.

Awesome Runtime Type Checking GitHub Repositories

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

    facebook/prop-types

    4,452在 GitHub 上查看↗

    prop-types 是一个 JavaScript 对象验证器和运行时类型检查器。它作为一个开发工具,用于验证对象属性是否符合预定义的规范,主要用于确保传递给 React 组件的数据与预期类型一致。 该实用程序通过在不匹配发生时向控制台记录警告而不是抛出异常来检测数据不一致。它采用有状态的警告缓存来防止重复日志,并将验证逻辑限制在非生产环境中,以避免在发布版本中产生性能开销。 该项目通过递归对象遍历和基于规范的匹配涵盖了数据验证。它还提供了开发人员工具,以便在测试周期内重置警告历史记录。

    Verifies data types while the application is running to catch runtime bugs.

    JavaScript
    在 GitHub 上查看↗4,452
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Runtime Type Checking