tannerntannern / ts-mixer

A small TypeScript library that provides tolerable Mixin functionality.
MIT License
379 stars 27 forks source link

fix: weakmap in mixing tracking #69

Closed Battosuai closed 6 months ago

Battosuai commented 7 months ago

Fix

Replaced Map with WeakMap in mixin-tracking.ts

Related Issue

Related to #42

tannerntannern commented 6 months ago

Thanks so much @Battosuai! I'll get this released shortly