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

[Feature] Add compiler package support for Deno #385

Open Luna-Klatzer opened 1 year ago

Luna-Klatzer commented 1 year ago

Is there an existing proposal for this?

This feature does not exist in the latest version

Proposal

Add support for the Kipper monorepo packages for the Deno runtime and allow the packages to be imported into Deno environments.

This issue also directly ties in with migrating from CommonJS to ESM as a way to allow the use of modern modules and newer libraries using ESM.

Exact behaviour / changes you want

Luna-Klatzer commented 1 year ago

Linked issue due to related ESM issue #347