Skip to content

Conversation

@fratzinger
Copy link
Member

  • 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

- 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
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 2, 2024

Deploying feathers-dove with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5f05516
Status: ✅  Deploy successful!
Preview URL: https://240c0d13.feathers.pages.dev
Branch Preview URL: https://refactor-commons-named-expor.feathers.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants