JavaScript/Typescript implementation #384
-
Hi, do you have a public plan to add the JavaScript / Typescript implementation of Power FX language and runtime? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
That's definitely on the roadmap. We also have a 3rd backend that compiles to SQL - it is used for formula columns. We'd also like to open source that. |
Beta Was this translation helpful? Give feedback.
-
I will write a blog on how to do this by using a Custom API in the Power Platform. It's still a bit of hack until it's fully deployed (and uses preview features).
…On Fri, 11 Nov 2022, 17:09 Mike Stall, ***@***.***> wrote:
This is still on the roadmap, but no ETA.
For now, your best bet is still blazor / wasm - there is an example here:
#140 <#140>
PVA just went into public preview using wasm.
The goal is that Power Fx is fully bundled with Power Platform, so you
don't have to deploy it. For example, Power Fx is already being used in UCI
and forms for Commanding - we don't want to load a 2nd JScript Power Fx
runtime for the solution.
—
Reply to this email directly, view it on GitHub
<#384 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOL7PULMZ3A7GHI236ZPCLWHZ4V5ANCNFSM5VR4ROHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@MikeStall hi, any update on the JavaScript / TypeScript status? |
Beta Was this translation helpful? Give feedback.
That's definitely on the roadmap.
PowerApps consumes the PowerFx.Core package from this repo for parsing and binding. But instead of consuming the interpreter here, it has an alternative Power Fx backend (written in C#) that compiles to JScript. We would like to open source the JS implementation, but no ETA yet.
We also have a 3rd backend that compiles to SQL - it is used for formula columns. We'd also like to open source that.