Skip to content

Commit

Permalink
Rebuild function specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconne authored and Gerrit0 committed Nov 9, 2019
1 parent d8666a0 commit 1ab03e6
Showing 1 changed file with 61 additions and 12 deletions.
73 changes: 61 additions & 12 deletions src/test/converter/function/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"children": [
{
"id": 38,
"id": 41,
"name": "functionVariable",
"kind": 32,
"kindString": "Variable",
Expand All @@ -72,7 +72,7 @@
"sources": [
{
"fileName": "function.ts",
"line": 137,
"line": 145,
"character": 24
}
],
Expand All @@ -82,14 +82,14 @@
}
},
{
"id": 39,
"id": 42,
"name": "append",
"kind": 64,
"kindString": "Function",
"flags": {},
"signatures": [
{
"id": 40,
"id": 43,
"name": "append",
"kind": 4096,
"kindString": "Call signature",
Expand All @@ -106,20 +106,20 @@
"sources": [
{
"fileName": "function.ts",
"line": 143,
"line": 151,
"character": 19
}
]
},
{
"id": 41,
"id": 44,
"name": "prepend",
"kind": 64,
"kindString": "Function",
"flags": {},
"signatures": [
{
"id": 42,
"id": 45,
"name": "prepend",
"kind": 4096,
"kindString": "Call signature",
Expand All @@ -136,7 +136,7 @@
"sources": [
{
"fileName": "function.ts",
"line": 150,
"line": 158,
"character": 20
}
]
Expand All @@ -147,15 +147,15 @@
"title": "Variables",
"kind": 32,
"children": [
38
41
]
},
{
"title": "Functions",
"kind": 64,
"children": [
39,
41
42,
44
]
}
],
Expand All @@ -167,11 +167,59 @@
},
{
"fileName": "function.ts",
"line": 132,
"line": 140,
"character": 28
}
]
},
{
"id": 38,
"name": "assertionFunction",
"kind": 64,
"kindString": "Function",
"flags": {
"isExported": true
},
"signatures": [
{
"id": 39,
"name": "assertionFunction",
"kind": 4096,
"kindString": "Call signature",
"flags": {},
"comment": {
"shortText": "This is an assertion function."
},
"parameters": [
{
"id": 40,
"name": "condition",
"kind": 32768,
"kindString": "Parameter",
"flags": {},
"comment": {
"text": "The condition that is asserted to be true when this function returns.\n"
},
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
],
"sources": [
{
"fileName": "function.ts",
"line": 134,
"character": 33
}
]
},
{
"id": 4,
"name": "exportedFunction",
Expand Down Expand Up @@ -743,6 +791,7 @@
"title": "Functions",
"kind": 64,
"children": [
38,
4,
18,
14,
Expand Down

0 comments on commit 1ab03e6

Please sign in to comment.