-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
it turns out a quirk of converting
class Foo {}to
class Foo extends Object {}is that Object.getPrototypeOf(Foo) == Object when it should be Object.getPrototypeOf(Foo) == Function.prototype.
this is easily fixable but I'm probably not going to since I don't maintain this repository any more. you'll probably want to fix this if you're forking this repo though
Metadata
Metadata
Assignees
Labels
No labels