The LaunchDarkly SDK team monitors the issue tracker in the SDK repository for bug reports and feature requests. Note that this is meant to remain a lightweight library, so major feature additions are unlikely unless the LaunchDarkly SDK projects have new testing needs.
We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly team will add themselves.
To install project dependencies, from the project root directory:
npm install
To compile the TypeScript code to JS:
npm run build
To run all unit tests:
npm test