forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.json
28 lines (28 loc) · 853 Bytes
/
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
{
"features": {
"features-stripped-test": null,
"ember-routing-named-substates": true,
"ember-metal-injected-properties": true,
"mandatory-setter": "development-only",
"ember-htmlbars": true,
"ember-htmlbars-block-params": true,
"ember-htmlbars-component-generation": null,
"ember-htmlbars-component-helper": true,
"ember-htmlbars-inline-if-helper": true,
"ember-htmlbars-attribute-syntax": true,
"ember-routing-transitioning-classes": true,
"new-computed-syntax": null,
"ember-testing-checkbox-helpers": null,
"ember-metal-stream": null,
"ember-htmlbars-each-with-index": true,
"ember-application-initializer-context": null
},
"debugStatements": [
"Ember.warn",
"Ember.assert",
"Ember.deprecate",
"Ember.debug",
"Ember.Logger.info",
"Ember.runInDebug"
]
}