From c8781167f1b1433ee0f4708ebeb186c3c6af3642 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Thu, 9 Jul 2026 18:36:57 +0100 Subject: [PATCH] feat: Remove unused free() methods --- index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index 0a21650..852768b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -86,7 +86,6 @@ export type ModuleType = "esm" | "cjs" | "unknown"; */ export class InstrumentationMatcher { private constructor(); - free(): void; /** * Get a transformer for the given module name, version and file path. * Returns `undefined` if no matching instrumentations are found. @@ -103,8 +102,6 @@ export class InstrumentationMatcher { */ export class Transformer { private constructor(); - free(): void; - /** * The name of the module to transform. */