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
A lot of the benefit of using Pkl with TypeScript comes from the compile-time types generated from Pkl schemas. But a JavaScript application might still benefit from using the evaluator to load a Pkl module into the mapped JS runtime types.
There might be no extra work to do here (I wouldn't think any, really) but a working example of a JS project would be useful to have in the examples directory.
The text was updated successfully, but these errors were encountered:
A lot of the benefit of using Pkl with TypeScript comes from the compile-time types generated from Pkl schemas. But a JavaScript application might still benefit from using the evaluator to load a Pkl module into the mapped JS runtime types.
There might be no extra work to do here (I wouldn't think any, really) but a working example of a JS project would be useful to have in the
examples
directory.The text was updated successfully, but these errors were encountered: