1 | /* eslint-disable no-console */
|
2 | ;
|
3 |
|
4 | module.exports = {
|
5 | description:
|
6 | 'Makes all observers asynchronous (unless manually indicated as synchronous when calling addObserver/observes).',
|
7 | url: 'https://github.com/emberjs/rfcs/pull/494',
|
8 | default: false,
|
9 | since: '3.13.0',
|
10 | };
|