Skip to content

Commit

Permalink
docs for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed Mar 22, 2020
1 parent 0c39837 commit 2c178b8
Show file tree
Hide file tree
Showing 51 changed files with 17,712 additions and 16,612 deletions.
252 changes: 252 additions & 0 deletions docs/ast/source/base/request/hapi-request.interface.js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
{
"type": "File",
"start": 0,
"end": 333,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 14,
"column": 2
}
},
"program": {
"type": "Program",
"start": 0,
"end": 333,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 14,
"column": 2
}
},
"sourceType": "module",
"body": [
{
"type": "EmptyStatement",
"start": 0,
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
}
},
"leadingComments": null,
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Hapi Handler for returning messages or setting error codes during requests\n * @type {HapiHandler}\n ",
"start": 3,
"end": 111,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": " eslint-disable flowtype/no-weak-types ",
"start": 113,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "*\n* Request Object that is passed to the controller function as the first parameter\n* from https://github.com/hapijs/hapi/blob/master/API.md#request\n* @type {HapiRequest}\n",
"start": 158,
"end": 333,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 14,
"column": 2
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * Hapi Handler for returning messages or setting error codes during requests\n * @type {HapiHandler}\n ",
"start": 3,
"end": 111,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": " eslint-disable flowtype/no-weak-types ",
"start": 113,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "*\n* Request Object that is passed to the controller function as the first parameter\n* from https://github.com/hapijs/hapi/blob/master/API.md#request\n* @type {HapiRequest}\n",
"start": 158,
"end": 333,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 14,
"column": 2
}
}
}
],
"tokens": [
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 0,
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Hapi Handler for returning messages or setting error codes during requests\n * @type {HapiHandler}\n ",
"start": 3,
"end": 111,
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 6,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": " eslint-disable flowtype/no-weak-types ",
"start": 113,
"end": 156,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 43
}
}
},
{
"type": "CommentBlock",
"value": "*\n* Request Object that is passed to the controller function as the first parameter\n* from https://github.com/hapijs/hapi/blob/master/API.md#request\n* @type {HapiRequest}\n",
"start": 158,
"end": 333,
"loc": {
"start": {
"line": 10,
"column": 0
},
"end": {
"line": 14,
"column": 2
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 333,
"end": 333,
"loc": {
"start": {
"line": 14,
"column": 2
},
"end": {
"line": 14,
"column": 2
}
}
}
]
}
Loading

0 comments on commit 2c178b8

Please sign in to comment.