Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

Implemented ternary conditional expression #565

Closed ByteWolf-dev closed 1 month ago

ByteWolf-dev commented 1 month ago

What type of change does this PR perform?

Summary

Implemented ternary conditional expression.

Closes #534

Detailed Changelog

Added

Does this PR create new warnings?

None.

Linked issues or PRs

github-actions[bot] commented 1 month ago

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
./kipper/web/kipper-standalone.min.js 137.36 KB (0%) 2.8 s (0%) 470 ms (+31.55% 🔺) 3.3 s
./kipper/web/kipper-standalone.js 137.4 KB (0%) 2.8 s (0%) 492 ms (+37.08% 🔺) 3.3 s
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.22%. Comparing base (8869ef0) to head (0a0fcdb).

Files Patch % Lines
...ore/src/compiler/analysis/analyser/type-checker.ts 66.66% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-next #565 +/- ## ============================================ + Coverage 83.16% 83.22% +0.06% ============================================ Files 207 207 Lines 3653 3667 +14 Branches 416 418 +2 ============================================ + Hits 3038 3052 +14 + Misses 440 439 -1 - Partials 175 176 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.