dashboard-schemas cue 3.0.0 compatible (#29352)

Lead all top-level properties that we do not intend to export with an
underscore.

In 2.2.0, only definitions starting with a capital letter were exported.
As well, properties with a leading underscore were not visible to an
entire package - just within the same file. 3.0.0 still considers them
hidden, however, they are now visible to an entire package.
This commit is contained in:
Chris Trott
2020-11-25 01:43:09 -05:00
committed by GitHub
parent 778476906b
commit 3d33de1751
13 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
package variables
variable: {
_variable: {
// Currently selected value.
current: {
selected: bool | *false