mobxjs / mobx

Simple, scalable state management.

Home Page:http://mobx.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TC 39 decorators - use late initializers.

mweststrate opened this issue · comments

Once tc39/proposal-decorators#513 lands and is implemented by TypeScript and Babel, leverage it in the observable accessor decorator, to avoid the temporary map storage.