Skip to content

Commit 87af193

Browse files
1 parent 4b9acb0 commit 87af193

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Target/Function/Integration.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export declare const Default: {
2727
Exclude: false;
2828
CSS: {
2929
csso: import("../Interface/CSS/csso.js").default;
30-
lightningcss: import("../Interface/CSS/lightningcss.js").default;
30+
lightningcss: false;
3131
};
3232
HTML: {
3333
"html-minifier-terser": {

Target/Function/Integration.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Interface/Directory.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ParsedPath } from "path";
1+
import type { ParsedPath } from "node:path";
22
/**
33
* @module Directory
44
*

Target/Interface/Option.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@ export default interface Interface extends Option {
1717
*
1818
*/
1919
CSS?: boolean | {
20-
csso?: csso;
21-
lightningcss?: lightningcss;
20+
csso?: csso | boolean;
21+
lightningcss?: lightningcss | boolean;
2222
};
2323
/**
2424
* html-minifier-terser option properties
2525
*
2626
*/
2727
HTML?: boolean | {
28-
"html-minifier-terser"?: html_minifier_terser;
28+
"html-minifier-terser"?: html_minifier_terser | boolean;
2929
};
3030
/**
3131
* sharp option properties
3232
*
3333
*/
3434
Image?: boolean | {
35-
sharp?: sharp;
35+
sharp?: sharp | boolean;
3636
};
3737
/**
3838
* terser option properties
3939
*
4040
*/
4141
JavaScript?: boolean | {
42-
terser?: terser;
42+
terser?: terser | boolean;
4343
};
4444
/**
4545
* svgo option properties
4646
*
4747
*/
4848
SVG?: boolean | {
49-
svgo?: svgo;
49+
svgo?: svgo | boolean;
5050
};
5151
/**
5252
* Map to different file paths

Target/Variable/Option.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare const _default: {
2222
Exclude: false;
2323
CSS: {
2424
csso: import("../Interface/CSS/csso.js").default;
25-
lightningcss: import("../Interface/CSS/lightningcss.js").default;
25+
lightningcss: false;
2626
};
2727
HTML: {
2828
"html-minifier-terser": {

Target/Variable/Option.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)