refactor: clean up
This commit is contained in:
parent
5e2bf549ac
commit
3ca9847a03
3 changed files with 0 additions and 9 deletions
|
|
@ -69,7 +69,6 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
|
|||
if (ctx.type !== 'Identifier') return;
|
||||
if (ctx.name !== '_ctx') return;
|
||||
if (render.argument.body.type !== 'BlockStatement') return;
|
||||
//console.dir(render, { depth: Infinity });
|
||||
for (const [key, value] of moduleForest) {
|
||||
const cssModuleTreeNode = parent.body.find((x) => {
|
||||
if (x.type !== 'VariableDeclaration') return false;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@
|
|||
"vuedraggable": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.22.4",
|
||||
"@storybook/addon-actions": "7.0.18",
|
||||
"@storybook/addon-essentials": "7.0.18",
|
||||
"@storybook/addon-interactions": "7.0.18",
|
||||
|
|
@ -99,7 +98,6 @@
|
|||
"@storybook/vue3-vite": "7.0.18",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/vue": "7.0.0",
|
||||
"@types/babel__traverse": "^7.20.0",
|
||||
"@types/escape-regexp": "0.0.1",
|
||||
"@types/estree": "1.0.1",
|
||||
"@types/gulp": "4.0.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue