# orchestrion-js **Repository Path**: mirrors_DataDog/orchestrion-js ## Basic Information - **Project Name**: orchestrion-js - **Description**: Orchestrion, but for JS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Orchestion-JS Orchestrion is a library for instrumenting Node.js libraries at build or load time. It provides [`VisitMut`] implementations for SWC's AST nodes, which can be used to insert tracing code into matching functions. It's entirely configurable via a YAML string, and can be used in SWC plugins, or anything else that mutates JavaScript ASTs using SWC. ## Contributing See CONTRIBUTING.md ## License See LICENSE [`VisitMut`]: https://rustdoc.swc.rs/swc_core/ecma/visit/trait.VisitMut.html