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

feat: use hast instead of jsdom #12

Merged
merged 18 commits into from
Mar 16, 2022
Merged

feat: use hast instead of jsdom #12

merged 18 commits into from
Mar 16, 2022

Conversation

tripodsan
Copy link
Contributor

fixes #11

@tripodsan tripodsan self-assigned this Mar 8, 2022
@github-actions
Copy link

This PR will trigger a minor release when merged.

@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

Merging #12 (e3dd6a1) into main (b306f00) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #12    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           44        41     -3     
  Lines         3286      2717   -569     
==========================================
- Hits          3286      2717   -569     
Impacted Files Coverage Δ
src/PipelineContent.js 100.00% <100.00%> (ø)
src/html-pipe.js 100.00% <100.00%> (ø)
src/steps/add-heading-ids.js 100.00% <100.00%> (ø)
src/steps/create-page-blocks.js 100.00% <100.00%> (ø)
src/steps/create-pictures.js 100.00% <100.00%> (ø)
src/steps/extract-metadata.js 100.00% <100.00%> (ø)
src/steps/fix-sections.js 100.00% <100.00%> (ø)
src/steps/get-metadata.js 100.00% <100.00%> (ø)
src/steps/make-html.js 100.00% <100.00%> (ø)
src/steps/removeHlxProps.js 100.00% <100.00%> (ø)
... and 9 more

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 7560122...e3dd6a1. Read the comment docs.

@tripodsan tripodsan changed the title WIP: feat: use hast instead of jsdom feat: use hast instead of jsdom Mar 10, 2022
@tripodsan
Copy link
Contributor Author

still needs a fix...

@tripodsan tripodsan changed the title feat: use hast instead of jsdom wip: feat: use hast instead of jsdom Mar 11, 2022
@tripodsan tripodsan changed the title wip: feat: use hast instead of jsdom feat: use hast instead of jsdom Mar 11, 2022
@tripodsan tripodsan changed the title feat: use hast instead of jsdom wip: feat: use hast instead of jsdom Mar 11, 2022
@tripodsan tripodsan merged commit bee0a0b into main Mar 16, 2022
@tripodsan tripodsan deleted the use-hast branch March 16, 2022 09:15
@tripodsan tripodsan changed the title wip: feat: use hast instead of jsdom feat: use hast instead of jsdom Mar 16, 2022
github-actions bot pushed a commit that referenced this pull request Mar 16, 2022
# [1.2.0](v1.1.3...v1.2.0) (2022-03-16)

### Features

* use hast instead of jsdom ([#12](#12)) ([bee0a0b](bee0a0b)), closes [#11](#11)
@github-actions
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

replace jsdom with hast
3 participants