diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-02 15:41:39 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-02 15:45:18 +0100 |
| commit | 9bc90c371fb41a2d6dc08eb4673e5be15f829514 (patch) | |
| tree | 454a47ce82c2229e79a139a8bdeaed9add1e0a14 /library/src/prelude.rs | |
| parent | 5110a41de1ca2236739ace2d37a1af912bb029f1 (diff) | |
Introspection
Diffstat (limited to 'library/src/prelude.rs')
| -rw-r--r-- | library/src/prelude.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/src/prelude.rs b/library/src/prelude.rs index e7d824cc..26a3c6c3 100644 --- a/library/src/prelude.rs +++ b/library/src/prelude.rs @@ -16,8 +16,9 @@ pub use typst::geom::*; #[doc(no_inline)] pub use typst::model::{ array, capability, castable, dict, dynamic, format_str, node, Args, Array, Cast, - Content, Dict, Finalize, Fold, Func, Label, Node, NodeId, Resolve, Selector, Show, - Smart, Str, StyleChain, StyleMap, StyleVec, Unlabellable, Value, Vm, Vt, + Content, Dict, Finalize, Fold, Func, Introspector, Label, Node, NodeId, Prepare, + Resolve, Selector, Show, Smart, StabilityProvider, Str, StyleChain, StyleMap, + StyleVec, Unlabellable, Value, Vm, Vt, }; #[doc(no_inline)] pub use typst::syntax::{Span, Spanned}; |
