shuji
shuji copied to clipboard
Preserve original folder structure. Fix output dir malformations. Fix process crash.
This pull request addresses three different issues:
- Fixes a bug that crashed the process when a file failed to write.
- Fixes a bug that malformed the output dir when -o option is provided.
- Adds a feature to preserve the original folder structure of a source map.
Codecov Report
Merging #29 into master will decrease coverage by
0.66%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
- Coverage 91.33% 90.66% -0.67%
==========================================
Files 6 6
Lines 150 150
==========================================
- Hits 137 136 -1
- Misses 13 14 +1
Impacted Files | Coverage Δ | |
---|---|---|
bin/shuji.js | 82.6% <100%> (-0.73%) |
:arrow_down: |
lib/read-sources.js | 100% <100%> (ø) |
:arrow_up: |
lib/write-sources.js | 88.88% <85.71%> (-3.42%) |
:arrow_down: |
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 eb9cfb5...7e3d685. Read the comment docs.
I took two commits from here, README update and
Fixes a bug that crashed the process when a file failed to write.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and
0 Security Hotspots to review)
0 Code Smells
Similar functionality now released in v0.8.0
via #39