mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -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>,
|
init: Option<NodeRef>,
|
||||||
) -> NodeRef {
|
) -> NodeRef {
|
||||||
self.ctx.begin_write(&offset);
|
self.ctx.begin_write(&offset);
|
||||||
self.ctx.ref_field(id);
|
self.ctx.write_ref(id);
|
||||||
self.ctx.ref_maybe_field(init);
|
self.ctx.write_maybe_ref(init);
|
||||||
|
|
||||||
offset
|
offset
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue