Michel Weststrate
Michel Weststrate
Mutating identifiers should be an exception, but potentially it would be nice if it was possible to make sure that we can swap client side identifiers for server side generated...
[WIP for now, needed the issue number] * [ ] Remove legacy decorators support * [ ] Remove deprecated APIs * [ ] ... * [ ] Merge mobx-react /...
### Code change checklist - [ ] Added/updated unit tests - [ ] Updated `/docs`. For new functionality, at least `API.md` should be updated - [ ] Verified that there...
Once https://github.com/tc39/proposal-decorators/issues/513 lands and is implemented by TypeScript and Babel, leverage it in the `observable` accessor decorator, to avoid the temporary map storage.
...And make sure the entire public api is documented :-)
See also skipped test in `mapReduce.ts`. Like `select`, mapReduce should be able to "unmap" an update, to be able to apply it to the original state tree
Didn't try it yet, but seems to solve most of the fundamental problem with ambient declarations from tsd and no longer requires module consumers to set up tsd?
(and probably other magic tokens as well?)
For some relative dependencies, one might want to customize whether (or how) a build should be triggered, what paths should be watched, etc. So instead of just specifying a path...