Skip to content

Commit c9cc0f6

Browse files
mtuchijosephjclark
authored andcommitted
build ast
1 parent 63e84e2 commit c9cc0f6

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
@@ -1227,6 +1227,55 @@
12271227
},
12281228
"valid": false
12291229
},
1230+
{
1231+
"name": "log",
1232+
"params": [
1233+
"args"
1234+
],
1235+
"docs": {
1236+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
1237+
"tags": [
1238+
{
1239+
"title": "public",
1240+
"description": null,
1241+
"type": null
1242+
},
1243+
{
1244+
"title": "function",
1245+
"description": null,
1246+
"name": null
1247+
},
1248+
{
1249+
"title": "example",
1250+
"description": "log('Patient List::', $.patients);",
1251+
"caption": "Log values from state"
1252+
},
1253+
{
1254+
"title": "example",
1255+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
1256+
"caption": "Use console.log inside a callback or fn block"
1257+
},
1258+
{
1259+
"title": "param",
1260+
"description": "A value or message to display in the logs",
1261+
"type": {
1262+
"type": "NameExpression",
1263+
"name": "any"
1264+
},
1265+
"name": "args"
1266+
},
1267+
{
1268+
"title": "returns",
1269+
"description": null,
1270+
"type": {
1271+
"type": "NameExpression",
1272+
"name": "Operation"
1273+
}
1274+
}
1275+
]
1276+
},
1277+
"valid": true
1278+
},
12301279
{
12311280
"name": "as",
12321281
"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
@@ -756,6 +756,55 @@
756756
]
757757
},
758758
"valid": true
759+
},
760+
{
761+
"name": "log",
762+
"params": [
763+
"args"
764+
],
765+
"docs": {
766+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
767+
"tags": [
768+
{
769+
"title": "public",
770+
"description": null,
771+
"type": null
772+
},
773+
{
774+
"title": "function",
775+
"description": null,
776+
"name": null
777+
},
778+
{
779+
"title": "example",
780+
"description": "log('Patient List::', $.patients);",
781+
"caption": "Log values from state"
782+
},
783+
{
784+
"title": "example",
785+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
786+
"caption": "Use console.log inside a callback or fn block"
787+
},
788+
{
789+
"title": "param",
790+
"description": "A value or message to display in the logs",
791+
"type": {
792+
"type": "NameExpression",
793+
"name": "any"
794+
},
795+
"name": "args"
796+
},
797+
{
798+
"title": "returns",
799+
"description": null,
800+
"type": {
801+
"type": "NameExpression",
802+
"name": "Operation"
803+
}
804+
}
805+
]
806+
},
807+
"valid": true
759808
}
760809
]
761810
}

packages/beyonic/ast.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,55 @@
599599
]
600600
},
601601
"valid": true
602+
},
603+
{
604+
"name": "log",
605+
"params": [
606+
"args"
607+
],
608+
"docs": {
609+
"description": "Outputs a message, like calling `console.log`. Use this at the top level of your job code, but not inside callbacks.",
610+
"tags": [
611+
{
612+
"title": "public",
613+
"description": null,
614+
"type": null
615+
},
616+
{
617+
"title": "function",
618+
"description": null,
619+
"name": null
620+
},
621+
{
622+
"title": "example",
623+
"description": "log('Patient List::', $.patients);",
624+
"caption": "Log values from state"
625+
},
626+
{
627+
"title": "example",
628+
"description": "fn((state) => {\n console.log(state.data);\n return state;\n})",
629+
"caption": "Use console.log inside a callback or fn block"
630+
},
631+
{
632+
"title": "param",
633+
"description": "A value or message to display in the logs",
634+
"type": {
635+
"type": "NameExpression",
636+
"name": "any"
637+
},
638+
"name": "args"
639+
},
640+
{
641+
"title": "returns",
642+
"description": null,
643+
"type": {
644+
"type": "NameExpression",
645+
"name": "Operation"
646+
}
647+
}
648+
]
649+
},
650+
"valid": true
602651
}
603652
]
604653
}

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)