mirror of
https://github.com/apple/pkl.git
synced 2026-07-03 19:51:47 +02:00
6a4d3acf21
`isNoopTypeCheck()` is not reliable when inside a TypeNode's constructor. This defers these calls to node execution time.
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.