@kkboxorg/kkbox-javascript-developer-sdk
Version:
KKBOX Open API developer SDK for JavaScript. Use it to easily access KKBOX open API to get various metadata about KKBOX's tracks, albums, artists, playlists and stations.
1,753 lines • 77.2 kB
JSON
{
"type": "File",
"start": 0,
"end": 885,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 31,
"column": 1
}
},
"program": {
"type": "Program",
"start": 0,
"end": 885,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 31,
"column": 1
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 58,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 58
}
},
"specifiers": [
{
"type": "ImportSpecifier",
"start": 8,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 38
}
},
"imported": {
"type": "Identifier",
"start": 8,
"end": 26,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 26
},
"identifierName": "FEATURED_PLAYLISTS"
},
"name": "FEATURED_PLAYLISTS"
},
"local": {
"type": "Identifier",
"start": 30,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 38
},
"identifierName": "ENDPOINT"
},
"name": "ENDPOINT"
}
}
],
"source": {
"type": "StringLiteral",
"start": 45,
"end": 58,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 58
}
},
"extra": {
"rawValue": "../Endpoint",
"raw": "'../Endpoint'"
},
"value": "../Endpoint"
}
},
{
"type": "ImportDeclaration",
"start": 59,
"end": 90,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 31
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 66,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 14
}
},
"local": {
"type": "Identifier",
"start": 66,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 14
},
"identifierName": "Fetcher"
},
"name": "Fetcher"
}
}
],
"source": {
"type": "StringLiteral",
"start": 79,
"end": 90,
"loc": {
"start": {
"line": 2,
"column": 20
},
"end": {
"line": 2,
"column": 31
}
},
"extra": {
"rawValue": "./Fetcher",
"raw": "'./Fetcher'"
},
"value": "./Fetcher",
"leadingComments": null,
"trailingComments": null
},
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * List all featured playlists.\n * @see https://docs.kkbox.codes/docs/featured-playlists\n ",
"start": 92,
"end": 188,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
}
}
]
},
{
"type": "ExportDefaultDeclaration",
"start": 189,
"end": 885,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 31,
"column": 1
}
},
"declaration": {
"type": "ClassDeclaration",
"start": 204,
"end": 885,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 31,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 210,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 21
},
"end": {
"line": 8,
"column": 44
},
"identifierName": "FeaturedPlaylistFetcher"
},
"name": "FeaturedPlaylistFetcher",
"leadingComments": null
},
"superClass": {
"type": "Identifier",
"start": 242,
"end": 249,
"loc": {
"start": {
"line": 8,
"column": 53
},
"end": {
"line": 8,
"column": 60
},
"identifierName": "Fetcher"
},
"name": "Fetcher"
},
"body": {
"type": "ClassBody",
"start": 250,
"end": 885,
"loc": {
"start": {
"line": 8,
"column": 61
},
"end": {
"line": 31,
"column": 1
}
},
"body": [
{
"type": "ClassMethod",
"start": 287,
"end": 361,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 14,
"column": 5
}
},
"computed": false,
"key": {
"type": "Identifier",
"start": 287,
"end": 298,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 15
},
"identifierName": "constructor"
},
"name": "constructor",
"leadingComments": null
},
"static": false,
"kind": "constructor",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 299,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 20
},
"identifierName": "http"
},
"name": "http"
},
{
"type": "AssignmentPattern",
"start": 305,
"end": 321,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 38
}
},
"left": {
"type": "Identifier",
"start": 305,
"end": 314,
"loc": {
"start": {
"line": 12,
"column": 22
},
"end": {
"line": 12,
"column": 31
},
"identifierName": "territory"
},
"name": "territory"
},
"right": {
"type": "StringLiteral",
"start": 317,
"end": 321,
"loc": {
"start": {
"line": 12,
"column": 34
},
"end": {
"line": 12,
"column": 38
}
},
"extra": {
"rawValue": "TW",
"raw": "'TW'"
},
"value": "TW"
}
}
],
"body": {
"type": "BlockStatement",
"start": 323,
"end": 361,
"loc": {
"start": {
"line": 12,
"column": 40
},
"end": {
"line": 14,
"column": 5
}
},
"body": [
{
"type": "ExpressionStatement",
"start": 333,
"end": 355,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 30
}
},
"expression": {
"type": "CallExpression",
"start": 333,
"end": 355,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 30
}
},
"callee": {
"type": "Super",
"start": 333,
"end": 338,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 13
}
}
},
"arguments": [
{
"type": "Identifier",
"start": 339,
"end": 343,
"loc": {
"start": {
"line": 13,
"column": 14
},
"end": {
"line": 13,
"column": 18
},
"identifierName": "http"
},
"name": "http"
},
{
"type": "Identifier",
"start": 345,
"end": 354,
"loc": {
"start": {
"line": 13,
"column": 20
},
"end": {
"line": 13,
"column": 29
},
"identifierName": "territory"
},
"name": "territory"
}
]
}
}
],
"directives": [],
"trailingComments": null
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * @ignore\n ",
"start": 256,
"end": 282,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": "*\n * Fetch all featured playlists. Result will be paged.\n *\n * @param {number} [limit] - The size for one page.\n * @param {number} [offset] - The offset index for first element.\n * @return {Promise}\n * @example api.FeaturedPlaylist.fetchAllFeaturedPlaylists()\n ",
"start": 367,
"end": 660,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 23,
"column": 7
}
}
}
]
},
{
"type": "ClassMethod",
"start": 665,
"end": 883,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 30,
"column": 5
}
},
"computed": false,
"key": {
"type": "Identifier",
"start": 665,
"end": 690,
"loc": {
"start": {
"line": 24,
"column": 4
},
"end": {
"line": 24,
"column": 29
},
"identifierName": "fetchAllFeaturedPlaylists"
},
"name": "fetchAllFeaturedPlaylists",
"leadingComments": null
},
"static": false,
"kind": "method",
"id": null,
"generator": false,
"expression": false,
"async": false,
"params": [
{
"type": "AssignmentPattern",
"start": 691,
"end": 708,
"loc": {
"start": {
"line": 24,
"column": 30
},
"end": {
"line": 24,
"column": 47
}
},
"left": {
"type": "Identifier",
"start": 691,
"end": 696,
"loc": {
"start": {
"line": 24,
"column": 30
},
"end": {
"line": 24,
"column": 35
},
"identifierName": "limit"
},
"name": "limit"
},
"right": {
"type": "Identifier",
"start": 699,
"end": 708,
"loc": {
"start": {
"line": 24,
"column": 38
},
"end": {
"line": 24,
"column": 47
},
"identifierName": "undefined"
},
"name": "undefined"
}
},
{
"type": "AssignmentPattern",
"start": 710,
"end": 728,
"loc": {
"start": {
"line": 24,
"column": 49
},
"end": {
"line": 24,
"column": 67
}
},
"left": {
"type": "Identifier",
"start": 710,
"end": 716,
"loc": {
"start": {
"line": 24,
"column": 49
},
"end": {
"line": 24,
"column": 55
},
"identifierName": "offset"
},
"name": "offset"
},
"right": {
"type": "Identifier",
"start": 719,
"end": 728,
"loc": {
"start": {
"line": 24,
"column": 58
},
"end": {
"line": 24,
"column": 67
},
"identifierName": "undefined"
},
"name": "undefined"
}
}
],
"body": {
"type": "BlockStatement",
"start": 730,
"end": 883,
"loc": {
"start": {
"line": 24,
"column": 69
},
"end": {
"line": 30,
"column": 5
}
},
"body": [
{
"type": "ReturnStatement",
"start": 740,
"end": 877,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 29,
"column": 10
}
},
"argument": {
"type": "CallExpression",
"start": 747,
"end": 877,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 29,
"column": 10
}
},
"callee": {
"type": "MemberExpression",
"start": 747,
"end": 760,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 28
}
},
"object": {
"type": "MemberExpression",
"start": 747,
"end": 756,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 24
}
},
"object": {
"type": "ThisExpression",
"start": 747,
"end": 751,
"loc": {
"start": {
"line": 25,
"column": 15
},
"end": {
"line": 25,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"start": 752,
"end": 756,
"loc": {
"start": {
"line": 25,
"column": 20
},
"end": {
"line": 25,
"column": 24
},
"identifierName": "http"
},
"name": "http"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 757,
"end": 760,
"loc": {
"start": {
"line": 25,
"column": 25
},
"end": {
"line": 25,
"column": 28
},
"identifierName": "get"
},
"name": "get"
},
"computed": false
},
"arguments": [
{
"type": "Identifier",
"start": 761,
"end": 769,
"loc": {
"start": {
"line": 25,
"column": 29
},
"end": {
"line": 25,
"column": 37
},
"identifierName": "ENDPOINT"
},
"name": "ENDPOINT"
},
{
"type": "ObjectExpression",
"start": 771,
"end": 876,
"loc": {
"start": {
"line": 25,
"column": 39
},
"end": {
"line": 29,
"column": 9
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 785,
"end": 797,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 785,
"end": 790,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 17
},
"identifierName": "limit"
},
"name": "limit"
},
"value": {
"type": "Identifier",
"start": 792,
"end": 797,
"loc": {
"start": {
"line": 26,
"column": 19
},
"end": {
"line": 26,
"column": 24
},
"identifierName": "limit"
},
"name": "limit"
}
},
{
"type": "ObjectProperty",
"start": 812,
"end": 826,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 27,
"column": 26
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 812,
"end": 818,
"loc": {
"start": {
"line": 27,
"column": 12
},
"end": {
"line": 27,
"column": 18
},
"identifierName": "offset"
},
"name": "offset"
},
"value": {
"type": "Identifier",
"start": 820,
"end": 826,
"loc": {
"start": {
"line": 27,
"column": 20
},
"end": {
"line": 27,
"column": 26
},
"identifierName": "offset"
},
"name": "offset"
}
},
{
"type": "ObjectProperty",
"start": 841,
"end": 866,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 37
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 841,
"end": 850,
"loc": {
"start": {
"line": 28,
"column": 12
},
"end": {
"line": 28,
"column": 21
},
"identifierName": "territory"
},
"name": "territory"
},
"value": {
"type": "MemberExpression",
"start": 852,
"end": 866,
"loc": {
"start": {
"line": 28,
"column": 23
},
"end": {
"line": 28,
"column": 37
}
},
"object": {
"type": "ThisExpression",
"start": 852,
"end": 856,
"loc": {
"start": {
"line": 28,
"column": 23
},
"end": {
"line": 28,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"start": 857,
"end": 866,
"loc": {
"start": {
"line": 28,
"column": 28
},
"end": {
"line": 28,
"column": 37
},
"identifierName": "territory"
},
"name": "territory"
},
"computed": false
}
}
]
}
]
}
}
],
"directives": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * Fetch all featured playlists. Result will be paged.\n *\n * @param {number} [limit] - The size for one page.\n * @param {number} [offset] - The offset index for first element.\n * @return {Promise}\n * @example api.FeaturedPlaylist.fetchAllFeaturedPlaylists()\n ",
"start": 367,
"end": 660,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 23,
"column": 7
}
}
}
]
}
]
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * List all featured playlists.\n * @see https://docs.kkbox.codes/docs/featured-playlists\n ",
"start": 92,
"end": 188,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\n * List all featured playlists.\n * @see https://docs.kkbox.codes/docs/featured-playlists\n ",
"start": 92,
"end": 188,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\n * List all featured playlists.\n * @see https://docs.kkbox.codes/docs/featured-playlists\n ",
"start": 92,
"end": 188,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
}
},
{
"type": "CommentBlock",
"value": "*\n * @ignore\n ",
"start": 256,
"end": 282,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": "CommentBlock",
"value": "*\n * Fetch all featured playlists. Result will be paged.\n *\n * @param {number} [limit] - The size for one page.\n * @param {number} [offset] - The offset index for first element.\n * @return {Promise}\n * @example api.FeaturedPlaylist.fetchAllFeaturedPlaylists()\n ",
"start": 367,
"end": 660,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 23,
"column": 7
}
}
}
],
"tokens": [
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 0,
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 7,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "FEATURED_PLAYLISTS",
"start": 8,
"end": 26,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 26
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "as",
"start": 27,
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 29
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "ENDPOINT",
"start": 30,
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 38
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 38,
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 38
},
"end": {
"line": 1,
"column": 39
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 40,
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 44
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "../Endpoint",
"start": 45,
"end": 58,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 58
}
}
},
{
"type": {
"label": "import",
"keyword": "import",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "import",
"start": 59,
"end": 65,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 6
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Fetcher",
"start": 66,
"end": 73,
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "from",
"start": 74,
"end": 78,
"loc": {
"start": {
"line": 2,
"column": 15
},
"end": {
"line": 2,
"column": 19
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./Fetcher",
"start": 79,
"end": 90,
"loc": {
"start": {
"line": 2,
"column": 20
},
"end": {
"line": 2,
"column": 31
}
}
},
{
"type": "CommentBlock",
"value": "*\n * List all featured playlists.\n * @see https://docs.kkbox.codes/docs/featured-playlists\n ",
"start": 92,
"end": 188,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 7,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 189,
"end": 195,
"loc": {
"start": {
"line": 8,
"column": 0
},
"end": {
"line": 8,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 196,
"end": 203,
"loc": {
"start": {
"line": 8,
"column": 7
},
"end": {
"line": 8,
"column": 14
}
}
},
{
"type": {
"label": "class",
"keyword": "class",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "class",
"start": 204,
"end": 209,
"loc": {
"start": {
"line": 8,
"column": 15
},
"end": {
"line": 8,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "FeaturedPlaylistFetcher",
"start": 210,
"end": 233,
"loc": {
"start": {
"line": 8,
"column": 21
},
"end": {
"line": 8,
"column": 44
}
}
},
{
"type": {
"label": "extends",
"keyword": "extends",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "extends",
"start": 234,
"end": 241,
"loc": {
"start": {
"line": 8,
"column": 45
},
"end": {
"line": 8,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "Fetcher",
"start": 242,
"end": 249,
"loc": {
"start": {
"line": 8,
"column": 53
},
"end": {
"line": 8,
"column": 60
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 250,
"end": 251,
"loc": {
"start": {
"line": 8,
"column": 61
},
"end": {
"line": 8,
"column": 62
}
}
},
{
"type": "CommentBlock",
"value": "*\n * @ignore\n ",
"start": 256,
"end": 282,
"loc": {
"start": {
"line": 9,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "constructor",
"start": 287,
"end": 298,
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 15
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 298,
"end": 299,
"loc": {
"start": {
"line": 12,
"column": 15
},
"end": {
"line": 12,
"column": 16
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "http",
"start": 299,
"end": 303,
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": t