forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.json
33 lines (33 loc) · 1.14 KB
/
features.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"features": {
"features-stripped-test": null,
"ember-routing-named-substates": null,
"ember-routing-add-model-option": true,
"ember-routing-linkto-target-attribute": true,
"ember-routing-will-change-hooks": null,
"ember-routing-multi-current-when": true,
"ember-routing-auto-location-uses-replace-state-for-history": true,
"event-dispatcher-can-disable-event-manager": null,
"ember-metal-is-present": true,
"property-brace-expansion-improvement": true,
"ember-routing-handlebars-action-with-key-code": null,
"ember-runtime-item-controller-inline-class": null,
"ember-metal-injected-properties": true,
"mandatory-setter": "development-only",
"ember-routing-fire-activate-deactivate-events": true,
"ember-testing-pause-test": true,
"ember-htmlbars": true,
"ember-htmlbars-block-params": true,
"ember-htmlbars-component-generation": null,
"ember-htmlbars-inline-if-helper": null,
"ember-htmlbars-attribute-syntax": null
},
"debugStatements": [
"Ember.warn",
"Ember.assert",
"Ember.deprecate",
"Ember.debug",
"Ember.Logger.info",
"Ember.runInDebug"
]
}