Skip to content

Commit

Permalink
Rebuild specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 2, 2021
1 parent f3ff7cf commit 9f9bc38
Showing 1 changed file with 64 additions and 20 deletions.
84 changes: 64 additions & 20 deletions src/test/converter/mixin/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,15 +385,26 @@
{
"id": 60,
"name": "prototype",
"kind": 2048,
"kindString": "Method",
"flags": {}
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 23,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "Mixin1Class"
}
}
],
"groups": [
{
"title": "Methods",
"kind": 2048,
"title": "Properties",
"kind": 1024,
"children": [
60
]
Expand Down Expand Up @@ -1101,15 +1112,26 @@
{
"id": 24,
"name": "prototype",
"kind": 2048,
"kindString": "Method",
"flags": {}
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 23,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "Mixin1Class"
}
}
],
"groups": [
{
"title": "Methods",
"kind": 2048,
"title": "Properties",
"kind": 1024,
"children": [
24
]
Expand Down Expand Up @@ -1205,15 +1227,26 @@
{
"id": 38,
"name": "prototype",
"kind": 2048,
"kindString": "Method",
"flags": {}
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 37,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "Mixin2"
}
}
],
"groups": [
{
"title": "Methods",
"kind": 2048,
"title": "Properties",
"kind": 1024,
"children": [
38
]
Expand Down Expand Up @@ -1298,15 +1331,26 @@
{
"id": 56,
"name": "prototype",
"kind": 2048,
"kindString": "Method",
"flags": {}
"kind": 1024,
"kindString": "Property",
"flags": {},
"type": {
"type": "reference",
"id": 55,
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
}
],
"name": "Mixin3"
}
}
],
"groups": [
{
"title": "Methods",
"kind": 2048,
"title": "Properties",
"kind": 1024,
"children": [
56
]
Expand Down

0 comments on commit 9f9bc38

Please sign in to comment.