@unocss/core 66.5.6 → 66.5.9
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -925,7 +925,7 @@ interface ContentOptions {
|
|
|
925
925
|
* By default, `.ts` and `.js` files are NOT extracted.
|
|
926
926
|
*
|
|
927
927
|
* @see https://www.npmjs.com/package/picomatch
|
|
928
|
-
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
928
|
+
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/]
|
|
929
929
|
*/
|
|
930
930
|
include?: FilterPattern;
|
|
931
931
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -925,7 +925,7 @@ interface ContentOptions {
|
|
|
925
925
|
* By default, `.ts` and `.js` files are NOT extracted.
|
|
926
926
|
*
|
|
927
927
|
* @see https://www.npmjs.com/package/picomatch
|
|
928
|
-
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
928
|
+
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|marko|html)($|\?)/]
|
|
929
929
|
*/
|
|
930
930
|
include?: FilterPattern;
|
|
931
931
|
/**
|
package/dist/index.mjs
CHANGED