improve inline of /*@__PURE__*/ calls (#3865)

This commit is contained in:
Alex Lam S.L
2020-05-10 00:16:09 +01:00
committed by GitHub
parent 97728c4f0b
commit abb8ae02a5
2 changed files with 77 additions and 1 deletions

View File

@@ -745,7 +745,7 @@ function must_be_expressions(node, prop) {
});
}
var AST_Call = DEFNODE("Call", "expression args", {
var AST_Call = DEFNODE("Call", "expression args pure", {
$documentation: "A function call expression",
$propdoc: {
expression: "[AST_Node] expression to invoke as function",