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
// const layoutValidationGraph = new ValidationGraph([
592
+
// AST_El_Type.LITERAL, // input field type
593
+
// new TL_Or([], [AST_El_Type.CLOSURE]), // optional arguments
594
+
// new TL_Or(
595
+
// [],
596
+
// [
597
+
// AST_El_Type.LITERAL, // bind target separator
598
+
// new TL_Or(
599
+
// [AST_El_Type.LITERAL, AST_El_Type.LITERAL], // file and hashtag
600
+
// [] // no file
601
+
// ),
602
+
// AST_El_Type.LITERAL, // first bind target metadata path part
603
+
// new TL_Loop([new TL_Loop([AST_El_Type.LITERAL], 0, -1), new TL_Loop([AST_El_Type.CLOSURE], 0, -1)], 0, -1), // the other bind target metadata path part
[AST_El_Type.LITERAL,AST_El_Type.LITERAL],// file and hashtag
596
-
[]// no file
597
-
),
598
-
AST_El_Type.LITERAL,// first bind target metadata path part
599
-
newTreeLayoutLoop([newTreeLayoutLoop([AST_El_Type.LITERAL],0,-1),newTreeLayoutLoop([AST_El_Type.CLOSURE],0,-1)],0,-1),// the other bind target metadata path part
600
-
]
601
-
),
608
+
newTL_C_Literal(AST_El_Type.LITERAL,InputFieldTokenType.WORD),// input field type
0 commit comments