chore: adding scaffolding for OF node server provider#1356
chore: adding scaffolding for OF node server provider#1356
Conversation
|
@cursor review |
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/browser size report |
|
@launchdarkly/js-client-sdk-common size report |
aca1b27 to
a1477d5
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a1477d5. Configure here.
Note
Low Risk
Low risk: primarily adds a new workspace package scaffold and release/build wiring, with no functional provider implementation yet (only a new re-export in the shared OpenFeature common package).
Overview
Introduces a new workspace package,
@launchdarkly/openfeature-node-server, including initial build/test/tooling config (tsup,tsconfig,jest) and documentation, but with an emptysrc/index.tsplaceholder for a follow-up provider implementation.Wires the new package into the monorepo and release automation by updating root
package.jsonworkspaces, roottsconfigproject references,release-pleaseconfig/manifest, and adds.claude/stacksto.gitignore. Also re-exportstranslateContextfrom@launchdarkly/openfeature-js-server-commonto make it part of that package’s public API.Reviewed by Cursor Bugbot for commit a1477d5. Bugbot is set up for automated code reviews on this repo. Configure here.