Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Jul 30, 2024
1 parent c8b2322 commit fa4d8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/function_prototype_transform.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use swc_common::SyntaxContext;
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2022 Datadog, Inc.
**/
use swc_common::SyntaxContext;
use swc_ecma_ast::IdentName;
use swc_ecma_visit::swc_ecma_ast::{
CallExpr, Callee, Expr, ExprOrSpread, Ident, MemberExpr, MemberProp,
Expand Down

0 comments on commit fa4d8f9

Please sign in to comment.