awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesSafe AST Node Builders

Helper functions that ensure programmatically generated AST nodes are structurally valid.

Distinct from Tree Node Templates: Focuses on the structural validity of code nodes rather than visual rendering templates.

Explore 1 awesome GitHub repository matching software engineering & architecture · Safe AST Node Builders. Refine with filters or upvote what's useful.

Awesome Safe AST Node Builders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebook/jscodeshiftالصورة الرمزية لـ facebook

    facebook/jscodeshift

    9,952عرض على GitHub↗

    jscodeshift is a JavaScript AST transformation toolkit and codemod engine designed for large-scale code refactoring and structural migrations. It provides a set of utilities to parse source code into abstract syntax trees, programmatically modify those trees, and convert them back into source text. The tool distinguishes itself by preserving original source formatting and stylistic properties during the transformation process. It utilizes a builder for generating structurally valid AST nodes and integrates interchangeable parsing engines to support different language standards and experimenta

    Provides safe builder methods to programmatically generate structurally valid abstract syntax tree nodes.

    JavaScript
    عرض على GitHub↗9,952
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Tree Node Templates
  5. Safe AST Node Builders