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

Build preliminary CQL parsing library targeting JS #1434

Conversation

antvaset
Copy link
Contributor

@antvaset antvaset commented Nov 1, 2024

Making adjustments to the Kotlin/JS build after reading through the docs (Set up a Kotlin/JS project onwards) and doing a lot of experimenting with different setups.

The build will generate a ready-to-use package with ES modules and type definitions under build/js/packages/cql-all-cql. This can be distributed as a preliminary CQL parsing library that exports the parseToTree(cql: string) => string method.

Copy link

github-actions bot commented Nov 1, 2024

Formatting check succeeded!

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (feature-multiplatform-cql-parser@59c02a6). Learn more about missing BASE report.

Additional details and impacted files
@@                         Coverage Diff                         @@
##             feature-multiplatform-cql-parser    #1434   +/-   ##
===================================================================
  Coverage                                    ?   64.26%           
  Complexity                                  ?     2119           
===================================================================
  Files                                       ?      493           
  Lines                                       ?    27817           
  Branches                                    ?     5503           
===================================================================
  Hits                                        ?    17876           
  Misses                                      ?     7714           
  Partials                                    ?     2227           

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

@JPercival JPercival merged commit 31a19dc into feature-multiplatform-cql-parser Nov 4, 2024
5 checks passed
@JPercival JPercival deleted the feature-multiplatform-cql-parser-patch branch November 4, 2024 02:48
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.

2 participants