mirror of
https://github.com/apple/pkl.git
synced 2026-08-27 06:04:03 +02:00
The expression preamble length was subtracted from endColumn even when endColumn came from the already-stripped sourceLine.length(), so multi-line frames got a negative caret width and String.repeat threw. Apply the offset only to the frame-derived columns. --------- Co-authored-by: Dan Chao <dan.chao@apple.com>
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.