Skip to content

Commit 0eb43fd

Browse files
committed
build ast
1 parent bac7a90 commit 0eb43fd

95 files changed

Lines changed: 4655 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/arcgis/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,55 @@
747747
},
748748
"valid": false
749749
},
750+
{
751+
"name": "log",
752+
"params": [
753+
"args"
754+
],
755+
"docs": {
756+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
757+
"tags": [
758+
{
759+
"title": "public",
760+
"description": null,
761+
"type": null
762+
},
763+
{
764+
"title": "function",
765+
"description": null,
766+
"name": null
767+
},
768+
{
769+
"title": "example",
770+
"description": "log('Patient List::', $.patients);",
771+
"caption": "Log values from state"
772+
},
773+
{
774+
"title": "example",
775+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
776+
"caption": "Use console.log inside a callback or fn block"
777+
},
778+
{
779+
"title": "param",
780+
"description": "A value or message to display in the logs",
781+
"type": {
782+
"type": "NameExpression",
783+
"name": "any"
784+
},
785+
"name": "args"
786+
},
787+
{
788+
"title": "returns",
789+
"description": null,
790+
"type": {
791+
"type": "NameExpression",
792+
"name": "Operation"
793+
}
794+
}
795+
]
796+
},
797+
"valid": true
798+
},
750799
{
751800
"name": "as",
752801
"params": [

packages/asana/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,55 @@
11841184
},
11851185
"valid": false
11861186
},
1187+
{
1188+
"name": "log",
1189+
"params": [
1190+
"args"
1191+
],
1192+
"docs": {
1193+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
1194+
"tags": [
1195+
{
1196+
"title": "public",
1197+
"description": null,
1198+
"type": null
1199+
},
1200+
{
1201+
"title": "function",
1202+
"description": null,
1203+
"name": null
1204+
},
1205+
{
1206+
"title": "example",
1207+
"description": "log('Patient List::', $.patients);",
1208+
"caption": "Log values from state"
1209+
},
1210+
{
1211+
"title": "example",
1212+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
1213+
"caption": "Use console.log inside a callback or fn block"
1214+
},
1215+
{
1216+
"title": "param",
1217+
"description": "A value or message to display in the logs",
1218+
"type": {
1219+
"type": "NameExpression",
1220+
"name": "any"
1221+
},
1222+
"name": "args"
1223+
},
1224+
{
1225+
"title": "returns",
1226+
"description": null,
1227+
"type": {
1228+
"type": "NameExpression",
1229+
"name": "Operation"
1230+
}
1231+
}
1232+
]
1233+
},
1234+
"valid": true
1235+
},
11871236
{
11881237
"name": "as",
11891238
"params": [

packages/aws-s3/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,55 @@
870870
},
871871
"valid": false
872872
},
873+
{
874+
"name": "log",
875+
"params": [
876+
"args"
877+
],
878+
"docs": {
879+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
880+
"tags": [
881+
{
882+
"title": "public",
883+
"description": null,
884+
"type": null
885+
},
886+
{
887+
"title": "function",
888+
"description": null,
889+
"name": null
890+
},
891+
{
892+
"title": "example",
893+
"description": "log('Patient List::', $.patients);",
894+
"caption": "Log values from state"
895+
},
896+
{
897+
"title": "example",
898+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
899+
"caption": "Use console.log inside a callback or fn block"
900+
},
901+
{
902+
"title": "param",
903+
"description": "A value or message to display in the logs",
904+
"type": {
905+
"type": "NameExpression",
906+
"name": "any"
907+
},
908+
"name": "args"
909+
},
910+
{
911+
"title": "returns",
912+
"description": null,
913+
"type": {
914+
"type": "NameExpression",
915+
"name": "Operation"
916+
}
917+
}
918+
]
919+
},
920+
"valid": true
921+
},
873922
{
874923
"name": "as",
875924
"params": [

packages/azure-storage/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,55 @@
713713
]
714714
},
715715
"valid": true
716+
},
717+
{
718+
"name": "log",
719+
"params": [
720+
"args"
721+
],
722+
"docs": {
723+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
724+
"tags": [
725+
{
726+
"title": "public",
727+
"description": null,
728+
"type": null
729+
},
730+
{
731+
"title": "function",
732+
"description": null,
733+
"name": null
734+
},
735+
{
736+
"title": "example",
737+
"description": "log('Patient List::', $.patients);",
738+
"caption": "Log values from state"
739+
},
740+
{
741+
"title": "example",
742+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
743+
"caption": "Use console.log inside a callback or fn block"
744+
},
745+
{
746+
"title": "param",
747+
"description": "A value or message to display in the logs",
748+
"type": {
749+
"type": "NameExpression",
750+
"name": "any"
751+
},
752+
"name": "args"
753+
},
754+
{
755+
"title": "returns",
756+
"description": null,
757+
"type": {
758+
"type": "NameExpression",
759+
"name": "Operation"
760+
}
761+
}
762+
]
763+
},
764+
"valid": true
716765
}
717766
]
718767
}

packages/beyonic/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,55 @@
556556
]
557557
},
558558
"valid": true
559+
},
560+
{
561+
"name": "log",
562+
"params": [
563+
"args"
564+
],
565+
"docs": {
566+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
567+
"tags": [
568+
{
569+
"title": "public",
570+
"description": null,
571+
"type": null
572+
},
573+
{
574+
"title": "function",
575+
"description": null,
576+
"name": null
577+
},
578+
{
579+
"title": "example",
580+
"description": "log('Patient List::', $.patients);",
581+
"caption": "Log values from state"
582+
},
583+
{
584+
"title": "example",
585+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
586+
"caption": "Use console.log inside a callback or fn block"
587+
},
588+
{
589+
"title": "param",
590+
"description": "A value or message to display in the logs",
591+
"type": {
592+
"type": "NameExpression",
593+
"name": "any"
594+
},
595+
"name": "args"
596+
},
597+
{
598+
"title": "returns",
599+
"description": null,
600+
"type": {
601+
"type": "NameExpression",
602+
"name": "Operation"
603+
}
604+
}
605+
]
606+
},
607+
"valid": true
559608
}
560609
]
561610
}

packages/bigquery/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,55 @@
698698
]
699699
},
700700
"valid": true
701+
},
702+
{
703+
"name": "log",
704+
"params": [
705+
"args"
706+
],
707+
"docs": {
708+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
709+
"tags": [
710+
{
711+
"title": "public",
712+
"description": null,
713+
"type": null
714+
},
715+
{
716+
"title": "function",
717+
"description": null,
718+
"name": null
719+
},
720+
{
721+
"title": "example",
722+
"description": "log('Patient List::', $.patients);",
723+
"caption": "Log values from state"
724+
},
725+
{
726+
"title": "example",
727+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
728+
"caption": "Use console.log inside a callback or fn block"
729+
},
730+
{
731+
"title": "param",
732+
"description": "A value or message to display in the logs",
733+
"type": {
734+
"type": "NameExpression",
735+
"name": "any"
736+
},
737+
"name": "args"
738+
},
739+
{
740+
"title": "returns",
741+
"description": null,
742+
"type": {
743+
"type": "NameExpression",
744+
"name": "Operation"
745+
}
746+
}
747+
]
748+
},
749+
"valid": true
701750
}
702751
]
703752
}

packages/browserless/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,55 @@
853853
},
854854
"valid": false
855855
},
856+
{
857+
"name": "log",
858+
"params": [
859+
"args"
860+
],
861+
"docs": {
862+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
863+
"tags": [
864+
{
865+
"title": "public",
866+
"description": null,
867+
"type": null
868+
},
869+
{
870+
"title": "function",
871+
"description": null,
872+
"name": null
873+
},
874+
{
875+
"title": "example",
876+
"description": "log('Patient List::', $.patients);",
877+
"caption": "Log values from state"
878+
},
879+
{
880+
"title": "example",
881+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
882+
"caption": "Use console.log inside a callback or fn block"
883+
},
884+
{
885+
"title": "param",
886+
"description": "A value or message to display in the logs",
887+
"type": {
888+
"type": "NameExpression",
889+
"name": "any"
890+
},
891+
"name": "args"
892+
},
893+
{
894+
"title": "returns",
895+
"description": null,
896+
"type": {
897+
"type": "NameExpression",
898+
"name": "Operation"
899+
}
900+
}
901+
]
902+
},
903+
"valid": true
904+
},
856905
{
857906
"name": "as",
858907
"params": [

0 commit comments

Comments
 (0)