Change cuetsy annotation "targetType" to "kind" (#38564)

Mirrors change made upstream in cuetsy
This commit is contained in:
sam boyer
2021-08-29 14:29:06 -04:00
committed by GitHub
parent 3df001db93
commit 96557ecadc
9 changed files with 55 additions and 55 deletions

View File

@@ -22,8 +22,8 @@ Family: {
lineages: [
[
{
#TimelineMode: "changes" | "samples" @cuetsy(targetType="enum")
#TimelineValueAlignment: "center" | "left" | "right" @cuetsy(targetType="type")
#TimelineMode: "changes" | "samples" @cuetsy(kind="enum")
#TimelineValueAlignment: "center" | "left" | "right" @cuetsy(kind="type")
PanelOptions: {
// FIXME ts comments indicate this shouldn't be in the saved model, but currently is emitted
mode?: #TimelineMode

View File

@@ -18,7 +18,7 @@ Family: {
lineages: [
[
{
TextMode: "html" | "markdown" @cuetsy(targetType="enum",withName="TextMode")
TextMode: "html" | "markdown" @cuetsy(kind="enum",withName="TextMode")
PanelOptions: {
mode: TextMode | *"markdown"