mirror of
https://github.com/apple/pkl.git
synced 2026-07-04 12:11:40 +02:00
YamlRenderer: allow all primitive scalar types as map keys (#879)
This commit is contained in:
@@ -608,10 +608,16 @@ Cannot render map with non-string key as {0}.
|
||||
cannotRenderObjectWithNonStringKey=\
|
||||
Cannot render object with non-string key as {0}.
|
||||
|
||||
cannotRenderNonScalarMapKey=\
|
||||
cannotRenderNonScalarMap=\
|
||||
Cannot render map with non-scalar key as {0}.
|
||||
|
||||
cannotRenderObjectWithNonScalarKey=\
|
||||
Cannot render object with non-scalar key as {0}.
|
||||
|
||||
cannotRenderProtobufMapKey=\
|
||||
Cannot render map with a non-scalar, floating point or byte array key.
|
||||
|
||||
cannotRenderNonScalarMapKeyType=\
|
||||
cannotRenderProtobufMapKeyType=\
|
||||
Cannot render map with a non-scalar, floating point or byte array key type.
|
||||
|
||||
cannotRenderObjectWithElementsAndOtherMembers=\
|
||||
|
||||
Reference in New Issue
Block a user