File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
* Pre-build cjs packages that cannot be bundled well.
3
3
*/
4
4
import esbuild from 'esbuild'
5
- import path from 'path '
5
+ import path from 'pathe '
6
6
import fs from 'fs'
7
7
import { fileURLToPath } from 'url'
8
8
Original file line number Diff line number Diff line change 1
1
import type { DefaultTheme } from 'vitepress'
2
2
import { defineConfig } from 'vitepress'
3
- import path from 'path '
3
+ import path from 'pathe '
4
4
import { fileURLToPath } from 'url'
5
5
import { viteCommonjs , vitePluginRequireResolve } from './vite-plugin.mjs'
6
6
Original file line number Diff line number Diff line change 1
1
import type { UserConfig } from 'vitepress'
2
- import path from 'path '
2
+ import path from 'pathe '
3
3
import { fileURLToPath } from 'url'
4
4
import esbuild from 'esbuild'
5
5
type Plugin = Extract <
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ module.exports = {
259
259
}
260
260
261
261
/**
262
+ * @param {RuleFixer } fixer
262
263
* @param {Property } propertyNode
263
264
* @param {Property } unorderedPropertyNode
264
265
*/
Original file line number Diff line number Diff line change 92
92
"markdownlint-cli" : " ^0.41.0" ,
93
93
"mocha" : " ^10.3.0" ,
94
94
"nyc" : " ^17.0.0" ,
95
+ "pathe" : " ^1.1.2" ,
95
96
"prettier" : " ^3.2.5" ,
96
97
"typescript" : " ^5.3.3" ,
97
98
"vitepress" : " ^1.0.0-rc.42"
You can’t perform that action at this time.
0 commit comments