fix(bin): support scoped lazycodex wrapper

This commit is contained in:
YeonGyu-Kim
2026-05-30 22:33:16 +09:00
parent a149805253
commit d508b9b52b
5 changed files with 62 additions and 4 deletions
+2
View File
@@ -15,4 +15,6 @@ export declare function getPlatformPackageCandidates(options: {
export declare function getBinaryPath(pkg: string, platform: string): string;
export declare function getPackageBareName(packageName: string): string;
export declare function resolvePlatformPackageBaseName(wrapperPackageName: string): string;