You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ category: breaking
5
5
The types of some classes have been changed, and these changes may break existing code.
6
6
Other classes and predicates have been renamed, in these cases the old name is still available as a deprecated feature.
7
7
8
-
* The basetype of the following list of classes has changed from an expression to a dataflow node, and and thus code using these classes might break.
8
+
* The basetype of the following list of classes has changed from an expression to a dataflow node, and thus code using these classes might break.
9
9
The fix to these breakages is usually to use `asExpr()` to get an expression from a dataflow node, or to use `.flow()` to get a dataflow node from an expression.
0 commit comments