Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
update package-lock for new common
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 4, 2021
1 parent 298efdc commit c783d62
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5,750 deletions.
19 changes: 14 additions & 5 deletions ast.json
Expand Up @@ -3085,12 +3085,12 @@
"exports": [],
"common": [
{
"name": "alterState",
"name": "fn",
"params": [
"func"
],
"docs": {
"description": "Runs a function using state.",
"description": "Creates a custom step (or operation) for more flexible job writing.",
"tags": [
{
"title": "public",
Expand All @@ -3099,7 +3099,7 @@
},
{
"title": "example",
"description": "alterState(state => {\n // do some things to state\n return state;\n})"
"description": "fn(state => {\n // do some things to state\n return state;\n});"
},
{
"title": "function",
Expand Down Expand Up @@ -3360,7 +3360,7 @@
{
"name": "fields",
"params": [
null
"fields"
],
"docs": {
"description": "Zips key value pairs into an object.",
Expand All @@ -3379,6 +3379,15 @@
"description": null,
"name": null
},
{
"title": "param",
"description": "a list of fields",
"type": {
"type": "NameExpression",
"name": "Fields"
},
"name": "fields"
},
{
"title": "returns",
"description": null,
Expand All @@ -3389,7 +3398,7 @@
}
]
},
"valid": false
"valid": true
},
{
"name": "merge",
Expand Down

0 comments on commit c783d62

Please sign in to comment.