Appearance
import { getDeps } from 't-comm'; // 不支持 tree-shaking 的项目 import { getDeps} from 't-comm/lib/rollup/index'; // 只支持 ESM 的项目 import { getDeps} from 't-comm/es/rollup/index';
getDeps(dir)
描述:
获取依赖列表
参数:
目录
返回:
dependenciesList