Skip to content

Commit 1b4c107

Browse files
authored
Remove decorators (#58)
1 parent fd30984 commit 1b4c107

8 files changed

Lines changed: 0 additions & 153 deletions

File tree

src/decorators/GetterArity.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/decorators/SetterArity.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/decorators/getter.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/decorators/setter.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/mod.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ export type * from "./type/ITermWrapperConstructor.js"
33
export type * from "./type/ITermFromValueMapping.js"
44
export type * from "./type/ILangString.js"
55

6-
export * from "./decorators/GetterArity.js"
7-
export * from "./decorators/SetterArity.js"
8-
export * from "./decorators/getter.js"
9-
export * from "./decorators/setter.js"
10-
116
export * from "./mapping/TermAs.js"
127
export * from "./mapping/LiteralAs.js"
138
export * from "./mapping/LiteralFrom.js"

test/unit/decorators.test.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

test/unit/model/ChildDecorated.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/unit/model/ParentDecorated.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)