@bamboocss/vite 1.45.5 → 1.46.0

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.cts CHANGED
@@ -40,9 +40,9 @@ interface BambooVitePluginOptions {
40
40
  * Remove rules for atoms no compiled module can emit. Builds only; dev never prunes.
41
41
  *
42
42
  * Off ships the whole extracted stylesheet: every rule the source graph produced, including
43
- * ones nothing reaches. Larger, and never wrong *by pruning* it also stands down the
44
- * assertion that every compiled class has a rule, since that check exists to catch this pass
45
- * removing too much. So this is a true escape hatch: it cannot fail a build over reachability.
43
+ * ones nothing reaches. Larger, and never wrong *by pruning*. Bamboo still refuses a sheet
44
+ * which lacks a compiler-owned rule named by live JavaScript; disabling pruning cannot make
45
+ * that mixed-generation output styled.
46
46
  *
47
47
  * The pruned sheet is also renamed to a hash of its own bytes, and that is not a separate
48
48
  * setting because it cannot safely be one. Rollup and Rolldown expand `[hash]` before
package/dist/index.d.mts CHANGED
@@ -40,9 +40,9 @@ interface BambooVitePluginOptions {
40
40
  * Remove rules for atoms no compiled module can emit. Builds only; dev never prunes.
41
41
  *
42
42
  * Off ships the whole extracted stylesheet: every rule the source graph produced, including
43
- * ones nothing reaches. Larger, and never wrong *by pruning* it also stands down the
44
- * assertion that every compiled class has a rule, since that check exists to catch this pass
45
- * removing too much. So this is a true escape hatch: it cannot fail a build over reachability.
43
+ * ones nothing reaches. Larger, and never wrong *by pruning*. Bamboo still refuses a sheet
44
+ * which lacks a compiler-owned rule named by live JavaScript; disabling pruning cannot make
45
+ * that mixed-generation output styled.
46
46
  *
47
47
  * The pruned sheet is also renamed to a hash of its own bytes, and that is not a separate
48
48
  * setting because it cannot safely be one. Rollup and Rolldown expand `[hash]` before