Open olejorgenb opened 6 years ago
Eg. when re-evaluating a class, update its prototype instead of creating a brand new class
Should be pretty doable when evaluating the whole class. Would need logic for two cases:
The var can be useful as classes are let bound by default.
var
let
Eg. when re-evaluating a class, update its prototype instead of creating a brand new class