From a7ffd65fbcb22d924ee33a2a2d3726537ffd6fd8 Mon Sep 17 00:00:00 2001 From: Zack Radisic <56137411+zackradisic@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:07:33 -0800 Subject: [PATCH] Forgot to commit this --- src/bun.js/bindings/JSBundlerPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {