forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.json
More file actions
21 lines (21 loc) · 739 Bytes
/
Copy pathfeatures.json
File metadata and controls
21 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"features": {
"propertyBraceExpansion": true,
"ember-metal-run-bind": true,
"with-controller": true,
"query-params-new": null,
"string-humanize": null,
"string-parameterize": null,
"ember-routing-named-substates": null,
"ember-handlebars-caps-lookup": null,
"ember-testing-simple-setup": null,
"ember-testing-routing-helpers": null,
"ember-testing-triggerEvent-helper": null,
"computed-read-only": null,
"composable-computed-properties": true,
"ember-routing-drop-deprecated-action-style": null,
"ember-metal-is-blank": null,
"ember-eager-url-update": null
},
"debugStatements": ["Ember.warn", "Ember.assert", "Ember.deprecate", "Ember.debug", "Ember.Logger.info"]
}