We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76523d commit c2ddd63Copy full SHA for c2ddd63
lib/change_detection/ast.dart
@@ -91,8 +91,7 @@ class PureFunctionAST extends AST {
91
/**
92
* SYNTAX: fn(arg0, arg1, ...)
93
*
94
- * Invoke a pure function. Pure means that the function has no state, and
95
- * therefore it needs to be re-computed only if its args change.
+ * Invoke a (non-pure) function.
96
*/
97
class ClosureAST extends AST {
98
final String name;
0 commit comments