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

docs(yaml): improve yaml document #5127

Merged
merged 7 commits into from
Jun 25, 2024
Merged

docs(yaml): improve yaml document #5127

merged 7 commits into from
Jun 25, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 25, 2024

part of #3764

This PR documents parse and stringify of yaml package. I skipped documenting other items (such as Schema, Type, etc) as they are planned to be excluded from public APIs #5117

@github-actions github-actions bot added the yaml label Jun 25, 2024
yaml/parse.ts Show resolved Hide resolved
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.72%. Comparing base (a4d4e51) to head (28b487d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5127   +/-   ##
=======================================
  Coverage   92.71%   92.72%           
=======================================
  Files         480      480           
  Lines       38350    38351    +1     
  Branches     5400     5401    +1     
=======================================
+ Hits        35558    35561    +3     
+ Misses       2739     2734    -5     
- Partials       53       56    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

yaml/parse.ts Outdated Show resolved Hide resolved
yaml/parse.ts Outdated Show resolved Hide resolved
yaml/schema/mod.ts Outdated Show resolved Hide resolved
yaml/parse.ts Outdated Show resolved Hide resolved
yaml/schema/mod.ts Outdated Show resolved Hide resolved
@kt3k kt3k merged commit 9411d09 into denoland:main Jun 25, 2024
17 checks passed
@kt3k kt3k deleted the document-yaml branch June 25, 2024 06:02
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.

2 participants