mirror of
https://github.com/apple/pkl.git
synced 2026-07-07 05:25:17 +02:00
2ec62c99a7
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.