mirror of
https://github.com/apple/pkl.git
synced 2026-05-02 21:24:18 +02:00
The preconfigured evaluator currently adds module key factories from service providers, but not resource readers. This means that users of pkl-spring, for example, cannot add custom resource readers. This is also inconsistent (in the preconfigured evaluator, `import` can use custom schemes, but not `read`).