File tree Expand file tree Collapse file tree
object_property_named_cjs Expand file tree Collapse file tree 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- **/
51'use strict'
62
73// Named object pattern: async arrow function assigned to a property
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- **/
51'use strict'
62
73const { conn } = require ( './instrumented.js' )
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- **/
51'use strict'
62
73// Mimics the mariadb v2 pattern: query methods are arrow functions
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- **/
51'use strict'
62
73const { Connection } = require ( './instrumented.js' )
You can’t perform that action at this time.
0 commit comments