Update mozilla-ast.js
This commit is contained in:
parent
a378330ca6
commit
d1fbe94a60
|
|
@ -668,6 +668,7 @@
|
|||
type: "ArrowFunctionExpression",
|
||||
async: is_async(M),
|
||||
params: params,
|
||||
expression: !!M.value,
|
||||
body: M.value ? to_moz(M.value) : to_moz_scope("BlockStatement", M),
|
||||
};
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user