mirror of
https://github.com/directus/directus.git
synced 2026-01-28 15:28:24 -05:00
* Refactor parseFilter to only flatten filter entries that need it * Fixed typescript check * Use custom get function instead of lodash's. * Improved get function readability * Allow null result from shared parseFilter * Add missing defaultValue in get function * Change parseFilter argument type from Record<string, any> to Filter | null Co-authored-by: ian <licitdev@gmail.com>
@directus/shared
Code shared between all directus packages.