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.
A comprehensive TypeScript codebase analyzer that provides detailed metrics on type safety, code complexity, and quality. Get actionable insights to improve your TypeScript projects.
Parse your Angular code base to JSON abstraction - Great for displaying APIs and running custom analysis
Scan your Angular codebase for performance, architecture, and dead code issues — outputs a 0–100 health score with actionable diagnostics
Visualise Go program GC trace data in real time
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
Angular development utility to open components and templates from the browser like LocatorJS
Static code analyser that produces Mermaid dataflow diagrams for Angular components
The most opinionated Go source code linter for code audit.
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
An engine for monitoring usage of web components. Maybe even all components ;).
This demo aims to teach the basics of the Angular template compiler by showing the JS output for a given angular template.
PlantUML Class Diagram Generator for golang projects
A command-line tool that analyzes Angular TypeScript codebases to extract dependency injection relationships.
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.
A tool for linting and static analysis of Lua code.
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.