File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3- * This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
3+ * This product includes software developed at Datadog (< https://www.datadoghq.com> /). Copyright 2025 Datadog, Inc.
44 **/
55use std:: path:: PathBuf ;
66
Original file line number Diff line number Diff line change 11/**
22 * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3- * This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
3+ * This product includes software developed at Datadog (< https://www.datadoghq.com> /). Copyright 2025 Datadog, Inc.
44 **/
55use std:: fmt:: { self , Display , Formatter } ;
66
Original file line number Diff line number Diff line change 11/**
22 * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3- * This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
3+ * This product includes software developed at Datadog (< https://www.datadoghq.com> /). Copyright 2025 Datadog, Inc.
44 **/
55use crate :: error:: OrchestrionError ;
66use swc_core:: ecma:: ast:: { FnDecl , FnExpr , Function } ;
Original file line number Diff line number Diff line change 11/**
22 * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3- * This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
3+ * This product includes software developed at Datadog (< https://www.datadoghq.com> /). Copyright 2025 Datadog, Inc.
44 **/
55use crate :: config:: InstrumentationConfig ;
66use std:: path:: PathBuf ;
Original file line number Diff line number Diff line change 1- /**
2- * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
3- * This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2025 Datadog, Inc.
4- **/
5-
61//! # Orchestrion
72//! Orchestrion is a library for instrumenting Node.js libraries at build or load time.
83//! It provides [`VisitMut`] implementations for SWC's AST nodes, which can be used to insert
1914#![ deny( clippy:: correctness) ]
2015#![ deny( clippy:: unwrap_used) ]
2116
17+ /**
18+ * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
19+ * This product includes software developed at Datadog (<https://www.datadoghq.com>/). Copyright 2025 Datadog, Inc.
20+ **/
2221use std:: path:: PathBuf ;
2322use std:: str:: FromStr ;
2423
You can’t perform that action at this time.
0 commit comments