You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# Orchestion-JS
1
+
# `@apm-js-collab/code-transformer`
2
2
3
-
Orchestrion is a library for instrumenting Node.js libraries at build or load time.
3
+
This is a temporary fork of [`DataDog/orchestrion-js`](https://github.com/DataDog/orchestrion-js/). We intend all changes to be upstreamed to the original repository,
4
+
5
+
This is a library for instrumenting Node.js libraries at build or load time.
4
6
5
7
It provides `VisitMut` implementations for SWC's AST nodes, which can be used to insert tracing code into matching functions.
6
8
It can be used in SWC plugins, or anything else that mutates JavaScript ASTs using SWC.
7
9
8
-
Orchestrion can also be built as a JavaScript module, which can be used from Node.js.
10
+
`@apm-js-collab/code-transformer` is built as a JavaScript module, which can be used from Node.js.
9
11
10
12
To build the JavaScript module:
11
13
- Ensure you have [Rust installed](https://www.rust-lang.org/tools/install)
0 commit comments