@stacksjs/build 0.70.100 → 0.70.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Repair declaration shapes that bun-plugin-dtsx currently emits with invalid
3
+ * TypeScript syntax, then parse every declaration before a package can report a
4
+ * successful build. Keep this centralized so all Stacks packages receive the
5
+ * same publish-time safety net.
6
+ */
7
+ export declare function normalizeDeclarations(dir: string): Promise<void>;
1
8
  export declare function outro(options: {
2
9
  dir: string
3
10
  startTime: number