attemt to fix ci

This commit is contained in:
kakkokari-gtyih 2025-01-21 22:45:00 +09:00
parent 23ada5aa70
commit 979999d781
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
*/
import { generate } from 'astring';
import * as estree from 'estree';
import { walk } from '../node_modules/estree-walker/src/index.js';
import type * as estree from 'estree';
import type * as estreeWalker from 'estree-walker';
import type { Plugin } from 'vite';