improve inline of /*@__PURE__*/ calls (#3865)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user