sveld 0.37.0 → 0.37.1

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/lib/browser.d.ts CHANGED
@@ -718,6 +718,8 @@ interface WriterOptions {
718
718
 
719
719
  declare class Writer {
720
720
  private readonly dryRun;
721
+ /** Directories already created by this writer, so sibling files skip the `mkdir` round trip. */
722
+ private readonly ensuredDirs;
721
723
  constructor(options?: WriterOptions);
722
724
  /**
723
725
  * Skips the write when `filePath` already contains `raw`, so repeated runs