rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

feat(parse): add switches and params for src-block #91

Closed venikx closed 10 months ago

venikx commented 10 months ago

Exposes switches and parameters of the src-block, so we can reference these later in the pipeline.

Reason? I depend on :exports none to prep some data behind the scenes, that I don't want to expose to the reader.

changeset-bot[bot] commented 10 months ago

🦋 Changeset detected

Latest commit: 041eb9743cbb95bff692eebf821777d2622c09d9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | -------------- | ----- | | uniorg-parse | Minor | | @uniorgjs/orgx | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 10 months ago

Codecov Report

Merging #91 (041eb97) into master (c47bbd1) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   96.31%   96.32%           
=======================================
  Files          15       15           
  Lines        1820     1822    +2     
  Branches      599      601    +2     
=======================================
+ Hits         1753     1755    +2     
  Misses         66       66           
  Partials        1        1           
Files Coverage Δ
packages/uniorg-parse/src/parser.ts 95.64% <100.00%> (+<0.01%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

rasendubi commented 10 months ago

Thanks for your pull request!

rasendubi commented 10 months ago

This is now released as uniorg-parse@2.1.0