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
Some of the path-lookup related utility types in thi.ng/api & thi.ng/atom can & should be simplified using the newly available syntax and TS compiler features for variadic tuples. The current (older) implementations of these types is causing compiler errors in the latest TS 4.3.x and forced me to temporarily disable support for path lengths > 6 in thi.ng/atom's IReset and ISwap interfaces...
The relevant types needing to be updated/replaced are:
KeysN
ValN
Path0...Path8 & DeepPath
possibly any other related/referenced helper types
The text was updated successfully, but these errors were encountered:
Some of the path-lookup related utility types in thi.ng/api & thi.ng/atom can & should be simplified using the newly available syntax and TS compiler features for variadic tuples. The current (older) implementations of these types is causing compiler errors in the latest TS 4.3.x and forced me to temporarily disable support for path lengths > 6 in thi.ng/atom's
IReset
andISwap
interfaces...The relevant types needing to be updated/replaced are:
KeysN
ValN
Path0
...Path8
&DeepPath
The text was updated successfully, but these errors were encountered: