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
I'm going to change the signature of the createTree function to take an options object so we can have named parameters instead of relying on argument order. It might be trickier to make it work in the filter on the carnap side, but it'll make it much easier to add options later.
option to show debug info (JSONView) or not (default=false)
configure label to use instead of 'Struct' rule (default='Struct')
The text was updated successfully, but these errors were encountered:
I'm going to change the signature of the createTree function to take an options object so we can have named parameters instead of relying on argument order. It might be trickier to make it work in the filter on the carnap side, but it'll make it much easier to add options later.
The text was updated successfully, but these errors were encountered: