Closed stefanprobst closed 1 year ago
If you can fix the tests then we can get this merged. Thanks.
do you mean the type error? - i think this is unrelated - current main
has the same error in the logs
Merging #179 (998436b) into main (8f0b681) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #179 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 280 296 +16
Branches 1 1
=========================================
+ Hits 280 296 +16
Impacted Files | Coverage Δ | |
---|---|---|
src/index.js | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@All-contributors please add @stefanprobst for code and tests
@kentcdodds
I've put up a pull request to add @stefanprobst! :tada:
:tada: This PR is included in version 9.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What: support providing input
source
asVfile
with fullpath
, which can be accessed by plugins onvfile.path
Why: being able to pass input to a
unified
pipeline asVFile
is expected to work in the ecosystem i think. also, providingremark
/rehype
plugins with an actual source file path can be useful.How: see below
Checklist: