@builder.io/dev-tools 1.18.40-dev.202512101620.78246177d → 1.18.40-dev.202512101627.78246177d

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.
@@ -18,7 +18,7 @@ export interface OriginalPosition {
18
18
  */
19
19
  export declare function resolveSourceLocation(projectRoot: string, devServerUrl: string, bundledPath: string, line: number, column: number): Promise<OriginalPosition | null>;
20
20
  /**
21
- * Batch resolve multiple source locations
21
+ * Batch resolve multiple source locations with deduplication
22
22
  */
23
23
  export declare function batchResolveSourceLocations(projectRoot: string, devServerUrl: string, locations: Array<{
24
24
  bundledPath: string;