File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 * Pre-build cjs packages that cannot be bundled well.
33 */
44import esbuild from 'esbuild'
5- import path from 'path '
5+ import path from 'pathe '
66import fs from 'fs'
77import { fileURLToPath } from 'url'
88
Original file line number Diff line number Diff line change 11import type { DefaultTheme } from 'vitepress'
22import { defineConfig } from 'vitepress'
3- import path from 'path '
3+ import path from 'pathe '
44import { fileURLToPath } from 'url'
55import { viteCommonjs , vitePluginRequireResolve } from './vite-plugin.mjs'
66
Original file line number Diff line number Diff line change 11import type { UserConfig } from 'vitepress'
2- import path from 'path '
2+ import path from 'pathe '
33import { fileURLToPath } from 'url'
44import esbuild from 'esbuild'
55type Plugin = Extract <
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ module.exports = {
259259 }
260260
261261 /**
262+ * @param {RuleFixer } fixer
262263 * @param {Property } propertyNode
263264 * @param {Property } unorderedPropertyNode
264265 */
Original file line number Diff line number Diff line change 9292 "markdownlint-cli" : " ^0.41.0" ,
9393 "mocha" : " ^10.3.0" ,
9494 "nyc" : " ^17.0.0" ,
95+ "pathe" : " ^1.1.2" ,
9596 "prettier" : " ^3.2.5" ,
9697 "typescript" : " ^5.3.3" ,
9798 "vitepress" : " ^1.0.0-rc.42"
You can’t perform that action at this time.
0 commit comments