enkimute / ganja.js

:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
MIT License
1.52k stars 108 forks source link

don't hardcode Element classname #164

Open kgullion opened 8 months ago

kgullion commented 8 months ago

Due to the eval in the inline function, rollup (and likely other bundlers/minimizers) doesn't realize it shouldn't rename the Element class. Fortunately, this.name works in a static context so we can just use whatever the current classname is instead.