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: add examples #127

Merged
merged 5 commits into from
Mar 7, 2023
Merged

docs: add examples #127

merged 5 commits into from
Mar 7, 2023

Conversation

RebeccaStevens
Copy link
Collaborator

@RebeccaStevens RebeccaStevens commented Feb 25, 2023

PR Checklist

Overview

Adds a bunch of examples.

@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #127 (8323412) into main (a3359fd) will decrease coverage by 0.47%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   21.80%   21.34%   -0.47%     
==========================================
  Files          18       18              
  Lines         431      431              
  Branches      171      171              
==========================================
- Hits           94       92       -2     
- Misses        315      316       +1     
- Partials       22       23       +1     
Flag Coverage Δ
4.2.4 ?
4.3.5 21.34% <ø> (ø)
4.4.4 21.34% <ø> (ø)
latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/comments.ts 0.00% <ø> (ø)
src/compilerOptions.ts 84.21% <ø> (ø)
src/flags.ts 100.00% <ø> (ø)
src/modifiers.ts 0.00% <ø> (ø)
src/nodes/typeGuards/compound.ts 40.90% <ø> (ø)
src/nodes/typeGuards/single.ts 0.00% <ø> (ø)
src/nodes/typeGuards/union.ts 1.94% <ø> (ø)
src/scopes.ts 0.00% <ø> (ø)
src/syntax.ts 91.66% <ø> (ø)
src/tokens.ts 0.00% <ø> (ø)
... and 6 more

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

Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!!

@RebeccaStevens RebeccaStevens enabled auto-merge (squash) March 7, 2023 01:43
@RebeccaStevens RebeccaStevens merged commit ca354f2 into main Mar 7, 2023
@RebeccaStevens RebeccaStevens deleted the examples branch March 7, 2023 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧪 Tooling: Ensure that all exported functions have a code example
2 participants