launchdarkly / node-server-sdk

LaunchDarkly Server-side SDK for Node
Other
79 stars 65 forks source link

fix LDFlagsState interface #116

Closed PsychicCat closed 6 years ago

PsychicCat commented 6 years ago

The = is breaking compilation

node_modules/ldclient-node/index.d.ts:54:33 - error TS1005: '{' expected.
54   export interface LDFlagsState = {
eli-darkly commented 6 years ago

Oh no! Sorry about that - we'll put out a patch release shortly (and will look into adding type file validation to our build). Thanks for the fix.

eli-darkly commented 6 years ago

Released 5.3.2 with this and another syntax fix.