-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): update linting, testing and tools
- Loading branch information
1 parent
3846404
commit 557f223
Showing
3 changed files
with
200 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,194 @@ | ||
{"classes":[],"methods":[],"properties":[],"events":[]} | ||
{ | ||
"id": 2, | ||
"name": "\"aurelia-path\"", | ||
"kind": 2, | ||
"kindString": "Module", | ||
"flags": {}, | ||
"children": [ | ||
{ | ||
"id": 11, | ||
"name": "buildQueryString", | ||
"kind": 64, | ||
"kindString": "Function", | ||
"flags": { | ||
"isExported": true | ||
}, | ||
"signatures": [ | ||
{ | ||
"id": 12, | ||
"name": "buildQueryString", | ||
"kind": 4096, | ||
"kindString": "Call signature", | ||
"flags": {}, | ||
"comment": { | ||
"shortText": "Generate a query string from an object.", | ||
"returns": "The generated query string, excluding leading '?'.\n" | ||
}, | ||
"parameters": [ | ||
{ | ||
"id": 13, | ||
"name": "params", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"comment": { | ||
"text": "Object containing the keys and values to be used." | ||
}, | ||
"type": { | ||
"type": "reference", | ||
"name": "Object" | ||
} | ||
} | ||
], | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "join", | ||
"kind": 64, | ||
"kindString": "Function", | ||
"flags": { | ||
"isExported": true | ||
}, | ||
"signatures": [ | ||
{ | ||
"id": 8, | ||
"name": "join", | ||
"kind": 4096, | ||
"kindString": "Call signature", | ||
"flags": {}, | ||
"parameters": [ | ||
{ | ||
"id": 9, | ||
"name": "path1", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
}, | ||
{ | ||
"id": 10, | ||
"name": "path2", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
], | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 14, | ||
"name": "parseQueryString", | ||
"kind": 64, | ||
"kindString": "Function", | ||
"flags": { | ||
"isExported": true | ||
}, | ||
"signatures": [ | ||
{ | ||
"id": 15, | ||
"name": "parseQueryString", | ||
"kind": 4096, | ||
"kindString": "Call signature", | ||
"flags": {}, | ||
"comment": { | ||
"shortText": "Parse a query string.", | ||
"returns": "Object with keys and values mapped from the query string.\n" | ||
}, | ||
"parameters": [ | ||
{ | ||
"id": 16, | ||
"name": "queryString", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
], | ||
"type": { | ||
"type": "reference", | ||
"name": "Object" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "relativeToFile", | ||
"kind": 64, | ||
"kindString": "Function", | ||
"flags": { | ||
"isExported": true | ||
}, | ||
"signatures": [ | ||
{ | ||
"id": 4, | ||
"name": "relativeToFile", | ||
"kind": 4096, | ||
"kindString": "Call signature", | ||
"flags": {}, | ||
"parameters": [ | ||
{ | ||
"id": 5, | ||
"name": "name", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
}, | ||
{ | ||
"id": 6, | ||
"name": "file", | ||
"kind": 32768, | ||
"kindString": "Parameter", | ||
"flags": {}, | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
], | ||
"type": { | ||
"type": "instrinct", | ||
"name": "string" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"title": "Functions", | ||
"kind": 64, | ||
"children": [ | ||
11, | ||
7, | ||
14, | ||
3 | ||
] | ||
} | ||
] | ||
} |
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