File tree Expand file tree Collapse file tree 5 files changed +2864
-2446
lines changed Expand file tree Collapse file tree 5 files changed +2864
-2446
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ Please refer to [README.md](${githubLink}#readme)\n`
214
214
/ v i t e (? ! - ( p l u g i n - ( v u e - i n s p e c t o r | i n s p e c t ) | h o t - c l i e n t ) ) / ,
215
215
/ u n o c s s / ,
216
216
/ r o l l d o w n / ,
217
- / o x c (? ! - p r o j e c t \/ t y p e s ) / ,
217
+ / o x c (? ! - r e s o l v e r | - p r o j e c t \/ t y p e s ) / ,
218
218
] ,
219
219
} ) ,
220
220
...noDuplicatedPnpmLockfile ( {
Original file line number Diff line number Diff line change 2
2
"name" : " monorepo-vue-macros" ,
3
3
"version" : " 3.0.0-beta.10" ,
4
4
"private" : true ,
5
- "packageManager" : " pnpm@10.9 .0" ,
5
+ "packageManager" : " pnpm@10.10 .0" ,
6
6
"description" : " Monorepo for Vue Macros." ,
7
7
"type" : " module" ,
8
8
"author" : " 三咲智子 Kevin Deng <sxzz@sxzz.moe>" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function getRequire() {
8
8
try {
9
9
// @ts -expect-error check api
10
10
if ( globalThis . process ?. getBuiltinModule ) {
11
- const module = process . getBuiltinModule ( 'module' )
11
+ const module = process . getBuiltinModule ( 'node: module' )
12
12
// unenv has implemented `getBuiltinModule` but has yet to support `module.createRequire`
13
13
if ( module ?. createRequire ) {
14
14
return ( require = module . createRequire ( import . meta. url ) )
You can’t perform that action at this time.
0 commit comments