diff --git a/src/bun.js/bindings/JSBundlerPlugin.cpp b/src/bun.js/bindings/JSBundlerPlugin.cpp index ec067ce366..49154e3198 100644 --- a/src/bun.js/bindings/JSBundlerPlugin.cpp +++ b/src/bun.js/bindings/JSBundlerPlugin.cpp @@ -652,7 +652,7 @@ extern "C" int JSBundlerPlugin__callOnBeforeParsePlugins( void* bunContextPtr, const BunString* namespaceStr, const BunString* pathString, - BundlerPlugin::OnBeforeParseArguments* onBeforeParseArgs, + OnBeforeParseArguments* onBeforeParseArgs, void* onBeforeParseResult, int* shouldContinue) {