mirror of
https://github.com/denoland/deno.git
synced 2025-01-20 20:42:19 -05:00
WIP
This commit is contained in:
parent
695854ed0d
commit
da167b81f2
1 changed files with 2 additions and 2 deletions
|
@ -517,8 +517,8 @@ impl TsEsTreeBuilder {
|
|||
init: Option<NodeRef>,
|
||||
) -> NodeRef {
|
||||
self.ctx.begin_write(&offset);
|
||||
self.ctx.ref_field(id);
|
||||
self.ctx.ref_maybe_field(init);
|
||||
self.ctx.write_ref(id);
|
||||
self.ctx.write_maybe_ref(init);
|
||||
|
||||
offset
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue