Skip to content

Commit

Permalink
refactor: resolve helper sync compat
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 11, 2025
1 parent 0748119 commit 283ab20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/boot/tools/authorityViz.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ const run = async () => {
stdout: process.stdout,
fsp,
meta: {
resolve: metaResolve.resolve,
resolve: async (specifier, parent) =>
metaResolve.resolve(specifier, parent),
url: import.meta.url,
load: specifier => import(specifier),
},
Expand Down

0 comments on commit 283ab20

Please sign in to comment.