configcat / node-sdk

ConfigCat SDK for Node.js. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/node
MIT License
19 stars 7 forks source link

Add option to generate declaration map #13

Closed ethamitc closed 4 years ago

ethamitc commented 4 years ago

this generates a .d.ts file which allows editors such as Atom or Visual Studio code to use code completion and other features that integrates the SDK into the editor.

codecov-io commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 10.83%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
- Coverage   70.83%   60.00%   -10.84%     
===========================================
  Files           2        2               
  Lines          48       35       -13     
  Branches        8        8               
===========================================
- Hits           34       21       -13     
  Misses         11       11               
  Partials        3        3               
Impacted Files Coverage Δ
src/client.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d97fef...e598697. Read the comment docs.

laliconfigcat commented 4 years ago

Thanks for your PR!