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

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

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

2 个仓库

Awesome GitHub RepositoriesNon-Compiled Static Typing

Adding type definitions to source code that are validated by tools without requiring a compilation step.

Distinct from Static Type Checking: Distinct from standard static type checking by removing the need for a separate compilation phase

Explore 2 awesome GitHub repositories matching software engineering & architecture · Non-Compiled Static Typing. Refine with filters or upvote what's useful.

Awesome Non-Compiled Static Typing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tc39/proposal-type-annotationstc39 的头像

    tc39/proposal-type-annotations

    4,386在 GitHub 上查看↗

    This is an ECMAScript proposal that adds static type syntax to JavaScript, enabling type checking without a separate transpilation step. The proposal defines a standard for type annotations, interfaces, generics, and type imports and exports that are stripped during execution, allowing code to run natively in existing JavaScript engines while still being validated by external type checkers. The proposal introduces generic type parameters using angle-bracket syntax on functions, classes, and type declarations, which are removed at runtime. It also provides syntax for type annotations on variab

    Adds runtime-ignored type annotations to JavaScript for static type checking without compilation.

    JavaScript
    在 GitHub 上查看↗4,386
  • esoolgnah/frontend-interview-questionsEsoolgnah 的头像

    Esoolgnah/Frontend-Interview-Questions

    1,424在 GitHub 上查看↗

    Frontend-Interview-Questions is an educational knowledge base and study guide designed for technical interview preparation, software engineering job roles, and core web development concept review. It provides structured resources covering frontend topics, language fundamentals, and browser mechanics. The repository explores fundamental concepts including JavaScript runtime behavior, asynchronous execution, lexical scoping, closures, hoisting, and variable declaration comparisons. It also examines architectural topics such as browser rendering pipelines, document object model manipulation, net

    Explores type definitions and compile-time type checking concepts.

    cssfront-endhtml
    在 GitHub 上查看↗1,424
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Static Type Checking
  5. Non-Compiled Static Typing