0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

fix: export named

This commit is contained in:
Marvin Hagemeister 2025-02-05 14:42:14 +01:00
parent f9db96edcc
commit 2b536fe639

View file

@ -2583,6 +2583,7 @@ impl TsEsTreeBuilder {
self.ctx.commit_node(id)
}
#[allow(clippy::too_many_arguments)]
pub fn write_ts_mapped_type(
&mut self,
span: &Span,