launchdarkly / js-core

LaunchDarkly monorepo for JavaScript SDKs
Other
12 stars 12 forks source link

feat: Implement support for hooks. #400

Closed kinyoklion closed 3 months ago

kinyoklion commented 3 months ago

Adds hook support.

More than 50% of the line count is unit testing and extending contract test support. I could potentially re-organize to simplify the review if needed.

yusinto commented 3 months ago

The PR size is fine to me. Thank you for your kind consideration though, appreciate that.

kinyoklion commented 3 months ago

I think I can move the hook execution code out of the client, but I would like to do that in a discreet PR.