forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.json
38 lines (38 loc) · 1.2 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
34
35
36
37
38
{
"features": {
"features-stripped-test": null,
"ember-routing-named-substates": true,
"mandatory-setter": "development-only",
"ember-htmlbars-component-generation": true,
"ember-htmlbars-component-helper": true,
"ember-htmlbars-inline-if-helper": true,
"ember-htmlbars-attribute-syntax": true,
"ember-htmlbars-each-in": null,
"ember-routing-transitioning-classes": true,
"ember-testing-checkbox-helpers": null,
"ember-metal-stream": null,
"ember-application-instance-initializers": true,
"ember-application-initializer-context": true,
"ember-router-willtransition": true,
"ember-application-visit": null,
"ember-views-component-block-info": true,
"ember-routing-core-outlet": null,
"ember-libraries-isregistered": null,
"ember-routing-htmlbars-improved-actions": true,
"ember-htmlbars-get-helper": null
},
"debugStatements": [
"Ember.warn",
"Ember.default.warn",
"Ember.assert",
"Ember.default.assert",
"Ember.deprecate",
"Ember.default.deprecate",
"Ember.debug",
"Ember.default.debug",
"Ember.Logger.info",
"Ember.default.Logger.info",
"Ember.runInDebug",
"Ember.default.runInDebug"
]
}