issues
search
tannerntannern
/
ts-mixer
A small TypeScript library that provides tolerable Mixin functionality.
MIT License
384
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Accessing child class members
#70
axos88
opened
1 month ago
0
fix: weakmap in mixing tracking
#69
Battosuai
closed
8 months ago
1
Subclasses that are meant to be mixed in
#68
gotjoshua
closed
9 months ago
4
Proper constructor type hinting possible?
#67
TaylorBenner
opened
10 months ago
0
Using multiple Mixin classes with Angular annotation @Component leads to failing test using jest framework
#66
TRUSTMEIMJEDI
opened
10 months ago
3
Angular @Inputs are not recognized by template
#65
Gnyblast
opened
1 year ago
1
Does not work with decorators of `nestjs-seeder`
#64
MoWafy001
closed
1 year ago
3
Invalid type error for protected constructor
#63
btxtiger
opened
1 year ago
0
Does not work with decorators of "type-graphql"
#62
mduvernon
opened
1 year ago
4
how to initiate the property of super classes
#61
bodycombathuang
closed
1 year ago
1
Is it possible to get proper `this` inside a decorator for a method of a class extending Mixin(...)?
#60
dsechin
closed
1 year ago
6
mixin mode can't work with decorator
#59
flame4
closed
1 year ago
2
6.0.3 is broken
#58
TrejGun
closed
1 year ago
2
Allow abstract constructor signatures for hasMixin
#57
tinkerborg
closed
1 year ago
3
hasMixin doesn't work with abstract classes
#56
tinkerborg
closed
1 year ago
0
Type 'className' is missing the following properties from type 'IWorkerItem': init, postProcess, needProcess
#55
Volna13
opened
1 year ago
2
Property 'makeFoo' does not exist on type 'FooBar'.
#54
Volna13
closed
1 year ago
2
TypeError when running tests in Angular v15
#53
gkasse
opened
1 year ago
3
fix(decorators): don't chain the result as it can result in undefined
#52
qfl1ck32
closed
1 year ago
4
[QUESTION or BUG] TypeError: (0 , _1.<insert function here>) is not a function
#51
Juknum
closed
2 years ago
5
Support extends up to 20 in Mixins function
#50
ali-master
opened
2 years ago
3
Caveat 3 is not true
#49
ckohen
closed
2 years ago
2
@mix multiple classes and passing constructor args
#48
liamdefty
closed
2 years ago
8
Ts-mixer with Angular
#47
Nxtivision
opened
2 years ago
2
Can it work with Tsyringe Decorators?
#46
jfavrod
closed
2 years ago
2
Using custom interface in abstract extended class
#45
JacopoSciampi
closed
2 years ago
1
Give init function a default name
#44
yaquawa
closed
2 years ago
3
Fix bug in direct decorator search that returns past the end of an array
#43
AMcBain
closed
2 years ago
2
Memory leak in mixin tracking
#42
Artaud
closed
8 months ago
5
Doesnt work in IE11
#41
AlexanderKositsyn
closed
3 years ago
4
When using with LitElement/Webcomponent getting `Illegal Constructor` error
#40
andreabosman16
opened
3 years ago
10
Getting an error when using with Jest
#39
Code-Quake
closed
3 years ago
2
fix: circular dependency
#38
hakimio
closed
3 years ago
1
ESM bundle
#37
hakimio
closed
3 years ago
3
Provide ES module instead of commonJS
#36
hakimio
closed
3 years ago
9
Multi mixins when using with @nestjs/mongoose not working
#35
mdwekat
closed
2 years ago
9
mixin-based multiple inheritance not working with nestjs/swagger decorators
#34
ishandrov
closed
2 years ago
5
Only 10 classes are allowed for mixins.
#33
painor
closed
3 years ago
2
ts4.2 abstract constructors
#32
tonygjerry
closed
3 years ago
9
[Feature request] Support class-transformer
#31
kenberkeley
closed
3 years ago
2
How does it work under the hood?
#30
yaquawa
opened
4 years ago
3
Fix typo in readme
#29
matthewwolfe
closed
4 years ago
2
Decorator deep inheritance not working
#28
MigasEu
closed
3 years ago
4
Check if object's class has mixin
#27
LemonPi
closed
4 years ago
7
Sometimes is not visible Parent's protected functions to it's children
#26
Judahh
closed
4 years ago
2
Sometimes constructor does not see elements from default init function.
#25
Judahh
closed
4 years ago
3
Mix decorator is not copying the base class name
#24
bfbechlin
closed
4 years ago
2
Argument of type 'Function' is not assignable to parameter of type 'PropertyDecorator | MethodDecorator | ClassDecorator'.
#23
moltar
closed
4 years ago
2
class is wok, but if run with jest will throw error
#22
bluelovers
closed
3 years ago
8
anyway support set sub<KeyType, ValueType> to inherit parent<KeyType, ValueType>?
#21
bluelovers
closed
4 years ago
1
Next