awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tc39/proposal-type-annotationsAvatar de tc39

    tc39/proposal-type-annotations

    4,386Ver en 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
    Ver en GitHub↗4,386
  • esoolgnah/frontend-interview-questionsAvatar de Esoolgnah

    Esoolgnah/Frontend-Interview-Questions

    1,424Ver en 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
    Ver en GitHub↗1,424
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Static Type Checking
  5. Non-Compiled Static Typing