mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 22:14:05 +00:00
* fix(build): avoid stale agent-core dts warnings * test(secrets): secure plugin entrypoint fixtures * fix(agent-core): normalize compaction summary timestamps * test(secrets): secure platform preset fixture * fix(build): preserve tracked package dts on skip builds * test(secrets): secure platform preset resolver fixture * fix(build): keep declarations during skip dts clean --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
export declare const TSDOWN_PACKAGE_OUTPUT_ROOTS: string[];
|
|
|
|
export declare function tsdownPackageOutputRoot(packageName: string): string;
|