mirror of
https://github.com/typst/typst
synced 2025-07-28 14:57:54 +08:00
Introspect twice
This commit is contained in:
parent
901e4c6a95
commit
47f7d085f4
@ -86,6 +86,7 @@ fn layout_document_impl(
|
||||
)?;
|
||||
|
||||
let pages = layout_pages(&mut engine, &mut children, &mut locator, styles)?;
|
||||
std::hint::black_box(introspect_pages(&pages));
|
||||
let introspector = introspect_pages(&pages);
|
||||
|
||||
Ok(PagedDocument { pages, info, introspector })
|
||||
|
Loading…
x
Reference in New Issue
Block a user