awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to voidzero-dev/oxc-angular-compiler

Open-source alternatives to Oxc Angular Compiler

30 open-source projects similar to voidzero-dev/oxc-angular-compiler, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Oxc Angular Compiler alternative.

  • amir-valizadeh/ts-analyzerAvatar de amir-valizadeh

    amir-valizadeh/ts-analyzer

    14Ver en GitHub↗

    A comprehensive TypeScript codebase analyzer that provides detailed metrics on type safety, code complexity, and quality. Get actionable insights to improve your TypeScript projects.

    TypeScript
    Ver en GitHub↗14
  • andremm/lua-parserAvatar de andremm

    andremm/lua-parser

    209Ver en GitHub↗

    A Lua 5.3 parser written with LPegLabel

    Lua
    Ver en GitHub↗209
  • andremm/typedluaAvatar de andremm

    andremm/typedlua

    587Ver en GitHub↗

    An Optional Type System for Lua

    Lua
    Ver en GitHub↗587
  • angular-experts-io/ng-parselAvatar de angular-experts-io

    angular-experts-io/ng-parsel

    16Ver en GitHub↗

    Parse your Angular code base to JSON abstraction - Great for displaying APIs and running custom analysis

    TypeScript
    Ver en GitHub↗16
  • antonygiomarxdev/angular-doctorAvatar de antonygiomarxdev

    antonygiomarxdev/angular-doctor

    20Ver en GitHub↗

    Scan your Angular codebase for performance, architecture, and dead code issues — outputs a 0–100 health score with actionable diagnostics

    TypeScript
    Ver en GitHub↗20
  • augmentable-dev/tickgitA

    augmentable-dev/tickgit

    0Ver en GitHub↗
    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • bradleyfalzon/apicompatB

    bradleyfalzon/apicompat

    0Ver en GitHub↗
    Ver en GitHub↗0
  • davecheney/gcvisAvatar de davecheney

    davecheney/gcvis

    1,095Ver en GitHub↗

    Visualise Go program GC trace data in real time

    Go
    Ver en GitHub↗1,095
  • davidm/lua-inspectAvatar de davidm

    davidm/lua-inspect

    178Ver en GitHub↗

    Lua code analysis, with plugins for HTML and SciTE

    Lua
    Ver en GitHub↗178
  • dominikh/go-toolsAvatar de dominikh

    dominikh/go-tools

    6,818Ver en GitHub↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Go
    Ver en GitHub↗6,818
  • ea-st-ring/ngx-locatorAvatar de Ea-st-ring

    Ea-st-ring/ngx-locator

    2Ver en GitHub↗

    Angular development utility to open components and templates from the browser like LocatorJS

    JavaScript
    Ver en GitHub↗2
  • earthdmitriy/angular-mermaiderAvatar de earthdmitriy

    earthdmitriy/angular-mermaider

    2Ver en GitHub↗

    Static code analyser that produces Mermaid dataflow diagrams for Angular components

    TypeScript
    Ver en GitHub↗2
  • fab13n/metaluaAvatar de fab13n

    fab13n/metalua

    369Ver en GitHub↗

    The metalua programming language

    Lua
    Ver en GitHub↗369
  • firstrow/go-outdatedF

    firstrow/go-outdated

    0Ver en GitHub↗
    Ver en GitHub↗0
  • fudanselab/cldiffAvatar de FudanSELab

    FudanSELab/CLDIFF

    40Ver en GitHub↗

    Documentation of CLDiff

    Java
    Ver en GitHub↗40
  • go-critic/go-criticAvatar de go-critic

    go-critic/go-critic

    2,054Ver en GitHub↗

    The most opinionated Go source code linter for code audit.

    Go
    Ver en GitHub↗2,054
  • golang/lintAvatar de golang

    golang/lint

    3,969Ver en GitHub↗

    This is a static analysis linter and code quality tool for Go. It analyzes source code to identify common coding errors, style mistakes, and inconsistencies with language conventions. The tool is designed for integration with text editors and integrated development environments, exporting linting results in formats that support quickfix menus. Its capabilities include Go static analysis and source code quality assurance across files and packages. The system utilizes a static analysis pipeline and rule-based pattern matching to identify structural patterns that violate predefined coding stand

    Go
    Ver en GitHub↗3,969
  • jakub-hajduk/compuseAvatar de jakub-hajduk

    jakub-hajduk/compuse

    2Ver en GitHub↗

    An engine for monitoring usage of web components. Maybe even all components ;).

    TypeScript
    Ver en GitHub↗2
  • jeanmeche/angular-compiler-outputAvatar de JeanMeche

    JeanMeche/angular-compiler-output

    25Ver en GitHub↗

    This demo aims to teach the basics of the Angular template compiler by showing the JS output for a given angular template.

    TypeScript
    Ver en GitHub↗25
  • jfeliu007/goplantumlAvatar de jfeliu007

    jfeliu007/goplantuml

    2,095Ver en GitHub↗

    PlantUML Class Diagram Generator for golang projects

    Godiagramdiagram-generatorgo
    Ver en GitHub↗2,095
  • kisielk/errcheckAvatar de kisielk

    kisielk/errcheck

    2,519Ver en GitHub↗

    errcheck checks that you checked errors.

    Go
    Ver en GitHub↗2,519
  • m-yoshiro/ng-di-graphAvatar de m-yoshiro

    m-yoshiro/ng-di-graph

    2Ver en GitHub↗

    A command-line tool that analyzes Angular TypeScript codebases to extract dependency injection relationships.

    TypeScript
    Ver en GitHub↗2
  • mccoyst/validateM

    mccoyst/validate

    0Ver en GitHub↗
    Ver en GitHub↗0
  • mdempsky/unconvertM

    mdempsky/unconvert

    0Ver en GitHub↗
    Ver en GitHub↗0
  • merrittmelker/ng-lensAvatar de MerrittMelker

    MerrittMelker/ng-lens

    1Ver en GitHub↗

    This Node.js utility uses ts-morph to statically analyze Angular TypeScript components and identify service usage patterns from any specified API library. It detects constructor dependency injection and tracks which service methods are actually called within component code.

    TypeScript
    Ver en GitHub↗1
  • mibk/duplAvatar de mibk

    mibk/dupl

    369Ver en GitHub↗

    a tool for code clone detection

    Go
    Ver en GitHub↗369
  • moteus/luacov-coverallsAvatar de moteus

    moteus/luacov-coveralls

    48Ver en GitHub↗

    LuaCov reporter for coveralls.io service

    Lua
    Ver en GitHub↗48
  • mpeterv/luacheckAvatar de mpeterv

    mpeterv/luacheck

    2,037Ver en GitHub↗

    A tool for linting and static analysis of Lua code.

    Lua
    Ver en GitHub↗2,037
  • nagashimam/ngx-html-bridgeAvatar de nagashimam

    nagashimam/ngx-html-bridge

    1Ver en GitHub↗

    ngx-html-bridge is a powerful parser that converts Angular templates into an array of standard, static HTML strings. This enables you to use any HTML validator of your choice on your Angular templates, bridging the gap between Angular's dynamic syntax and standard HTML validation tools.

    TypeScript
    Ver en GitHub↗1
  • psampaz/go-mod-outdatedP

    psampaz/go-mod-outdated

    0Ver en GitHub↗
    Ver en GitHub↗0