Skip to content

Commit

Permalink
refactor: rename v3 interface factory function
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 3, 2024
1 parent 9701c1f commit 866e1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function resolve(source: string, file: string, options?: NapiResolveOptio

export const interfaceVersion = 2

export function createOxcResolver(options?: NapiResolveOptions | null) {
export function createOxcImportResolver(options?: NapiResolveOptions | null) {
const resolver = new ResolverFactory(options)

return {
Expand Down

0 comments on commit 866e1ec

Please sign in to comment.