xebia-functional / xef

Building applications with LLMs through composability, in Kotlin, Scala, ...

Home Page:https://xef.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish Xef Core in npm

rafaparadela opened this issue · comments

We want to use Xef Core in the TypeScript environment, so we need to make sure we are compiling the core into JS and publishing it in the NPM repository at every release.

A couple of relevant links:

@rafaparadela Due to the status of the capabilities that JS(IR) gives us in kotlin, based on the testing I have done it is not able to export certain language functionality such as suspend functions, annotation class, and more class types.

...more info: