Closed gnidan closed 4 years ago
Bug fix
Certain enum values collide with JS's object namespace, e.g. "constructor"
"constructor"
Only actual comparator values are identified as comparators.
Good catch, thanks for this PR!
Could you add a simple test or two to support the change?
@HerbCaudill how's that?
@gnidan - thanks again for this. Better late than never, I hope! 😬
Bug fix
Certain enum values collide with JS's object namespace, e.g.
"constructor"
Only actual comparator values are identified as comparators.