From 8b5e86aec710061543b8d08a32ff1cf872564bc5 Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Wed, 20 Nov 2024 00:03:04 +0530 Subject: [PATCH] some more design sketch --- v0.5/fastn-compiler/src/compiler.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/v0.5/fastn-compiler/src/compiler.rs b/v0.5/fastn-compiler/src/compiler.rs index 33d490802..f73255eda 100644 --- a/v0.5/fastn-compiler/src/compiler.rs +++ b/v0.5/fastn-compiler/src/compiler.rs @@ -6,6 +6,7 @@ struct Compiler { bag: std::collections::HashMap, #[expect(unused)] auto_imports: Vec, + /// checkout resolve_document for why this is an Option content: Option< Vec< fastn_unresolved::UR<