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
Differently named types for array and string operations are littered through out and should be consolidated and cleaned up (cleaned-up in the cases where they are defining auxillary types that we've already created (see src/jsPlatform/array/types etc.).
fjl
- Move 'src/list/types' PredForSlice and PredForIndexable to 'src/types/data'
- Types in 'src/platform/types' should be moved to 'src/types'
The text was updated successfully, but these errors were encountered:
…' references to point to '**/types' (since types will be/may be moved around, as part of this fix makes sense to keep the paths this way going forward to allow for these kind of edits to happen).
Differently named types for array and string operations are littered through out and should be consolidated and cleaned up (cleaned-up in the cases where they are defining auxillary types that we've already created (see
src/jsPlatform/array/types
etc.).PredForSlice
andPredForIndexable
to 'src/types/data'The text was updated successfully, but these errors were encountered: