We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e26cc commit fd6b9afCopy full SHA for fd6b9af
src/index.ts
@@ -1,7 +1,7 @@
1
-import { Mustache, winPath } from '@winner-fed/utils';
2
import { readFileSync } from 'node:fs';
3
import { dirname, join } from 'node:path';
4
import { fileURLToPath } from 'node:url';
+import { Mustache, winPath } from '@winner-fed/utils';
5
import type { IApi } from '@winner-fed/winjs';
6
7
// 获取当前模块的目录路径,兼容 ES 模块和 CommonJS
0 commit comments