Skip to content

Support stdout #387

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

Merged
merged 3 commits into from
Nov 26, 2020
Merged

Support stdout #387

merged 3 commits into from
Nov 26, 2020

Conversation

drwpow
Copy link
Contributor

@drwpow drwpow commented Nov 26, 2020

Fixes #279. Now makes the -o flag optional if you’d like to instead output with stdout.

If you choose to do so, the normal console.logs are hidden.

@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #387 (9a9d2e7) into main (e73e0d3) will increase coverage by 0.52%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #387      +/-   ##
==========================================
+ Coverage   92.91%   93.43%   +0.52%     
==========================================
  Files           5        5              
  Lines         268      259       -9     
  Branches       90       84       -6     
==========================================
- Hits          249      242       -7     
  Misses         13       13              
+ Partials        6        4       -2     
Impacted Files Coverage Δ
src/index.ts 81.81% <50.00%> (ø)
src/property-mapper.ts 84.21% <50.00%> (ø)
src/v2.ts 84.61% <87.50%> (+0.89%) ⬆️
src/v3.ts 96.89% <93.54%> (+0.63%) ⬆️
src/utils.ts 100.00% <100.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 75fed40...9a9d2e7. Read the comment docs.

@drwpow drwpow merged commit c02e054 into main Nov 26, 2020
@drwpow drwpow deleted the drwpow/stdout branch November 26, 2020 22:31
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.

Types are not sent to stdout if -o is omitted
1 participant