mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
fix: export named
This commit is contained in:
parent
f9db96edcc
commit
2b536fe639
1 changed files with 1 additions and 0 deletions
|
@ -2583,6 +2583,7 @@ impl TsEsTreeBuilder {
|
||||||
self.ctx.commit_node(id)
|
self.ctx.commit_node(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
pub fn write_ts_mapped_type(
|
pub fn write_ts_mapped_type(
|
||||||
&mut self,
|
&mut self,
|
||||||
span: &Span,
|
span: &Span,
|
||||||
|
|
Loading…
Add table
Reference in a new issue