mirror of
https://github.com/apple/pkl.git
synced 2026-04-11 03:06:55 +02:00
* Load `PklProject` using the same security settings and env vars passed provided via ExecutorSPIOptions * Handle thrown `PklException` from loading `PklProject` and throw `ExecutorSPIException` * Handle thrown `PklException` of older Pkl distributions, converting them into `ExecutorSpiException`
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.