-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c39837
commit 2c178b8
Showing
51 changed files
with
17,712 additions
and
16,612 deletions.
There are no files selected for viewing
252 changes: 252 additions & 0 deletions
252
docs/ast/source/base/request/hapi-request.interface.js.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.