File tree 5 files changed +857
-838
lines changed
5 files changed +857
-838
lines changed Original file line number Diff line number Diff line change 38
38
"@commitlint/config-conventional" : " ^19.7.1" ,
39
39
"@commitlint/prompt-cli" : " ^19.7.1" ,
40
40
"@commitlint/types" : " ^19.5.0" ,
41
- "@icebreakers/eslint-config" : " ^0.7.13 " ,
42
- "@icebreakers/monorepo" : " ^0.6.22 " ,
43
- "@icebreakers/stylelint-config" : " ^0.1.4 " ,
41
+ "@icebreakers/eslint-config" : " ^1.0.0 " ,
42
+ "@icebreakers/monorepo" : " ^0.7.1 " ,
43
+ "@icebreakers/stylelint-config" : " ^1.0.0 " ,
44
44
"@rollup/pluginutils" : " ^5.1.4" ,
45
45
"@tailwindcss-mangle/core" : " workspace:*" ,
46
46
"@tailwindcss-mangle/shared" : " workspace:*" ,
70
70
"dedent" : " ^1.5.3" ,
71
71
"defu" : " ^6.1.4" ,
72
72
"del" : " ^8.0.0" ,
73
- "eslint" : " ^9.19 .0" ,
73
+ "eslint" : " ^9.20 .0" ,
74
74
"execa" : " ^9.5.2" ,
75
75
"fast-glob" : " ^3.3.3" ,
76
76
"fs-extra" : " ^11.3.0" ,
94
94
"postcss7" : " npm:postcss@7" ,
95
95
"prettier" : " ^3.4.2" ,
96
96
"rimraf" : " ^6.0.1" ,
97
- "rollup" : " ^4.34.5 " ,
97
+ "rollup" : " ^4.34.6 " ,
98
98
"set-value" : " ^4.1.0" ,
99
99
"tailwindcss" : " ^3.4.17" ,
100
100
"tailwindcss-patch" : " workspace:*" ,
Original file line number Diff line number Diff line change 64
64
},
65
65
"dependencies" : {
66
66
"@ast-core/escape" : " ^1.0.1" ,
67
- "@babel/parser" : " ^7.26.7 " ,
68
- "@babel/traverse" : " ^7.26.7 " ,
69
- "@babel/types" : " ^7.26.7 " ,
67
+ "@babel/parser" : " ^7.26.8 " ,
68
+ "@babel/traverse" : " ^7.26.8 " ,
69
+ "@babel/types" : " ^7.26.8 " ,
70
70
"@tailwindcss-mangle/config" : " workspace:^" ,
71
71
"@tailwindcss-mangle/shared" : " workspace:^" ,
72
72
"fast-sort" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 71
71
}
72
72
},
73
73
"dependencies" : {
74
- "@babel/generator" : " ^7.26.5 " ,
75
- "@babel/parser" : " ^7.26.7 " ,
76
- "@babel/traverse" : " ^7.26.7 " ,
77
- "@babel/types" : " ^7.26.7 " ,
74
+ "@babel/generator" : " ^7.26.8 " ,
75
+ "@babel/parser" : " ^7.26.8 " ,
76
+ "@babel/traverse" : " ^7.26.8 " ,
77
+ "@babel/types" : " ^7.26.8 " ,
78
78
"@tailwindcss-mangle/config" : " workspace:^" ,
79
79
"@tailwindcss/node" : " ^4.0.4" ,
80
80
"@tailwindcss/oxide" : " ^4.0.4" ,
Original file line number Diff line number Diff line change 1
1
import process from 'node:process'
2
2
import { defu } from '@tailwindcss-mangle/shared'
3
- import { __unstable__loadDesignSystem , compile } from '@tailwindcss/node'
3
+ import { __unstable__loadDesignSystem } from '@tailwindcss/node'
4
4
import { Scanner } from '@tailwindcss/oxide'
5
5
6
- // export async function xxx(css: string, opts: CompileOptions = {}) {
7
- // const result = await parseCss(CSS.parse(css), opts)
8
- // return result.designSystem
9
- // }
10
-
11
6
export async function extractRawCandidates (
12
7
content : string ,
13
8
extension : string = 'html' ,
You can’t perform that action at this time.
0 commit comments