| name | oxc |
| description | The Oxidation Compiler is a collection of high-performance tools for JavaScript and TypeScript written in Rust. WHEN: make http requests. Triggers: use oxc, install oxc, how to use oxc, make http requ |
oxc
The Oxidation Compiler is a collection of high-performance tools for JavaScript and TypeScript written in Rust.
When to Use
When NOT to Use
- Projects using Python or Java (different ecosystem)
Quick Start
Install
npm install oxc
Packages
This is a monorepo containing the following packages:
Project Info
- Language: JavaScript, Rust, TypeScript, Ruby, Go
- Tests: Yes
File Structure
├── apps/
│ ├── oxfmt/
│ └── oxlint/
├── crates/
│ ├── oxc/
│ ├── oxc_allocator/
│ ├── oxc_ast/
│ ├── oxc_ast_macros/
│ ├── oxc_ast_visit/
│ ├── oxc_cfg/
│ ├── oxc_codegen/
│ ├── oxc_compat/
│ ├── oxc_data_structures/
│ ├── oxc_diagnostics/
│ ├── oxc_ecmascript/
│ ├── oxc_estree/
│ ├── oxc_estree_tokens/
│ ├── oxc_formatter/
│ ├── oxc_isolated_declarations/
│ ├── oxc_jsdoc/
Generated by repo2skill