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

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

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

1 个仓库

Awesome GitHub RepositoriesTyped JavaScript Parsing

Construction of syntax trees from source code that includes non-standard type annotations.

Distinct from Syntax Tree Construction: Specifically handles the parsing of typed syntax rather than general syntax tree construction.

Explore 1 awesome GitHub repository matching software engineering & architecture · Typed JavaScript Parsing. Refine with filters or upvote what's useful.

Awesome Typed JavaScript Parsing GitHub Repositories

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

    facebook/flow

    22,232在 GitHub 上查看↗

    Flow is a JavaScript static type checker and AST parser that identifies type errors and prevents runtime failures through static annotations. It functions as a code intelligence engine and a static analysis linter to identify unsafe coding patterns and enforce consistency across a codebase. The project includes a type annotation stripper that removes static type signatures from source code, ensuring the resulting JavaScript is compatible with any runtime environment. It also provides a parser that converts typed JavaScript into an abstract syntax tree conforming to the ESTree specification.

    Generates a syntax tree from typed JavaScript to facilitate analysis by external tools.

    Rust
    在 GitHub 上查看↗22,232
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Typed JavaScript Parsing