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
Arrays don't really support non-numeric keys, so using ast.links means I loose the list of links whenever I perform an operation on the array like map or concat. If you want to read more, Andrew Dupont has a short essay on why this is harmful.
So, we should change the format of the AST to something like this:
Arrays don't really support non-numeric keys, so using
ast.links
means I loose the list of links whenever I perform an operation on the array likemap
orconcat
. If you want to read more, Andrew Dupont has a short essay on why this is harmful.So, we should change the format of the AST to something like this:
The text was updated successfully, but these errors were encountered: