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

Export list of query types #158

Merged
merged 3 commits into from
Feb 27, 2025
Merged

Export list of query types #158

merged 3 commits into from
Feb 27, 2025

Conversation

leo
Copy link
Member

@leo leo commented Feb 27, 2025

This change exports the list of all query types from the compiler, to ensure that other parts of the system (such as the client) don't need to re-define them.

@leo leo added the enhancement New feature or request label Feb 27, 2025
@leo leo requested review from NuroDev and colodenn February 27, 2025 11:18
Copy link

Released an experimental package:

bun add @ronin/compiler@leo-ron-1113-experimental-403

This package will be removed after the pull request has been merged.

@leo leo marked this pull request as ready for review February 27, 2025 11:19
@leo leo enabled auto-merge (squash) February 27, 2025 11:19
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
src/instructions/selecting.ts 100.00% <100.00%> (ø)
src/instructions/to.ts 100.00% <100.00%> (ø)
src/instructions/using.ts 100.00% <100.00%> (ø)
src/model/defaults.ts 100.00% <100.00%> (ø)
src/model/index.ts 100.00% <100.00%> (ø)
src/utils/constants.ts 100.00% <100.00%> (ø)
src/utils/helpers.ts 100.00% <ø> (ø)
src/utils/index.ts 100.00% <100.00%> (ø)
src/utils/statement.ts 100.00% <100.00%> (ø)

@leo leo merged commit 26b1f05 into main Feb 27, 2025
4 checks passed
@leo leo deleted the leo/ron-1113 branch February 27, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants