Skip to content

Commit

Permalink
update the snapshots for decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Nov 15, 2024
1 parent 84451c4 commit ab00b3c
Show file tree
Hide file tree
Showing 14 changed files with 469 additions and 138 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
120 changes: 120 additions & 0 deletions __output__/schema-data/decorators.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions __output__/schema-data/decorators.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 115 additions & 0 deletions __output__/schema-data/decorators.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"state": {
"type": "object",
"properties": {
"count": {
"type": "any"
}
}
},
"methods": [
{
"name": "fetchData",
"parameters": [],
"returnType": {
"type": "object",
"properties": {
"then": {
"type": "any"
},
"catch": {
"type": "any"
},
"finally": {
"type": "any"
},
"__@toStringTag@159": {
"type": "string"
}
}
}
}
],
"decorators": [
{
"name": "external",
"args": [],
"targetName": "getCount",
"targetType": "method",
"location": {
"file": "class.ts",
"line": 16,
"column": 3
}
},
{
"name": "admin",
"args": [],
"targetName": "getCount",
"targetType": "method",
"location": {
"file": "class.ts",
"line": 17,
"column": 3
}
},
{
"name": "internal",
"args": [],
"targetName": "increment",
"targetType": "method",
"location": {
"file": "class.ts",
"line": 23,
"column": 3
}
},
{
"name": "admin",
"args": [],
"targetName": "increment",
"targetType": "method",
"location": {
"file": "class.ts",
"line": 24,
"column": 3
}
},
{
"name": "creator",
"args": [],
"targetName": "decrement",
"targetType": "method",
"location": {
"file": "class.ts",
"line": 30,
"column": 3
}
},
{
"name": "permission",
"args": [
"debug",
"level"
],
"targetName": "fetchData",
"targetType": "method",
"location": {
"file": "index.ts",
"line": 4,
"column": 3
}
},
{
"name": "performance",
"args": [],
"targetName": "fetchData",
"targetType": "method",
"location": {
"file": "index.ts",
"line": 5,
"column": 3
}
}
]
}
3 changes: 2 additions & 1 deletion __output__/schema-data/inheritance-contract.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"type": "any"
}
}
]
],
"decorators": []
}
2 changes: 1 addition & 1 deletion __output__/schema-data/public-methods.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion __output__/schema-data/public-methods.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
"type": "any"
}
}
]
],
"decorators": []
}
3 changes: 2 additions & 1 deletion __output__/schema-data/state-export.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
}
},
"methods": []
"methods": [],
"decorators": []
}
Loading

0 comments on commit ab00b3c

Please sign in to comment.