UNPKG

285 BJavaScriptView Raw
1/* eslint-disable no-console */
2'use strict';
3
4module.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};