Skip to content

Commit

Permalink
some more design sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Nov 19, 2024
1 parent b50fa0e commit 8b5e86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v0.5/fastn-compiler/src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ struct Compiler {
bag: std::collections::HashMap<string_interner::DefaultSymbol, fastn_unresolved::LookupResult>,
#[expect(unused)]
auto_imports: Vec<fastn_section::AutoImport>,
/// checkout resolve_document for why this is an Option
content: Option<
Vec<
fastn_unresolved::UR<
Expand Down

0 comments on commit 8b5e86a

Please sign in to comment.