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 +2 -0
- package/lib/browser.js +124 -124
- package/lib/chunk-2x8axrwh.js +1 -0
- package/lib/chunk-3s74a556.js +1 -0
- package/lib/{chunk-eybp3ae7.js → chunk-a5qb9706.js} +1 -1
- package/lib/{chunk-550yx3gf.js → chunk-k096ka38.js} +4 -4
- package/lib/chunk-q2023ykg.js +300 -0
- package/lib/chunk-sty5s7z0.js +7 -0
- package/lib/cli-entry.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/lib/chunk-6n4d12tf.js +0 -1
- package/lib/chunk-74rbv9gf.js +0 -1
- package/lib/chunk-jtm65qmd.js +0 -300
- package/lib/chunk-s1v2vjye.js +0 -7
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
|