summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/routines.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/routines.rs')
-rw-r--r--crates/typst-library/src/routines.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/typst-library/src/routines.rs b/crates/typst-library/src/routines.rs
index 6db99ba5..a81806fd 100644
--- a/crates/typst-library/src/routines.rs
+++ b/crates/typst-library/src/routines.rs
@@ -8,8 +8,8 @@ use typst_utils::LazyHash;
use crate::diag::SourceResult;
use crate::engine::{Engine, Route, Sink, Traced};
use crate::foundations::{
- Args, Closure, Content, Context, Func, NativeRuleMap, Scope, StyleChain, Styles,
- Value,
+ Args, Closure, Content, Context, Func, Module, NativeRuleMap, Scope, StyleChain,
+ Styles, Value,
};
use crate::introspection::{Introspector, Locator, SplitLocator};
use crate::layout::{Frame, Region};
@@ -92,6 +92,9 @@ routines! {
styles: StyleChain,
region: Region,
) -> SourceResult<Frame>
+
+ /// Constructs the `html` module.
+ fn html_module() -> Module
}
/// Defines what kind of realization we are performing.