Open joshwiens opened 7 years ago
:exclamation: No coverage uploaded for pull request base (
master@a2ddc3e
). Click here to learn what that means. The diff coverage is0%
.
@@ Coverage Diff @@
## master #51 +/- ##
======================================
Coverage ? 0%
======================================
Files ? 2
Lines ? 14
Branches ? 4
======================================
Hits ? 0
Misses ? 11
Partials ? 3
Impacted Files | Coverage Δ | |
---|---|---|
src/cjs.js | 0% <0%> (ø) |
|
src/index.js | 0% <0%> (ø) |
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 a2ddc3e...67f4ea4. Read the comment docs.
We need to be careful with what is exported here aswell as the main part is the named export for the pitching loader export function pitch () {...}
, so we better double check :)
I was actually just looking at that. iirc etwp is the same way? no?
Any way it goes, i'm not merging it. I'll push a beta directly from this branch. I'm not big on majors without a supporting test suite
src/cjs.js
const loader = require('./index');
module.exports = loader.default;
module.exports.pitch = loader.pitch;
? Not 💯 :)
cc @evilebottnawi
I'm 90% sure you are right about that
:exclamation: No coverage uploaded for pull request base (
master@a2ddc3e
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #51 +/- ##
========================================
Coverage ? 0.00%
========================================
Files ? 2
Lines ? 14
Branches ? 4
========================================
Hits ? 0
Misses ? 11
Partials ? 3
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 a2ddc3e...67f4ea4. Read the comment docs.
Intended to be merged & released as a part of
1.0.0
on a betadist-tag
once this has been finished and properly tested.BREAKING CHANGE:
Enforces NodeJS > 4.3 via engines
Closes #43