mirror of
https://github.com/apple/pkl.git
synced 2026-07-09 14:42:50 +02:00
bd83e29641
This changes local asset path resolution so that `..` segments at the dependency root just resolves to the dependency root. This makes import resolution work the same between local and remote dependencies.
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.