refactor: hide script helper internals

This commit is contained in:
Peter Steinberger
2026-05-02 07:22:24 +01:00
parent 817e6e810b
commit a3e0231252
5 changed files with 4 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ export type BundledExtensionSourceClassification = {
isProductionSource: boolean;
};
export function normalizeExtensionSourcePath(filePath: string): string;
export function classifyBundledExtensionSourcePath(
filePath: string,
): BundledExtensionSourceClassification;