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

Added full object support and translation for JavaScript & TypeScript targets #660

Closed ByteWolf-dev closed 1 month ago

ByteWolf-dev commented 1 month ago

What type of change does this PR perform?

Summary

Added the ability to use object literals.

Detailed Changelog

Not present for website/docs changes

Added

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.45455% with 13 lines in your changes missing coverage. Please review.

Project coverage is 83.14%. Comparing base (ec3e373) to head (7d3d2e9).

Files Patch % Lines
kipper/target-js/src/code-generator.ts 40.00% 6 Missing :warning:
...mary-expression/object-property/object-property.ts 64.28% 3 Missing and 2 partials :warning:
...ct-primary-expression/object-primary-expression.ts 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-next #660 +/- ## ============================================ + Coverage 82.78% 83.14% +0.35% ============================================ Files 265 265 Lines 4426 4461 +35 Branches 482 485 +3 ============================================ + Hits 3664 3709 +45 + Misses 615 602 -13 - Partials 147 150 +3 ```

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