awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/typescript-go

0
View on GitHub↗
24,151 स्टार्स·831 फोर्क्स·Go·apache-2.0·6 व्यूज़

Typescript Go

Features

  • Parsers & Lexers - Converts raw source code into a structured tree representation to allow for programmatic analysis and transformation of language constructs.
  • Static Analysis Tools - Automates the validation of type definitions by scanning code structures and documentation comments to ensure compliance with language rules.
  • Type Definition Generators - Synthesizes type information into standard definition files to provide static analysis support for external consumers of the codebase.
  • Static Analysis - Enforces strict parameter and type consistency by evaluating code logic against predefined semantic constraints during the build process.
  • Metadata Extraction Tools - Extracts structured information from source code comments to supplement type data and improve the accuracy of generated output files.

स्टार हिस्ट्री

microsoft/typescript-go के लिए स्टार हिस्ट्री चार्टmicrosoft/typescript-go के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Typescript Go के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Typescript Go के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • koalaman/shellcheckkoalaman का अवतार

    koalaman/shellcheck

    39,574GitHub पर देखें↗

    This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of shell scripts. By performing deep structural analysis, it identifies common programming pitfalls, syntax errors, and security vulnerabilities before scripts are executed. It functions as an automated code reviewer that enforces best practices and helps developers maintain consistent, robust code across different operating environments. The tool distinguishes itself through its dialect-aware grammar resolution, which adapts its parsing logic based on the specific shell interpreter

    Haskellbashdeveloper-toolshaskell
    GitHub पर देखें↗39,574
  • astral-sh/ruffastral-sh का अवतार

    astral-sh/ruff

    48,177GitHub पर देखें↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    GitHub पर देखें↗48,177
  • eslint/eslinteslint का अवतार

    eslint/eslint

    27,349GitHub पर देखें↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    JavaScriptecmascripteslintjavascript
    GitHub पर देखें↗27,349
  • analysis-tools-dev/static-analysisanalysis-tools-dev का अवतार

    analysis-tools-dev/static-analysis

    14,389GitHub पर देखें↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    GitHub पर देखें↗14,389
Typescript Go के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

microsoft/typescript-go की मुख्य विशेषताएं क्या हैं?

microsoft/typescript-go की मुख्य विशेषताएं हैं: Parsers & Lexers, Static Analysis Tools, Type Definition Generators, Static Analysis, Metadata Extraction Tools।

microsoft/typescript-go के कुछ ओपन-सोर्स विकल्प क्या हैं?

microsoft/typescript-go के ओपन-सोर्स विकल्पों में शामिल हैं: koalaman/shellcheck — This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of… astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… golangci/golangci-lint — This project is a static analysis runner designed to identify bugs, performance bottlenecks, and stylistic… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… phpstan/phpstan — This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code…