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

fix: lazy process check #36

Merged
merged 2 commits into from
Jul 31, 2020
Merged

fix: lazy process check #36

merged 2 commits into from
Jul 31, 2020

Conversation

lukeed
Copy link
Owner

@lukeed lukeed commented Jul 31, 2020

Allows browser-based imports to bypass the need to shim process.env and process.stdout.

Note: Only basic ANSI color codes (red, blue, bgYellow, etc -- no modifiers) work in the browser.


Related: lukeed/uvu#37

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2020

Codecov Report

Merging #36 into master will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   98.70%   98.77%   +0.06%     
==========================================
  Files           2        2              
  Lines         155      163       +8     
  Branches       30       29       -1     
==========================================
+ Hits          153      161       +8     
+ Misses          2        1       -1     
- Partials        0        1       +1     
Impacted Files Coverage Δ
colors.mjs 98.11% <100.00%> (+0.15%) ⬆️
index.mjs 99.09% <100.00%> (+0.03%) ⬆️

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 a9b0ac4...2a4e7b3. Read the comment docs.

@lukeed lukeed merged commit 303e502 into master Jul 31, 2020
@lukeed lukeed deleted the chore/process branch July 31, 2020 18:08
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.

2 participants