cue-lang / docs-and-content

A place to discuss, plan, and track documentation on cuelang.org
5 stars 1 forks source link

concept: different qualifiers for CUE loading #143

Open myitcv opened 1 month ago

myitcv commented 1 month ago

cue help filetypes documents that there are qualifiers that can limit the expressiveness of the CUE that is loaded. e.g. cue+data would allow:

x: 5

but disallow the reference:

x: 5
y: x

Some quick examples will help bring this to life. As well as brief explainers on why these different modes exist (read: security)