Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

ES6-esque super #30

Open
jamesplease opened this issue Jul 28, 2015 · 3 comments
Open

ES6-esque super #30

jamesplease opened this issue Jul 28, 2015 · 3 comments

Comments

@jamesplease
Copy link
Member

Would it be silly to try to recreate a super that works more like ES6 super?

@jamiebuilds
Copy link
Member

like super.methodName()? Or all the weird spec stuff with prototypal traversal of getters/setters and what not?

@jamesplease
Copy link
Member Author

super.methodName() is what I meant.

@jamiebuilds
Copy link
Member

okay good, cause I was not up for doing all that other shit 😛.

It's a possibility, I might even be able to optimize things more that way.

I was also planning at some point in the future writing a babel plugin that could turn your codebase into es6 classes from Metal classes. I'm not sure if doing this will make it easier or harder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants