unifiedjs / unified

☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
https://unifiedjs.com
MIT License
4.49k stars 110 forks source link

Fix types to support booleans #147

Closed ChristianMurphy closed 3 years ago

ChristianMurphy commented 3 years ago

… Plugin settings

Initial checklist

Description of changes

Follow up to https://github.com/unifiedjs/unified/pull/145#discussion_r663525201 Tests for boolean support should still pass https://github.com/unifiedjs/unified/blob/5167c49ce7e02fcd518adae0acda80ccd4e97400/types/unified-tests.ts#L80-L85

codecov-commenter commented 3 years ago

Codecov Report

Merging #147 (499c8a4) into main (5167c49) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #147   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          452       452           
=========================================
  Hits           452       452           

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 5167c49...499c8a4. Read the comment docs.

github-actions[bot] commented 3 years ago

Hi! This was closed. Team: If this was merged, please describe when this is likely to be released. Otherwise, please add one of the no/* labels.

wooorm commented 3 years ago

nice!