Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Browser-or-Node #158

Merged
merged 2 commits into from Oct 31, 2022
Merged

feat: add Browser-or-Node #158

merged 2 commits into from Oct 31, 2022

Conversation

KyleTryon
Copy link
Contributor

Resolved issues when loading the SDK in the browser due to usage of the process API which is node only.
Added a new zero-dependency package for easily determining the current environment for creating decision trees based on node vs browser.

@ghost
Copy link

ghost commented Oct 31, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 97.58% // Head: 97.29% // Decreases project coverage by -0.28% ⚠️

Coverage data is based on head (f4f8d08) compared to base (80c13b9).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   97.58%   97.29%   -0.29%     
==========================================
  Files          61       61              
  Lines         662      665       +3     
  Branches       65       66       +1     
==========================================
+ Hits          646      647       +1     
- Misses          5        6       +1     
- Partials       11       12       +1     
Impacted Files Coverage Δ
src/lib/Config/Pipeline/index.ts 88.23% <80.00%> (-11.77%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@Jaryt Jaryt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@KyleTryon KyleTryon merged commit 871b65b into main Oct 31, 2022
@KyleTryon KyleTryon deleted the feat/browser-or-node branch October 31, 2022 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants