You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can someone explain to me how to use the pag compiler on the client!?
i have this one pipeline:
The server is contacted
The server reads the pag file and compiles it into a JS string
The server gives the client this string from p. 2.
The client extracts the pag-js string from the server's response and executes it (HOW!?!?!?!?)
The code in the documentation explains how it works but does not explain WHERE to get this damn pag runtime and if I don't have a node but a deno, for example?
Is it really so hard to make a normal JS module in a normal CDN and not demand that people 'require' in 24th year!?
The text was updated successfully, but these errors were encountered:
can someone explain to me how to use the pag compiler on the client!?
i have this one pipeline:
The code in the documentation explains how it works but does not explain WHERE to get this damn pag runtime and if I don't have a node but a deno, for example?
Is it really so hard to make a normal JS module in a normal CDN and not demand that people 'require' in 24th year!?
The text was updated successfully, but these errors were encountered: