From 6da6066bf148647a0744622ec5b3f9d446daaa55 Mon Sep 17 00:00:00 2001 From: "Richard (Rikki) Andrew Cattermole" Date: Wed, 12 Mar 2025 12:29:09 +1300 Subject: [PATCH] Fix dub file for dscanner (#20978) --- dub.sdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dub.sdl b/dub.sdl index 5cd4e2aedc..29394a7dd7 100644 --- a/dub.sdl +++ b/dub.sdl @@ -103,12 +103,15 @@ subPackage { console,\ entity,\ errors,\ + errorsink,\ file_manager,\ globals,\ id,\ identifier,\ lexer,\ + location,\ parse,\ + sarif,\ tokens,\ utf,\ utils,\