Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
feat: Add decorator option (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Feb 28, 2020
1 parent 4afd6b1 commit 5332c6d
Show file tree
Hide file tree
Showing 9 changed files with 2,048 additions and 218 deletions.
219 changes: 147 additions & 72 deletions src/index.ts

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions test/__snapshots__/cache.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Object {
"decorators": Array [
Object {
"name": "first",
Symbol(tinspector:decoratorOption): Object {
"allowMultiple": true,
"inherit": true,
},
},
],
"kind": "Class",
Expand Down Expand Up @@ -49,6 +53,10 @@ Object {
"decorators": Array [
Object {
"name": "second",
Symbol(tinspector:decoratorOption): Object {
"allowMultiple": true,
"inherit": true,
},
},
],
"kind": "Class",
Expand Down
Loading

0 comments on commit 5332c6d

Please sign in to comment.