Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Adds support for WSL #107

Merged
merged 3 commits into from Jun 8, 2020
Merged

Adds support for WSL #107

merged 3 commits into from Jun 8, 2020

Conversation

ghost
Copy link

@ghost ghost commented Apr 28, 2020

  • adds is-wsl module as dependency
  • adds additional 'wsl' string literal to PlatformTypes
  • uses module to supplement os.platform() logic to account for possible
    WSL host

Addresses #106

- adds is-wsl module as dependency
- adds additional 'wsl' string literal to PlatformTypes
- uses module to supplement os.platform() logic to account for possible
WSL host
@salesforce-cla
Copy link

Thanks for the contribution! Before we can merge this, we need @campanalecp to sign the Salesforce.com Contributor License Agreement.

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #107       +/-   ##
==========================================
- Coverage   66.73%   0.00%   -66.74%     
==========================================
  Files           7       2        -5     
  Lines         457      12      -445     
  Branches      128       3      -125     
==========================================
- Hits          305       0      -305     
+ Misses        102      12       -90     
+ Partials       50       0       -50     
Impacted Files Coverage Δ
src/index.ts 0.00% <0.00%> (-100.00%) ⬇️
src/debug.ts 0.00% <0.00%> (-45.46%) ⬇️
src/plugin.ts
src/command.ts
src/util.ts
src/ts-node.ts

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 e47d497...7be286f. Read the comment docs.

package-lock.json Outdated Show resolved Hide resolved
src/config.ts Outdated Show resolved Hide resolved
- relocated from imports to section above primary class which includes
similar kinds of utility functions
Copy link
Contributor

@RasPhilCo RasPhilCo left a comment

Choose a reason for hiding this comment

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

🏄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants