Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
typescript type definitions (#34)
Browse files Browse the repository at this point in the history
* feat: Add typings for LDClient (#32)

* typescript type definitions

* typedoc

* PR feedback

* fix typos

* setting default values to override platform inconsistencies
  • Loading branch information
bwoskow-ld authored Feb 7, 2020
1 parent 348c243 commit 12123fc
Show file tree
Hide file tree
Showing 8 changed files with 1,931 additions and 4 deletions.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,19 @@ jobs:
- run: cp -r ../project/ ../hello-react-native/node_modules/launchdarkly-react-native-client-sdk/
- run: cd ../hello-react-native && react-native run-ios --configuration Release --simulator rn-ios

common:
docker:
- image: circleci/node:11.10.1
steps:
- checkout

- run: npm install
- run: npm run check-typescript

workflows:
version: 2
android-ios:
jobs:
- android
- ios
- ios
- common
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ build/
.gradle
local.properties
*.iml
org.eclipse*
android/.project
android/.classpath

# BUCK
buck-out/
\.buckd/
*.keystore

# Auto-generated
test-types.js
Loading

0 comments on commit 12123fc

Please sign in to comment.