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
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Description
toPath()
returns results in the following form :['foo', 1, [1, 3]]
Determining the type of a path step relies on type assertion.
I think it would be better to have a more formal type for path steps :
[[prop, 'foo'], [index, 1], [slice, 1, 3]]
prop
,index
andslice
being symbols exported bypath
namespace (see #147).The text was updated successfully, but these errors were encountered: