Skip to content

Commit 2cedebe

Browse files
author
Robert Jackson
committed
Add default-async-observers optional feature.
This optional feature was introduced in [emberjs/rfcs#494](https://github.com/emberjs/rfcs/blob/master/text/0494-async-observers.md).
1 parent b7e0b5f commit 2cedebe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

features/default-async-observers.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* eslint-disable no-console */
2+
'use strict';
3+
4+
module.exports = {
5+
description: 'Makes all observers asynchronous (unless manually indicated as synchronous when calling addObserver/observes).',
6+
url: 'https://github.com/emberjs/rfcs/pull/494',
7+
default: false,
8+
since: '3.13.0'
9+
};

0 commit comments

Comments
 (0)