You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You would need to either a) define a class with a property default or b) use Mapping with key "default". You're (implicitly) using Dynamic here, which has a property default that's marked hidden.
I'm using Pkl version 0.27.1 on macOS.
I want to write Pkl that produces YAML output like the following, but I'm having trouble figuring out how to do it.
I understand that when I write Pkl as shown below, 'default' is omitted from the output by specification.
So, I tried enclosing 'default' in backticks, but the result remained the same.
How can I write the Pkl to produce YAML output that includes the 'default' key as shown above?
The text was updated successfully, but these errors were encountered: