Closed antvaset closed 1 week ago
Formatting check succeeded!
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
feature-multiplatform-cql-parser@0f3af36
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
9 New issues
0 Accepted issues
Measures
0 Security Hotspots
89.4% Coverage on New Code
0.0% Duplication on New Code
Overview
The front end is a Next.js app that has the Kotlin/JS- and Kotlin/WASM-based CQL parser dependencies pre-installed. It includes a simple
CqlPlayground
component that allows you to enter CQL code and see the parse tree. The parser also executes on the server when the page is server-side rendered.This is a starting point for a demo where the focus has also been to figure out the configuration and wiring for the Kotlin/JS and Kotlin/WASM builds.
Steps to run the app
1) Build the Java/Kotlin project in
/Src/java
(:cql:build
is enough) 2) Runnpm install
andnpm run dev
in/Src/js/cql-ui