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: path autocompletion for selectors #8

Merged
merged 6 commits into from
Dec 17, 2024
Merged

feat: path autocompletion for selectors #8

merged 6 commits into from
Dec 17, 2024

Conversation

zirkelc
Copy link
Owner

@zirkelc zirkelc commented Dec 16, 2024

Adds path autocompletion for selectors

Copy link

changeset-bot bot commented Dec 16, 2024

🦋 Changeset detected

Latest commit: d178a2d

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

This PR includes changesets to release 3 packages
Name Type
middy-store Minor
middy-store-dynamodb Patch
middy-store-s3 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

Copy link
Contributor

github-actions bot commented Dec 16, 2024

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 54.59% (🎯 80%) 594 / 1088
🔴 Statements 54.59% (🎯 80%) 594 / 1088
🔴 Functions 77.02% (🎯 80%) 57 / 74
🟢 Branches 81.81% (🎯 80%) 207 / 253
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/core/vitest.configt.ts 0% 0% 0% 0% 1-13
packages/core/src/store.ts 94.48% 95.12% 85.71% 94.48% 282-284, 300-304
packages/core/src/utils.ts 94.2% 96.2% 92.85% 94.2% 73-74, 117-118, 209-212
Generated in workflow #73 for commit d178a2d by the Vitest Coverage Report Action

Copy link

pkg-pr-new bot commented Dec 16, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/zirkelc/middy-store@8
pnpm add https://pkg.pr.new/zirkelc/middy-store/middy-store-dynamodb@8
pnpm add https://pkg.pr.new/zirkelc/middy-store/middy-store-s3@8

commit: d178a2d

@zirkelc zirkelc merged commit 03a27ca into main Dec 17, 2024
4 checks passed
@zirkelc zirkelc deleted the paths branch December 17, 2024 06:51
@zirkelc zirkelc linked an issue Dec 17, 2024 that may be closed by this pull request
@zirkelc zirkelc mentioned this pull request Dec 17, 2024
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.

Feature: autocomplete for selector
1 participant