feathers
feathers copied to clipboard
refactor(commons): use named exports
- export every function directly
- improve 'some' & 'every' for early exit
- use 'Object.values' for 'values' instead of 'Object.keys.map' (2x perf)
- isObject: first check for null
- named imports from @feathersjs/commons in every package
- deprecate 'keys', use
Object.keys - deprecate 'values', use
Object.values - deprecate 'extend', use
Object.assign - use type guard for
isPromise,isObject&isObjectOrArray - add jsdoc comments
Deploying feathers-dove with
Cloudflare Pages
| Latest commit: |
e84edd0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://99253b07.feathers.pages.dev |
| Branch Preview URL: | https://refactor-commons-named-expor.feathers.pages.dev |