diff --git a/crates/wit-component/src/printing.rs b/crates/wit-component/src/printing.rs index e87ef8b135..e8efac6b6a 100644 --- a/crates/wit-component/src/printing.rs +++ b/crates/wit-component/src/printing.rs @@ -1229,6 +1229,7 @@ fn is_keyword(name: &str) -> bool { | "constructor" | "error-context" | "async" + | "map" ) }