mirror of
https://github.com/apple/pkl.git
synced 2026-08-26 13:44:04 +02:00
This changes the following: 1. If given a union type, the member must exist on each member of that type 2. If accessing a member off `Reference<D, Null>`, give a `Reference<D, Null>` Also: * Improve error messages thrown during member access. * Add test around accessing members off of a function type
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.