13 ms·
Possibly decorators proposed for ES7 would be a solution here? Babel and TypeScript already support them. By the way, TypeScript recently (in nightly) gained s
by drapper 11y ago
Possibly decorators proposed for ES7 would be a solution here? Babel and TypeScript already support them.
By the way, TypeScript recently (in nightly) gained support for JSX, so we can now have all of this ES6 stuff + types on top of it.