ember-cli 4.12.0-beta.0 → 4.13.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/.github/workflows/ci.yml +4 -5
  2. package/CHANGELOG.md +47 -3
  3. package/CONTRIBUTING.md +1 -1
  4. package/bin/ember +0 -0
  5. package/blueprints/addon/files/.github/workflows/ci.yml +3 -3
  6. package/blueprints/addon/files/.travis.yml +1 -1
  7. package/blueprints/addon/files/README.md +1 -1
  8. package/blueprints/addon/files/npmignore +0 -6
  9. package/blueprints/app/files/.eslintignore +0 -12
  10. package/blueprints/app/files/.github/workflows/ci.yml +2 -2
  11. package/blueprints/app/files/.prettierignore +1 -13
  12. package/blueprints/app/files/.travis.yml +1 -1
  13. package/blueprints/app/files/.watchmanconfig +1 -1
  14. package/blueprints/app/files/gitignore +0 -8
  15. package/blueprints/app/files/package.json +16 -16
  16. package/blueprints/in-repo-addon/files/__root__/__name__/index.js +0 -0
  17. package/blueprints/in-repo-addon/index.js +0 -0
  18. package/blueprints/lib/index.js +0 -0
  19. package/blueprints/server/index.js +0 -27
  20. package/docs/build/data.json +628 -812
  21. package/lib/broccoli/default-packager.js +2 -79
  22. package/lib/broccoli/ember-addon.js +0 -4
  23. package/lib/broccoli/ember-app.js +19 -460
  24. package/lib/cli/cli.js +0 -9
  25. package/lib/commands/addon.js +0 -1
  26. package/lib/commands/init.js +0 -8
  27. package/lib/commands/install.js +2 -2
  28. package/lib/commands/new.js +0 -1
  29. package/lib/commands/serve.js +1 -1
  30. package/lib/experiments/index.js +2 -2
  31. package/lib/models/addon.js +38 -113
  32. package/lib/models/blueprint.js +0 -115
  33. package/lib/models/command.js +3 -4
  34. package/lib/models/package-info-cache/package-info.js +1 -5
  35. package/lib/models/project.js +2 -87
  36. package/lib/tasks/interactive-new.js +1 -1
  37. package/lib/tasks/npm-task.js +0 -15
  38. package/lib/tasks/server/express-server.js +0 -1
  39. package/lib/tasks/server/middleware/broccoli-watcher/index.js +5 -5
  40. package/lib/tasks/server/middleware/history-support/index.js +6 -7
  41. package/lib/tasks/server/middleware/testem-url-rewriter/index.js +0 -10
  42. package/lib/tasks/server/middleware/tests-server/index.js +8 -9
  43. package/lib/utilities/ember-app-utils.js +1 -21
  44. package/lib/utilities/get-serve-url.js +2 -2
  45. package/package.json +13 -23
  46. package/tests/helpers/acceptance.js +1 -3
  47. package/tests/helpers/command-generator.js +2 -2
  48. package/tests/helpers/default-packager.js +3 -9
  49. package/tests/helpers/init-app.js +1 -1
  50. package/tests/helpers/mock-project.js +1 -1
  51. package/tests/helpers/package-cache.js +2 -19
  52. package/blueprints/server/files/server/.jshintrc +0 -3
  53. package/blueprints/vendor-shim/files/vendor/shims/__name__.js +0 -12
  54. package/blueprints/vendor-shim/index.js +0 -30
  55. package/lib/broccoli/babel-process-modules-only.js +0 -18
  56. package/lib/models/installation-checker.js +0 -87
  57. package/lib/tasks/bower-install.js +0 -175
  58. package/lib/utilities/ember-cli-babel-config-key.js +0 -12
  59. package/lib/utilities/find-addon-by-name.js +0 -39
@@ -3,11 +3,11 @@
3
3
  "logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
4
4
  "name": "ember-cli",
5
5
  "description": "Command line tool for developing ambitious ember.js apps",
6
- "version": "4.12.0-beta.0-beta-3c14502fb3"
6
+ "version": "4.13.0-beta.0-beta-b0232a7973"
7
7
  },
8
8
  "files": {
9
- "lib\\broccoli\\default-packager.js": {
10
- "name": "lib\\broccoli\\default-packager.js",
9
+ "lib/broccoli/default-packager.js": {
10
+ "name": "lib/broccoli/default-packager.js",
11
11
  "modules": {},
12
12
  "classes": {
13
13
  "DefaultPackager": 1
@@ -15,8 +15,8 @@
15
15
  "fors": {},
16
16
  "namespaces": {}
17
17
  },
18
- "lib\\broccoli\\ember-addon.js": {
19
- "name": "lib\\broccoli\\ember-addon.js",
18
+ "lib/broccoli/ember-addon.js": {
19
+ "name": "lib/broccoli/ember-addon.js",
20
20
  "modules": {
21
21
  "ember-cli": 1
22
22
  },
@@ -26,8 +26,8 @@
26
26
  "fors": {},
27
27
  "namespaces": {}
28
28
  },
29
- "lib\\broccoli\\ember-app.js": {
30
- "name": "lib\\broccoli\\ember-app.js",
29
+ "lib/broccoli/ember-app.js": {
30
+ "name": "lib/broccoli/ember-app.js",
31
31
  "modules": {},
32
32
  "classes": {
33
33
  "EmberApp": 1
@@ -35,8 +35,8 @@
35
35
  "fors": {},
36
36
  "namespaces": {}
37
37
  },
38
- "lib\\cli\\cli.js": {
39
- "name": "lib\\cli\\cli.js",
38
+ "lib/cli/cli.js": {
39
+ "name": "lib/cli/cli.js",
40
40
  "modules": {},
41
41
  "classes": {
42
42
  "CLI": 1
@@ -44,22 +44,22 @@
44
44
  "fors": {},
45
45
  "namespaces": {}
46
46
  },
47
- "lib\\debug\\assert.js": {
48
- "name": "lib\\debug\\assert.js",
47
+ "lib/debug/assert.js": {
48
+ "name": "lib/debug/assert.js",
49
49
  "modules": {},
50
50
  "classes": {},
51
51
  "fors": {},
52
52
  "namespaces": {}
53
53
  },
54
- "lib\\debug\\deprecate.js": {
55
- "name": "lib\\debug\\deprecate.js",
54
+ "lib/debug/deprecate.js": {
55
+ "name": "lib/debug/deprecate.js",
56
56
  "modules": {},
57
57
  "classes": {},
58
58
  "fors": {},
59
59
  "namespaces": {}
60
60
  },
61
- "lib\\models\\package-info-cache\\index.js": {
62
- "name": "lib\\models\\package-info-cache\\index.js",
61
+ "lib/models/package-info-cache/index.js": {
62
+ "name": "lib/models/package-info-cache/index.js",
63
63
  "modules": {},
64
64
  "classes": {
65
65
  "PackageInfoCache": 1
@@ -67,8 +67,8 @@
67
67
  "fors": {},
68
68
  "namespaces": {}
69
69
  },
70
- "lib\\models\\package-info-cache\\node-modules-list.js": {
71
- "name": "lib\\models\\package-info-cache\\node-modules-list.js",
70
+ "lib/models/package-info-cache/node-modules-list.js": {
71
+ "name": "lib/models/package-info-cache/node-modules-list.js",
72
72
  "modules": {},
73
73
  "classes": {
74
74
  "NodeModulesList": 1
@@ -76,8 +76,8 @@
76
76
  "fors": {},
77
77
  "namespaces": {}
78
78
  },
79
- "lib\\models\\package-info-cache\\package-info.js": {
80
- "name": "lib\\models\\package-info-cache\\package-info.js",
79
+ "lib/models/package-info-cache/package-info.js": {
80
+ "name": "lib/models/package-info-cache/package-info.js",
81
81
  "modules": {},
82
82
  "classes": {
83
83
  "PackageInfo": 1
@@ -85,15 +85,15 @@
85
85
  "fors": {},
86
86
  "namespaces": {}
87
87
  },
88
- "lib\\models\\per-bundle-addon-cache\\addon-proxy.js": {
89
- "name": "lib\\models\\per-bundle-addon-cache\\addon-proxy.js",
88
+ "lib/models/per-bundle-addon-cache/addon-proxy.js": {
89
+ "name": "lib/models/per-bundle-addon-cache/addon-proxy.js",
90
90
  "modules": {},
91
91
  "classes": {},
92
92
  "fors": {},
93
93
  "namespaces": {}
94
94
  },
95
- "lib\\models\\per-bundle-addon-cache\\index.js": {
96
- "name": "lib\\models\\per-bundle-addon-cache\\index.js",
95
+ "lib/models/per-bundle-addon-cache/index.js": {
96
+ "name": "lib/models/per-bundle-addon-cache/index.js",
97
97
  "modules": {},
98
98
  "classes": {
99
99
  "PerBundleAddonCache {": 1
@@ -101,22 +101,22 @@
101
101
  "fors": {},
102
102
  "namespaces": {}
103
103
  },
104
- "lib\\models\\per-bundle-addon-cache\\target-instance.js": {
105
- "name": "lib\\models\\per-bundle-addon-cache\\target-instance.js",
104
+ "lib/models/per-bundle-addon-cache/target-instance.js": {
105
+ "name": "lib/models/per-bundle-addon-cache/target-instance.js",
106
106
  "modules": {},
107
107
  "classes": {},
108
108
  "fors": {},
109
109
  "namespaces": {}
110
110
  },
111
- "lib\\models\\addon-info.js": {
112
- "name": "lib\\models\\addon-info.js",
111
+ "lib/models/addon-info.js": {
112
+ "name": "lib/models/addon-info.js",
113
113
  "modules": {},
114
114
  "classes": {},
115
115
  "fors": {},
116
116
  "namespaces": {}
117
117
  },
118
- "lib\\models\\addon.js": {
119
- "name": "lib\\models\\addon.js",
118
+ "lib/models/addon.js": {
119
+ "name": "lib/models/addon.js",
120
120
  "modules": {},
121
121
  "classes": {
122
122
  "Addon": 1
@@ -124,8 +124,8 @@
124
124
  "fors": {},
125
125
  "namespaces": {}
126
126
  },
127
- "lib\\models\\blueprint.js": {
128
- "name": "lib\\models\\blueprint.js",
127
+ "lib/models/blueprint.js": {
128
+ "name": "lib/models/blueprint.js",
129
129
  "modules": {},
130
130
  "classes": {
131
131
  "Blueprint": 1
@@ -135,8 +135,8 @@
135
135
  "Blueprint": 1
136
136
  }
137
137
  },
138
- "lib\\models\\builder.js": {
139
- "name": "lib\\models\\builder.js",
138
+ "lib/models/builder.js": {
139
+ "name": "lib/models/builder.js",
140
140
  "modules": {},
141
141
  "classes": {
142
142
  "Builder": 1
@@ -144,8 +144,8 @@
144
144
  "fors": {},
145
145
  "namespaces": {}
146
146
  },
147
- "lib\\models\\command.js": {
148
- "name": "lib\\models\\command.js",
147
+ "lib/models/command.js": {
148
+ "name": "lib/models/command.js",
149
149
  "modules": {},
150
150
  "classes": {
151
151
  "Command": 1
@@ -153,8 +153,8 @@
153
153
  "fors": {},
154
154
  "namespaces": {}
155
155
  },
156
- "lib\\models\\hardware-info.js": {
157
- "name": "lib\\models\\hardware-info.js",
156
+ "lib/models/hardware-info.js": {
157
+ "name": "lib/models/hardware-info.js",
158
158
  "modules": {},
159
159
  "classes": {},
160
160
  "fors": {
@@ -162,29 +162,22 @@
162
162
  },
163
163
  "namespaces": {}
164
164
  },
165
- "lib\\models\\host-info-cache.js": {
166
- "name": "lib\\models\\host-info-cache.js",
165
+ "lib/models/host-info-cache.js": {
166
+ "name": "lib/models/host-info-cache.js",
167
167
  "modules": {},
168
168
  "classes": {},
169
169
  "fors": {},
170
170
  "namespaces": {}
171
171
  },
172
- "lib\\models\\installation-checker.js": {
173
- "name": "lib\\models\\installation-checker.js",
172
+ "lib/models/instantiate-addons.js": {
173
+ "name": "lib/models/instantiate-addons.js",
174
174
  "modules": {},
175
175
  "classes": {},
176
176
  "fors": {},
177
177
  "namespaces": {}
178
178
  },
179
- "lib\\models\\instantiate-addons.js": {
180
- "name": "lib\\models\\instantiate-addons.js",
181
- "modules": {},
182
- "classes": {},
183
- "fors": {},
184
- "namespaces": {}
185
- },
186
- "lib\\models\\instrumentation.js": {
187
- "name": "lib\\models\\instrumentation.js",
179
+ "lib/models/instrumentation.js": {
180
+ "name": "lib/models/instrumentation.js",
188
181
  "modules": {},
189
182
  "classes": {
190
183
  "Instrumentation": 1
@@ -192,8 +185,8 @@
192
185
  "fors": {},
193
186
  "namespaces": {}
194
187
  },
195
- "lib\\models\\project.js": {
196
- "name": "lib\\models\\project.js",
188
+ "lib/models/project.js": {
189
+ "name": "lib/models/project.js",
197
190
  "modules": {},
198
191
  "classes": {
199
192
  "Project": 1
@@ -201,15 +194,15 @@
201
194
  "fors": {},
202
195
  "namespaces": {}
203
196
  },
204
- "lib\\models\\task.js": {
205
- "name": "lib\\models\\task.js",
197
+ "lib/models/task.js": {
198
+ "name": "lib/models/task.js",
206
199
  "modules": {},
207
200
  "classes": {},
208
201
  "fors": {},
209
202
  "namespaces": {}
210
203
  },
211
- "lib\\tasks\\server\\middleware\\broccoli-serve-files\\index.js": {
212
- "name": "lib\\tasks\\server\\middleware\\broccoli-serve-files\\index.js",
204
+ "lib/tasks/server/middleware/broccoli-serve-files/index.js": {
205
+ "name": "lib/tasks/server/middleware/broccoli-serve-files/index.js",
213
206
  "modules": {},
214
207
  "classes": {
215
208
  "ServeFilesAddon": 1
@@ -217,8 +210,8 @@
217
210
  "fors": {},
218
211
  "namespaces": {}
219
212
  },
220
- "lib\\tasks\\server\\middleware\\broccoli-watcher\\index.js": {
221
- "name": "lib\\tasks\\server\\middleware\\broccoli-watcher\\index.js",
213
+ "lib/tasks/server/middleware/broccoli-watcher/index.js": {
214
+ "name": "lib/tasks/server/middleware/broccoli-watcher/index.js",
222
215
  "modules": {},
223
216
  "classes": {
224
217
  "WatcherAddon": 1
@@ -226,8 +219,8 @@
226
219
  "fors": {},
227
220
  "namespaces": {}
228
221
  },
229
- "lib\\tasks\\server\\middleware\\history-support\\index.js": {
230
- "name": "lib\\tasks\\server\\middleware\\history-support\\index.js",
222
+ "lib/tasks/server/middleware/history-support/index.js": {
223
+ "name": "lib/tasks/server/middleware/history-support/index.js",
231
224
  "modules": {},
232
225
  "classes": {
233
226
  "HistorySupportAddon": 1
@@ -235,8 +228,8 @@
235
228
  "fors": {},
236
229
  "namespaces": {}
237
230
  },
238
- "lib\\tasks\\server\\middleware\\tests-server\\index.js": {
239
- "name": "lib\\tasks\\server\\middleware\\tests-server\\index.js",
231
+ "lib/tasks/server/middleware/tests-server/index.js": {
232
+ "name": "lib/tasks/server/middleware/tests-server/index.js",
240
233
  "modules": {},
241
234
  "classes": {
242
235
  "TestsServerAddon": 1
@@ -244,8 +237,8 @@
244
237
  "fors": {},
245
238
  "namespaces": {}
246
239
  },
247
- "lib\\tasks\\transforms\\amd\\index.js": {
248
- "name": "lib\\tasks\\transforms\\amd\\index.js",
240
+ "lib/tasks/transforms/amd/index.js": {
241
+ "name": "lib/tasks/transforms/amd/index.js",
249
242
  "modules": {},
250
243
  "classes": {
251
244
  "AmdTransformAddon": 1
@@ -253,15 +246,15 @@
253
246
  "fors": {},
254
247
  "namespaces": {}
255
248
  },
256
- "lib\\tasks\\build-watch.js": {
257
- "name": "lib\\tasks\\build-watch.js",
249
+ "lib/tasks/build-watch.js": {
250
+ "name": "lib/tasks/build-watch.js",
258
251
  "modules": {},
259
252
  "classes": {},
260
253
  "fors": {},
261
254
  "namespaces": {}
262
255
  },
263
- "lib\\tasks\\npm-task.js": {
264
- "name": "lib\\tasks\\npm-task.js",
256
+ "lib/tasks/npm-task.js": {
257
+ "name": "lib/tasks/npm-task.js",
265
258
  "modules": {},
266
259
  "classes": {
267
260
  "NpmTask": 1
@@ -269,43 +262,43 @@
269
262
  "fors": {},
270
263
  "namespaces": {}
271
264
  },
272
- "lib\\tasks\\serve.js": {
273
- "name": "lib\\tasks\\serve.js",
265
+ "lib/tasks/serve.js": {
266
+ "name": "lib/tasks/serve.js",
274
267
  "modules": {},
275
268
  "classes": {},
276
269
  "fors": {},
277
270
  "namespaces": {}
278
271
  },
279
- "lib\\tasks\\test-server.js": {
280
- "name": "lib\\tasks\\test-server.js",
272
+ "lib/tasks/test-server.js": {
273
+ "name": "lib/tasks/test-server.js",
281
274
  "modules": {},
282
275
  "classes": {},
283
276
  "fors": {},
284
277
  "namespaces": {}
285
278
  },
286
- "lib\\utilities\\directory-for-package-name.js": {
287
- "name": "lib\\utilities\\directory-for-package-name.js",
279
+ "lib/utilities/directory-for-package-name.js": {
280
+ "name": "lib/utilities/directory-for-package-name.js",
288
281
  "modules": {},
289
282
  "classes": {},
290
283
  "fors": {},
291
284
  "namespaces": {}
292
285
  },
293
- "lib\\utilities\\ember-app-utils.js": {
294
- "name": "lib\\utilities\\ember-app-utils.js",
286
+ "lib/utilities/ember-app-utils.js": {
287
+ "name": "lib/utilities/ember-app-utils.js",
295
288
  "modules": {},
296
289
  "classes": {},
297
290
  "fors": {},
298
291
  "namespaces": {}
299
292
  },
300
- "lib\\utilities\\insert-into-file.js": {
301
- "name": "lib\\utilities\\insert-into-file.js",
293
+ "lib/utilities/insert-into-file.js": {
294
+ "name": "lib/utilities/insert-into-file.js",
302
295
  "modules": {},
303
296
  "classes": {},
304
297
  "fors": {},
305
298
  "namespaces": {}
306
299
  },
307
- "lib\\utilities\\is-lazy-engine.js": {
308
- "name": "lib\\utilities\\is-lazy-engine.js",
300
+ "lib/utilities/is-lazy-engine.js": {
301
+ "name": "lib/utilities/is-lazy-engine.js",
309
302
  "modules": {
310
303
  "is-lazy-engine": 1
311
304
  },
@@ -313,29 +306,29 @@
313
306
  "fors": {},
314
307
  "namespaces": {}
315
308
  },
316
- "lib\\utilities\\is-yarn-project.js": {
317
- "name": "lib\\utilities\\is-yarn-project.js",
309
+ "lib/utilities/is-yarn-project.js": {
310
+ "name": "lib/utilities/is-yarn-project.js",
318
311
  "modules": {},
319
312
  "classes": {},
320
313
  "fors": {},
321
314
  "namespaces": {}
322
315
  },
323
- "lib\\utilities\\valid-project-name.js": {
324
- "name": "lib\\utilities\\valid-project-name.js",
316
+ "lib/utilities/valid-project-name.js": {
317
+ "name": "lib/utilities/valid-project-name.js",
325
318
  "modules": {},
326
319
  "classes": {},
327
320
  "fors": {},
328
321
  "namespaces": {}
329
322
  },
330
- "lib\\utilities\\will-interrupt-process.js": {
331
- "name": "lib\\utilities\\will-interrupt-process.js",
323
+ "lib/utilities/will-interrupt-process.js": {
324
+ "name": "lib/utilities/will-interrupt-process.js",
332
325
  "modules": {},
333
326
  "classes": {},
334
327
  "fors": {},
335
328
  "namespaces": {}
336
329
  },
337
- "lib\\utilities\\windows-admin.js": {
338
- "name": "lib\\utilities\\windows-admin.js",
330
+ "lib/utilities/windows-admin.js": {
331
+ "name": "lib/utilities/windows-admin.js",
339
332
  "modules": {},
340
333
  "classes": {
341
334
  "WindowsSymlinkChecker": 1
@@ -379,7 +372,7 @@
379
372
  "Blueprint": 1
380
373
  },
381
374
  "tag": "module",
382
- "file": "lib\\tasks\\npm-task.js",
375
+ "file": "lib/tasks/npm-task.js",
383
376
  "line": 17,
384
377
  "access": "private",
385
378
  "tagname": "",
@@ -396,7 +389,7 @@
396
389
  "fors": {},
397
390
  "namespaces": {},
398
391
  "tag": "module",
399
- "file": "lib\\utilities\\windows-admin.js",
392
+ "file": "lib/utilities/windows-admin.js",
400
393
  "line": 6,
401
394
  "description": "Indicate if a given object is a constructor function or class or an instance of an Addon.",
402
395
  "params": [
@@ -422,8 +415,8 @@
422
415
  "plugin_for": [],
423
416
  "extension_for": [],
424
417
  "module": "ember-cli",
425
- "file": "lib\\broccoli\\default-packager.js",
426
- "line": 100,
418
+ "file": "lib/broccoli/default-packager.js",
419
+ "line": 98,
427
420
  "description": "Responsible for packaging Ember.js application.",
428
421
  "is_constructor": 1
429
422
  },
@@ -437,7 +430,7 @@
437
430
  "extension_for": [],
438
431
  "module": "ember-cli",
439
432
  "namespace": "",
440
- "file": "lib\\broccoli\\ember-addon.js",
433
+ "file": "lib/broccoli/ember-addon.js",
441
434
  "line": 13,
442
435
  "description": "EmberAddon is used during addon development.",
443
436
  "extends": "EmberApp",
@@ -468,9 +461,9 @@
468
461
  "extension_for": [],
469
462
  "module": "ember-cli",
470
463
  "namespace": "",
471
- "file": "lib\\broccoli\\ember-app.js",
472
- "line": 70,
473
- "description": "EmberApp is the main class Ember CLI uses to manage the Broccoli trees\nfor your application. It is very tightly integrated with Broccoli and has\na `toTree()` method you can use to get the entire tree for your application.\n\nAvailable init options:\n- storeConfigInMeta, defaults to `true`\n- autoRun, defaults to `true`\n- outputPaths, defaults to `{}`\n- minifyCSS, defaults to `{enabled: !!isProduction,options: { relativeTo: 'assets' }}\n- minifyJS, defaults to `{enabled: !!isProduction}\n- sourcemaps, defaults to `{}`\n- trees, defaults to `{}`\n- jshintrc, defaults to `{}`\n- vendorFiles, defaults to `{}`\n- addons, defaults to `{ exclude: [], include: [] }`",
464
+ "file": "lib/broccoli/ember-app.js",
465
+ "line": 60,
466
+ "description": "EmberApp is the main class Ember CLI uses to manage the Broccoli trees\nfor your application. It is very tightly integrated with Broccoli and has\na `toTree()` method you can use to get the entire tree for your application.\n\nAvailable init options:\n- storeConfigInMeta, defaults to `true`\n- autoRun, defaults to `true`\n- outputPaths, defaults to `{}`\n- minifyCSS, defaults to `{enabled: !!isProduction,options: { relativeTo: 'assets' }}\n- sourcemaps, defaults to `{}`\n- trees, defaults to `{}`\n- vendorFiles, defaults to `{}`\n- addons, defaults to `{ exclude: [], include: [] }`",
474
467
  "is_constructor": 1,
475
468
  "params": [
476
469
  {
@@ -498,7 +491,7 @@
498
491
  "extension_for": [],
499
492
  "module": "ember-cli",
500
493
  "namespace": "",
501
- "file": "lib\\cli\\cli.js",
494
+ "file": "lib/cli/cli.js",
502
495
  "line": 15,
503
496
  "access": "private",
504
497
  "tagname": "",
@@ -520,7 +513,7 @@
520
513
  "extension_for": [],
521
514
  "module": "ember-cli",
522
515
  "namespace": "",
523
- "file": "lib\\models\\package-info-cache\\index.js",
516
+ "file": "lib/models/package-info-cache/index.js",
524
517
  "line": 23,
525
518
  "description": "Class that stores entries that are either PackageInfo or NodeModulesList objects.\nThe entries are stored in a map keyed by real directory path.",
526
519
  "access": "public",
@@ -536,7 +529,7 @@
536
529
  "extension_for": [],
537
530
  "module": "ember-cli",
538
531
  "namespace": "",
539
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
532
+ "file": "lib/models/package-info-cache/node-modules-list.js",
540
533
  "line": 7,
541
534
  "description": "Class that stores information about a node_modules directory (i.e., the\npackages and subdirectories in the directory). It is one of the\ntwo types of entries in a PackageInfoCache. It is only created by the\nPackageInfoCache.",
542
535
  "access": "public",
@@ -552,7 +545,7 @@
552
545
  "extension_for": [],
553
546
  "module": "ember-cli",
554
547
  "namespace": "",
555
- "file": "lib\\models\\package-info-cache\\package-info.js",
548
+ "file": "lib/models/package-info-cache/package-info.js",
556
549
  "line": 50,
557
550
  "description": "Class that stores information about a single package (directory tree with\na package.json and other data, like and Addon or Project.) It is one of the\ntwo types of entries in a PackageInfoCache. It is only created by the\nPackageInfoCache.",
558
551
  "access": "public",
@@ -568,7 +561,7 @@
568
561
  "extension_for": [],
569
562
  "module": "ember-cli",
570
563
  "namespace": "",
571
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
564
+ "file": "lib/models/per-bundle-addon-cache/index.js",
572
565
  "line": 46,
573
566
  "description": "For large applications with many addons (and many instances of each, resulting in\npotentially many millions of addon instances during a build), the build can become\nvery, very slow (tens of minutes) partially due to the sheer number of addon instances.\nThe PerBundleAddonCache deals with this slowness by doing 3 things:\n\n(1) Making only a single copy of each of certain addons and their dependent addons\n(2) Replacing any other instances of those addons with Proxy copies to the single instance\n(3) Having the Proxies return an empty array for their dependent addons, rather\n than proxying to the contents of the single addon instance. This gives up the\n ability of the Proxies to traverse downward into their child addons,\n something that many addons do not do anyway, for the huge reduction in duplications\n of those child addons. For applications that enable `ember-engines` dedupe logic,\n that logic is stateful, and having the Proxies allow access to the child addons array\n just breaks everything, because that logic will try multiple times to remove items\n it thinks are duplicated, messing up the single copy of the child addon array.\n See the explanation of the dedupe logic in\n {@link https://github.com/ember-engines/ember-engines/blob/master/packages/ember-engines/lib/utils/deeply-non-duplicated-addon.js}\n\nWhat follows are the more technical details of how the PerBundleAddonCache implements\nthe above 3 behaviors.\n\nThis class supports per-bundle-host (bundle host = project or lazy engine)\ncaching of addon instances. During addon initialization we cannot add a\ncache to each bundle host object AFTER it is instantiated because running the\naddon constructor ultimately causes Addon class `setupRegistry` code to\nrun which instantiates child addons, which need the cache to already be\nin place for the parent bundle host.\nWe handle this by providing a global cache that exists independent of the\nbundle host objects. That is this object.\n\nThere are a number of \"behaviors\" being implemented by this object and\nits contents. They are:\n(1) Any addon that is a lazy engine has only a single real instance per\nproject - all other references to the lazy engine are to be proxies. These\nlazy engines are compared by name, not by packageInfo.realPath.\n(2) Any addon that is not a lazy engine, there is only a single real instance\nof the addon per \"bundle host\" (i.e. lazy engine or project).\n(3) An optimization - any addon that is in a lazy engine but that is also\nin bundled by its LCA host - the single instance is the one bundled by this\nhost. All other instances (in any lazy engine) are proxies.\n\nNOTE: the optimization is only enabled if the environment variable that controls\n`ember-engines` transitive deduplication (process.env.EMBER_ENGINES_ADDON_DEDUPE)\nis set to a truthy value. For more info, see:\nhttps://github.com/ember-engines/ember-engines/blob/master/packages/ember-engines/lib/engine-addon.js#L396",
574
567
  "access": "public",
@@ -584,8 +577,8 @@
584
577
  "extension_for": [],
585
578
  "module": "ember-cli",
586
579
  "namespace": "",
587
- "file": "lib\\models\\addon.js",
588
- "line": 137,
580
+ "file": "lib/models/addon.js",
581
+ "line": 122,
589
582
  "description": "Root class for an Addon. If your addon module exports an Object this\nwill be extended from this base class. If you export a constructor (function),\nit will **not** extend from this class.\n\nHooks:\n\n- {{#crossLink \"Addon/config:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/blueprintsPath:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/includedCommands:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/importTransforms:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/serverMiddleware:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/testemMiddleware:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/postBuild:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/preBuild:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/outputReady:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/buildError:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/included:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/shouldIncludeChildAddon:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/setupPreprocessorRegistry:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/preprocessTree:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/postprocessTree:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/lintTree:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/contentFor:method\"}}{{/crossLink}}\n- {{#crossLink \"Addon/treeFor:method\"}}{{/crossLink}}",
590
583
  "extends": "CoreObject",
591
584
  "is_constructor": 1,
@@ -612,8 +605,8 @@
612
605
  "extension_for": [],
613
606
  "module": "ember-cli",
614
607
  "namespace": "Blueprint",
615
- "file": "lib\\models\\blueprint.js",
616
- "line": 31,
608
+ "file": "lib/models/blueprint.js",
609
+ "line": 29,
617
610
  "description": "A blueprint is a bundle of template files with optional install\nlogic.\n\nBlueprints follow a simple structure. Let's take the built-in\n`controller` blueprint as an example:\n\n```\nblueprints/controller\n├── files\n│ ├── app\n│ │ └── __path__\n│ │ └── __name__.js\n└── index.js\n\nblueprints/controller-test\n├── files\n│ └── tests\n│ └── unit\n│ └── controllers\n│ └── __test__.js\n└── index.js\n```\n\n## Files\n\n`files` contains templates for the all the files to be\ninstalled into the target directory.\n\nThe `__name__` token is subtituted with the dasherized\nentity name at install time. For example, when the user\ninvokes `ember generate controller foo` then `__name__` becomes\n`foo`. When the `--pod` flag is used, for example `ember\ngenerate controller foo --pod` then `__name__` becomes\n`controller`.\n\nThe `__path__` token is substituted with the blueprint\nname at install time. For example, when the user invokes\n`ember generate controller foo` then `__path__` becomes\n`controller`. When the `--pod` flag is used, for example\n`ember generate controller foo --pod` then `__path__`\nbecomes `foo` (or `<podModulePrefix>/foo` if the\npodModulePrefix is defined). This token is primarily for\npod support, and is only necessary if the blueprint can be\nused in pod structure. If the blueprint does not require pod\nsupport, simply use the blueprint name instead of the\n`__path__` token.\n\nThe `__test__` token is substituted with the dasherized\nentity name and appended with `-test` at install time.\nThis token is primarily for pod support and only necessary\nif the blueprint requires support for a pod structure. If\nthe blueprint does not require pod support, simply use the\n`__name__` token instead.\n\n## Template Variables (AKA Locals)\n\nVariables can be inserted into templates with\n`<%= someVariableName %>`.\n\nFor example, the built-in `util` blueprint\n`files/app/utils/__name__.js` looks like this:\n\n```js\nexport default function <%= camelizedModuleName %>() {\n return true;\n}\n```\n\n`<%= camelizedModuleName %>` is replaced with the real\nvalue at install time.\n\nThe following template variables are provided by default:\n\n- `dasherizedPackageName`\n- `classifiedPackageName`\n- `dasherizedModuleName`\n- `classifiedModuleName`\n- `camelizedModuleName`\n\n`packageName` is the project name as found in the project's\n`package.json`.\n\n`moduleName` is the name of the entity being generated.\n\nThe mechanism for providing custom template variables is\ndescribed below.\n\n## Index.js\n\nCustom installation and uninstallation behavior can be added\nby overriding the hooks documented below. `index.js` should\nexport a plain object, which will extend the prototype of the\n`Blueprint` class. If needed, the original `Blueprint` prototype\ncan be accessed through the `_super` property.\n\n```js\nmodule.exports = {\n locals(options) {\n // Return custom template variables here.\n return {};\n },\n\n normalizeEntityName(entityName) {\n // Normalize and validate entity name here.\n return entityName;\n },\n\n fileMapTokens(options) {\n // Return custom tokens to be replaced in your files\n return {\n __token__(options){\n // logic to determine value goes here\n return 'value';\n }\n }\n },\n\n filesPath(options) {\n return path.join(this.path, 'files');\n },\n\n beforeInstall(options) {},\n afterInstall(options) {},\n beforeUninstall(options) {},\n afterUninstall(options) {}\n\n};\n```\n\n## Blueprint Hooks\n\n### beforeInstall & beforeUninstall\n\nCalled before any of the template files are processed and receives\nthe `options` and `locals` hashes as parameters. Typically used for\nvalidating any additional command line options or for any asynchronous\nsetup that is needed. As an example, the `controller` blueprint validates\nits `--type` option in this hook. If you need to run any asynchronous code,\nwrap it in a promise and return that promise from these hooks. This will\nensure that your code is executed correctly.\n\n### afterInstall & afterUninstall\n\nThe `afterInstall` and `afterUninstall` hooks receives the same\narguments as `locals`. Use it to perform any custom work after the\nfiles are processed. For example, the built-in `route` blueprint\nuses these hooks to add and remove relevant route declarations in\n`app/router.js`.\n\n### Overriding Install\n\nIf you don't want your blueprint to install the contents of\n`files` you can override the `install` method. It receives the\nsame `options` object described above and must return a promise.\nSee the built-in `resource` blueprint for an example of this.",
618
611
  "is_constructor": 1,
619
612
  "extends": "CoreObject",
@@ -642,7 +635,7 @@
642
635
  "extension_for": [],
643
636
  "module": "ember-cli",
644
637
  "namespace": "",
645
- "file": "lib\\models\\builder.js",
638
+ "file": "lib/models/builder.js",
646
639
  "line": 14,
647
640
  "description": "Wrapper for the Broccoli [Builder](https://github.com/broccolijs/broccoli/blob/master/lib/builder.js) class.",
648
641
  "access": "private",
@@ -658,7 +651,7 @@
658
651
  "extension_for": [],
659
652
  "module": "ember-cli",
660
653
  "namespace": "",
661
- "file": "lib\\models\\command.js",
654
+ "file": "lib/models/command.js",
662
655
  "line": 42,
663
656
  "description": "The base class for all CLI commands."
664
657
  },
@@ -683,7 +676,7 @@
683
676
  "extension_for": [],
684
677
  "module": "ember-cli",
685
678
  "namespace": "",
686
- "file": "lib\\models\\instrumentation.js",
679
+ "file": "lib/models/instrumentation.js",
687
680
  "line": 38,
688
681
  "description": "An instance of this class is used for invoking the instrumentation\nhooks on addons.\n\nThe instrumentation types currently supported are:\n\n* init\n* build\n* command\n* shutdown",
689
682
  "access": "private",
@@ -699,8 +692,8 @@
699
692
  "extension_for": [],
700
693
  "module": "ember-cli",
701
694
  "namespace": "",
702
- "file": "lib\\models\\project.js",
703
- "line": 29,
695
+ "file": "lib/models/project.js",
696
+ "line": 27,
704
697
  "description": "The Project model is tied to your package.json. It is instantiated\nby giving {{#crossLink \"Project/closestSync:method\"}}{{/crossLink}}\nthe path to your project.",
705
698
  "is_constructor": 1,
706
699
  "params": [
@@ -736,7 +729,7 @@
736
729
  "extension_for": [],
737
730
  "module": "ember-cli",
738
731
  "namespace": "",
739
- "file": "lib\\tasks\\server\\middleware\\broccoli-serve-files\\index.js",
732
+ "file": "lib/tasks/server/middleware/broccoli-serve-files/index.js",
740
733
  "line": 6,
741
734
  "description": "This addon is used to serve the requested assets and set the required response\nheaders. It runs after broccoli-watcher addon.",
742
735
  "is_constructor": 1
@@ -751,7 +744,7 @@
751
744
  "extension_for": [],
752
745
  "module": "ember-cli",
753
746
  "namespace": "",
754
- "file": "lib\\tasks\\server\\middleware\\broccoli-watcher\\index.js",
747
+ "file": "lib/tasks/server/middleware/broccoli-watcher/index.js",
755
748
  "line": 7,
756
749
  "description": "This addon is used to set the default response headers for the assets that will be\nserved by the next middleware. It waits for the watcher promise to resolve before\nsetting the response headers.",
757
750
  "is_constructor": 1
@@ -766,7 +759,7 @@
766
759
  "extension_for": [],
767
760
  "module": "ember-cli",
768
761
  "namespace": "",
769
- "file": "lib\\tasks\\server\\middleware\\history-support\\index.js",
762
+ "file": "lib/tasks/server/middleware/history-support/index.js",
770
763
  "line": 8,
771
764
  "description": "This addon is used to serve the `index.html` file at every requested\nURL that begins with `rootURL` and is expecting `text/html` output.",
772
765
  "is_constructor": 1
@@ -781,9 +774,9 @@
781
774
  "extension_for": [],
782
775
  "module": "ember-cli",
783
776
  "namespace": "",
784
- "file": "lib\\tasks\\server\\middleware\\tests-server\\index.js",
777
+ "file": "lib/tasks/server/middleware/tests-server/index.js",
785
778
  "line": 9,
786
- "description": "This addon is used to serve the QUnit or Mocha test runner\nat `baseURL + '/tests'`.",
779
+ "description": "This addon is used to serve the QUnit or Mocha test runner\nat `rootURL + '/tests'`.",
787
780
  "is_constructor": 1
788
781
  },
789
782
  "AmdTransformAddon": {
@@ -796,7 +789,7 @@
796
789
  "extension_for": [],
797
790
  "module": "ember-cli",
798
791
  "namespace": "",
799
- "file": "lib\\tasks\\transforms\\amd\\index.js",
792
+ "file": "lib/tasks/transforms/amd/index.js",
800
793
  "line": 4,
801
794
  "description": "This addon is used to register a custom AMD transform for app and addons to use.",
802
795
  "is_constructor": 1
@@ -811,7 +804,7 @@
811
804
  "extension_for": [],
812
805
  "module": "ember-cli",
813
806
  "namespace": "",
814
- "file": "lib\\tasks\\npm-task.js",
807
+ "file": "lib/tasks/npm-task.js",
815
808
  "line": 17,
816
809
  "access": "private",
817
810
  "tagname": "",
@@ -834,7 +827,7 @@
834
827
  "extension_for": [],
835
828
  "module": "is-lazy-engine",
836
829
  "namespace": "",
837
- "file": "lib\\utilities\\windows-admin.js",
830
+ "file": "lib/utilities/windows-admin.js",
838
831
  "line": 6,
839
832
  "description": "On Windows, users will have a much better experience if symlinks are enabled\n and usable. When queried, this object informs Windows users regarding\n improving their build performance, and how.\n > Windows Vista: nothing we can really do, so we fall back to junctions for folders + copying of files\n <= Windows Vista: symlinks are available but using them is somewhat tricky\n * if the user is an admin, the process needs to have been started with elevated privileges\n * if the user is not an admin, a specific setting needs to be enabled\n <= Windows 10\n * if developer mode is enabled, symlinks \"just work\"\n * https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10\n```js\n let checker = WindowsSymlinkChecker;\n let {\n windows,\n elevated\n } = await = checker.checkIfSymlinksNeedToBeEnabled(); // aslso emits helpful warnings\n ```",
840
833
  "access": "public",
@@ -844,8 +837,8 @@
844
837
  "elements": {},
845
838
  "classitems": [
846
839
  {
847
- "file": "lib\\broccoli\\ember-app.js",
848
- "line": 199,
840
+ "file": "lib/broccoli/ember-app.js",
841
+ "line": 180,
849
842
  "description": "Initializes the `tests` and `hinting` properties.\n\nDefaults to `false` unless `ember test` was used or this is *not* a production build.",
850
843
  "access": "private",
851
844
  "tagname": "",
@@ -862,8 +855,8 @@
862
855
  "module": "ember-cli"
863
856
  },
864
857
  {
865
- "file": "lib\\broccoli\\ember-app.js",
866
- "line": 215,
858
+ "file": "lib/broccoli/ember-app.js",
859
+ "line": 196,
867
860
  "description": "Initializes the `project` property from `options.project` or the\nclosest Ember CLI project from the current working directory.",
868
861
  "access": "private",
869
862
  "tagname": "",
@@ -880,8 +873,8 @@
880
873
  "module": "ember-cli"
881
874
  },
882
875
  {
883
- "file": "lib\\broccoli\\ember-app.js",
884
- "line": 236,
876
+ "file": "lib/broccoli/ember-app.js",
877
+ "line": 217,
885
878
  "description": "Initializes the `options` property from the `options` parameter and\na set of default values from Ember CLI.",
886
879
  "access": "private",
887
880
  "tagname": "",
@@ -898,8 +891,8 @@
898
891
  "module": "ember-cli"
899
892
  },
900
893
  {
901
- "file": "lib\\broccoli\\ember-app.js",
902
- "line": 452,
894
+ "file": "lib/broccoli/ember-app.js",
895
+ "line": 320,
903
896
  "description": "Resolves a path relative to the project's root",
904
897
  "access": "private",
905
898
  "tagname": "",
@@ -909,8 +902,8 @@
909
902
  "module": "ember-cli"
910
903
  },
911
904
  {
912
- "file": "lib\\broccoli\\ember-app.js",
913
- "line": 462,
905
+ "file": "lib/broccoli/ember-app.js",
906
+ "line": 330,
914
907
  "access": "private",
915
908
  "tagname": "",
916
909
  "itemtype": "method",
@@ -919,8 +912,8 @@
919
912
  "module": "ember-cli"
920
913
  },
921
914
  {
922
- "file": "lib\\broccoli\\ember-app.js",
923
- "line": 581,
915
+ "file": "lib/broccoli/ember-app.js",
916
+ "line": 357,
924
917
  "description": "Returns the environment name",
925
918
  "access": "public",
926
919
  "tagname": "",
@@ -935,8 +928,8 @@
935
928
  "module": "ember-cli"
936
929
  },
937
930
  {
938
- "file": "lib\\broccoli\\ember-app.js",
939
- "line": 593,
931
+ "file": "lib/broccoli/ember-app.js",
932
+ "line": 369,
940
933
  "description": "Delegates to `broccoli-concat` with the `sourceMapConfig` option set to `options.sourcemaps`.",
941
934
  "access": "private",
942
935
  "tagname": "",
@@ -959,8 +952,8 @@
959
952
  "module": "ember-cli"
960
953
  },
961
954
  {
962
- "file": "lib\\broccoli\\ember-app.js",
963
- "line": 608,
955
+ "file": "lib/broccoli/ember-app.js",
956
+ "line": 384,
964
957
  "description": "Checks the result of `addon.isEnabled()` if it exists, defaults to `true` otherwise.",
965
958
  "access": "private",
966
959
  "tagname": "",
@@ -981,8 +974,8 @@
981
974
  "module": "ember-cli"
982
975
  },
983
976
  {
984
- "file": "lib\\broccoli\\ember-app.js",
985
- "line": 620,
977
+ "file": "lib/broccoli/ember-app.js",
978
+ "line": 396,
986
979
  "access": "private",
987
980
  "tagname": "",
988
981
  "itemtype": "method",
@@ -1002,8 +995,8 @@
1002
995
  "module": "ember-cli"
1003
996
  },
1004
997
  {
1005
- "file": "lib\\broccoli\\ember-app.js",
1006
- "line": 631,
998
+ "file": "lib/broccoli/ember-app.js",
999
+ "line": 407,
1007
1000
  "access": "private",
1008
1001
  "tagname": "",
1009
1002
  "itemtype": "method",
@@ -1023,29 +1016,8 @@
1023
1016
  "module": "ember-cli"
1024
1017
  },
1025
1018
  {
1026
- "file": "lib\\broccoli\\ember-app.js",
1027
- "line": 642,
1028
- "access": "private",
1029
- "tagname": "",
1030
- "itemtype": "method",
1031
- "name": "_checkEmberCliBabel",
1032
- "params": [
1033
- {
1034
- "name": "addons",
1035
- "description": "",
1036
- "type": "Addons"
1037
- }
1038
- ],
1039
- "return": {
1040
- "description": "",
1041
- "type": "Boolean"
1042
- },
1043
- "class": "EmberApp",
1044
- "module": "ember-cli"
1045
- },
1046
- {
1047
- "file": "lib\\broccoli\\ember-app.js",
1048
- "line": 670,
1019
+ "file": "lib/broccoli/ember-app.js",
1020
+ "line": 418,
1049
1021
  "description": "Returns whether an addon should be added to the project",
1050
1022
  "access": "private",
1051
1023
  "tagname": "",
@@ -1066,8 +1038,8 @@
1066
1038
  "module": "ember-cli"
1067
1039
  },
1068
1040
  {
1069
- "file": "lib\\broccoli\\ember-app.js",
1070
- "line": 686,
1041
+ "file": "lib/broccoli/ember-app.js",
1042
+ "line": 434,
1071
1043
  "description": "Calls the included hook on addons.",
1072
1044
  "access": "private",
1073
1045
  "tagname": "",
@@ -1077,8 +1049,8 @@
1077
1049
  "module": "ember-cli"
1078
1050
  },
1079
1051
  {
1080
- "file": "lib\\broccoli\\ember-app.js",
1081
- "line": 726,
1052
+ "file": "lib/broccoli/ember-app.js",
1053
+ "line": 470,
1082
1054
  "description": "Calls the importTransforms hook on addons.",
1083
1055
  "access": "private",
1084
1056
  "tagname": "",
@@ -1088,8 +1060,8 @@
1088
1060
  "module": "ember-cli"
1089
1061
  },
1090
1062
  {
1091
- "file": "lib\\broccoli\\ember-app.js",
1092
- "line": 775,
1063
+ "file": "lib/broccoli/ember-app.js",
1064
+ "line": 519,
1093
1065
  "description": "Loads and initializes addons for this project.\nCalls initializeAddons on the Project.",
1094
1066
  "access": "private",
1095
1067
  "tagname": "",
@@ -1099,8 +1071,8 @@
1099
1071
  "module": "ember-cli"
1100
1072
  },
1101
1073
  {
1102
- "file": "lib\\broccoli\\ember-app.js",
1103
- "line": 802,
1074
+ "file": "lib/broccoli/ember-app.js",
1075
+ "line": 546,
1104
1076
  "description": "Returns a list of trees for a given type, returned by all addons.",
1105
1077
  "access": "private",
1106
1078
  "tagname": "",
@@ -1121,8 +1093,8 @@
1121
1093
  "module": "ember-cli"
1122
1094
  },
1123
1095
  {
1124
- "file": "lib\\broccoli\\ember-app.js",
1125
- "line": 901,
1096
+ "file": "lib/broccoli/ember-app.js",
1097
+ "line": 558,
1126
1098
  "description": "Runs addon post-processing on a given tree and returns the processed tree.\n\nThis enables addons to do process immediately **after** the preprocessor for a\ngiven type is run, but before concatenation occurs. If an addon wishes to\napply a transform before the preprocessors run, they can instead implement the\npreprocessTree hook.\n\nTo utilize this addons implement `postprocessTree` hook.\n\nAn example, would be to apply some broccoli transform on all JS files, but\nonly after the existing pre-processors have run.\n\n```js\nmodule.exports = {\n name: 'my-cool-addon',\n postprocessTree(type, tree) {\n if (type === 'js') {\n return someBroccoliTransform(tree);\n }\n\n return tree;\n }\n}\n\n```",
1127
1099
  "access": "private",
1128
1100
  "tagname": "",
@@ -1148,8 +1120,8 @@
1148
1120
  "module": "ember-cli"
1149
1121
  },
1150
1122
  {
1151
- "file": "lib\\broccoli\\ember-app.js",
1152
- "line": 938,
1123
+ "file": "lib/broccoli/ember-app.js",
1124
+ "line": 595,
1153
1125
  "description": "Runs addon pre-processing on a given tree and returns the processed tree.\n\nThis enables addons to do process immediately **before** the preprocessor for a\ngiven type is run. If an addon wishes to apply a transform after the\npreprocessors run, they can instead implement the postprocessTree hook.\n\nTo utilize this addons implement `preprocessTree` hook.\n\nAn example, would be to remove some set of files before the preprocessors run.\n\n```js\nvar stew = require('broccoli-stew');\n\nmodule.exports = {\n name: 'my-cool-addon',\n preprocessTree(type, tree) {\n if (type === 'js' && type === 'template') {\n return stew.rm(tree, someGlobPattern);\n }\n\n return tree;\n }\n}\n```",
1154
1126
  "access": "private",
1155
1127
  "tagname": "",
@@ -1175,8 +1147,8 @@
1175
1147
  "module": "ember-cli"
1176
1148
  },
1177
1149
  {
1178
- "file": "lib\\broccoli\\ember-app.js",
1179
- "line": 974,
1150
+ "file": "lib/broccoli/ember-app.js",
1151
+ "line": 631,
1180
1152
  "description": "Runs addon lintTree hooks and returns a single tree containing all\ntheir output.",
1181
1153
  "access": "private",
1182
1154
  "tagname": "",
@@ -1202,8 +1174,8 @@
1202
1174
  "module": "ember-cli"
1203
1175
  },
1204
1176
  {
1205
- "file": "lib\\broccoli\\ember-app.js",
1206
- "line": 993,
1177
+ "file": "lib/broccoli/ember-app.js",
1178
+ "line": 650,
1207
1179
  "description": "Imports legacy imports in this.vendorFiles",
1208
1180
  "access": "private",
1209
1181
  "tagname": "",
@@ -1213,8 +1185,8 @@
1213
1185
  "module": "ember-cli"
1214
1186
  },
1215
1187
  {
1216
- "file": "lib\\broccoli\\ember-app.js",
1217
- "line": 1174,
1188
+ "file": "lib/broccoli/ember-app.js",
1189
+ "line": 827,
1218
1190
  "access": "private",
1219
1191
  "tagname": "",
1220
1192
  "itemtype": "method",
@@ -1227,8 +1199,8 @@
1227
1199
  "module": "ember-cli"
1228
1200
  },
1229
1201
  {
1230
- "file": "lib\\broccoli\\ember-app.js",
1231
- "line": 1389,
1202
+ "file": "lib/broccoli/ember-app.js",
1203
+ "line": 1034,
1232
1204
  "description": "Runs the `app`, `tests` and `templates` trees through the chain of addons that produces lint trees.\n\nThose lint trees are afterwards funneled into the `tests` folder, babel-ified and returned as an array.",
1233
1205
  "access": "private",
1234
1206
  "tagname": "",
@@ -1242,29 +1214,8 @@
1242
1214
  "module": "ember-cli"
1243
1215
  },
1244
1216
  {
1245
- "file": "lib\\broccoli\\ember-app.js",
1246
- "line": 1429,
1247
- "access": "private",
1248
- "tagname": "",
1249
- "itemtype": "method",
1250
- "name": "_addonInstalled",
1251
- "params": [
1252
- {
1253
- "name": "addonName",
1254
- "description": "The name of the addon we are checking to see if it's installed",
1255
- "type": "String"
1256
- }
1257
- ],
1258
- "return": {
1259
- "description": "",
1260
- "type": "Boolean"
1261
- },
1262
- "class": "EmberApp",
1263
- "module": "ember-cli"
1264
- },
1265
- {
1266
- "file": "lib\\broccoli\\ember-app.js",
1267
- "line": 1439,
1217
+ "file": "lib/broccoli/ember-app.js",
1218
+ "line": 1074,
1268
1219
  "access": "public",
1269
1220
  "tagname": "",
1270
1221
  "itemtype": "method",
@@ -1277,8 +1228,8 @@
1277
1228
  "module": "ember-cli"
1278
1229
  },
1279
1230
  {
1280
- "file": "lib\\broccoli\\ember-app.js",
1281
- "line": 1448,
1231
+ "file": "lib/broccoli/ember-app.js",
1232
+ "line": 1083,
1282
1233
  "description": "Imports an asset into the application.",
1283
1234
  "access": "public",
1284
1235
  "tagname": "",
@@ -1335,8 +1286,8 @@
1335
1286
  "module": "ember-cli"
1336
1287
  },
1337
1288
  {
1338
- "file": "lib\\broccoli\\ember-app.js",
1339
- "line": 1494,
1289
+ "file": "lib/broccoli/ember-app.js",
1290
+ "line": 1129,
1340
1291
  "access": "private",
1341
1292
  "tagname": "",
1342
1293
  "itemtype": "method",
@@ -1372,8 +1323,8 @@
1372
1323
  "module": "ember-cli"
1373
1324
  },
1374
1325
  {
1375
- "file": "lib\\broccoli\\ember-app.js",
1376
- "line": 1579,
1326
+ "file": "lib/broccoli/ember-app.js",
1327
+ "line": 1214,
1377
1328
  "access": "private",
1378
1329
  "tagname": "",
1379
1330
  "itemtype": "method",
@@ -1393,8 +1344,8 @@
1393
1344
  "module": "ember-cli"
1394
1345
  },
1395
1346
  {
1396
- "file": "lib\\broccoli\\ember-app.js",
1397
- "line": 1620,
1347
+ "file": "lib/broccoli/ember-app.js",
1348
+ "line": 1255,
1398
1349
  "description": "Returns an array of trees for this application",
1399
1350
  "access": "private",
1400
1351
  "tagname": "",
@@ -1408,8 +1359,8 @@
1408
1359
  "module": "ember-cli"
1409
1360
  },
1410
1361
  {
1411
- "file": "lib\\broccoli\\ember-app.js",
1412
- "line": 1724,
1362
+ "file": "lib/broccoli/ember-app.js",
1363
+ "line": 1292,
1413
1364
  "description": "Returns the merged tree for this application",
1414
1365
  "access": "public",
1415
1366
  "tagname": "",
@@ -1431,7 +1382,7 @@
1431
1382
  "module": "ember-cli"
1432
1383
  },
1433
1384
  {
1434
- "file": "lib\\cli\\cli.js",
1385
+ "file": "lib/cli/cli.js",
1435
1386
  "line": 22,
1436
1387
  "access": "private",
1437
1388
  "tagname": "",
@@ -1441,7 +1392,7 @@
1441
1392
  "module": "ember-cli"
1442
1393
  },
1443
1394
  {
1444
- "file": "lib\\cli\\cli.js",
1395
+ "file": "lib/cli/cli.js",
1445
1396
  "line": 28,
1446
1397
  "access": "private",
1447
1398
  "tagname": "",
@@ -1452,7 +1403,7 @@
1452
1403
  "module": "ember-cli"
1453
1404
  },
1454
1405
  {
1455
- "file": "lib\\cli\\cli.js",
1406
+ "file": "lib/cli/cli.js",
1456
1407
  "line": 35,
1457
1408
  "access": "private",
1458
1409
  "tagname": "",
@@ -1462,7 +1413,7 @@
1462
1413
  "module": "ember-cli"
1463
1414
  },
1464
1415
  {
1465
- "file": "lib\\cli\\cli.js",
1416
+ "file": "lib/cli/cli.js",
1466
1417
  "line": 41,
1467
1418
  "access": "private",
1468
1419
  "tagname": "",
@@ -1473,7 +1424,7 @@
1473
1424
  "module": "ember-cli"
1474
1425
  },
1475
1426
  {
1476
- "file": "lib\\cli\\cli.js",
1427
+ "file": "lib/cli/cli.js",
1477
1428
  "line": 48,
1478
1429
  "access": "private",
1479
1430
  "tagname": "",
@@ -1484,7 +1435,7 @@
1484
1435
  "module": "ember-cli"
1485
1436
  },
1486
1437
  {
1487
- "file": "lib\\cli\\cli.js",
1438
+ "file": "lib/cli/cli.js",
1488
1439
  "line": 55,
1489
1440
  "access": "private",
1490
1441
  "tagname": "",
@@ -1494,7 +1445,7 @@
1494
1445
  "module": "ember-cli"
1495
1446
  },
1496
1447
  {
1497
- "file": "lib\\cli\\cli.js",
1448
+ "file": "lib/cli/cli.js",
1498
1449
  "line": 61,
1499
1450
  "access": "private",
1500
1451
  "tagname": "",
@@ -1504,7 +1455,7 @@
1504
1455
  "module": "ember-cli"
1505
1456
  },
1506
1457
  {
1507
- "file": "lib\\cli\\cli.js",
1458
+ "file": "lib/cli/cli.js",
1508
1459
  "line": 67,
1509
1460
  "access": "private",
1510
1461
  "tagname": "",
@@ -1514,7 +1465,7 @@
1514
1465
  "module": "ember-cli"
1515
1466
  },
1516
1467
  {
1517
- "file": "lib\\cli\\cli.js",
1468
+ "file": "lib/cli/cli.js",
1518
1469
  "line": 83,
1519
1470
  "access": "private",
1520
1471
  "tagname": "",
@@ -1538,7 +1489,7 @@
1538
1489
  "module": "ember-cli"
1539
1490
  },
1540
1491
  {
1541
- "file": "lib\\cli\\cli.js",
1492
+ "file": "lib/cli/cli.js",
1542
1493
  "line": 122,
1543
1494
  "access": "private",
1544
1495
  "tagname": "",
@@ -1559,8 +1510,8 @@
1559
1510
  "module": "ember-cli"
1560
1511
  },
1561
1512
  {
1562
- "file": "lib\\cli\\cli.js",
1563
- "line": 264,
1513
+ "file": "lib/cli/cli.js",
1514
+ "line": 255,
1564
1515
  "access": "private",
1565
1516
  "tagname": "",
1566
1517
  "itemtype": "method",
@@ -1579,8 +1530,8 @@
1579
1530
  "module": "ember-cli"
1580
1531
  },
1581
1532
  {
1582
- "file": "lib\\cli\\cli.js",
1583
- "line": 305,
1533
+ "file": "lib/cli/cli.js",
1534
+ "line": 296,
1584
1535
  "access": "private",
1585
1536
  "tagname": "",
1586
1537
  "itemtype": "method",
@@ -1599,7 +1550,7 @@
1599
1550
  "module": "ember-cli"
1600
1551
  },
1601
1552
  {
1602
- "file": "lib\\debug\\assert.js",
1553
+ "file": "lib/debug/assert.js",
1603
1554
  "line": 3,
1604
1555
  "description": "Verify that a certain condition is met, or throw an error if otherwise.\n\nThis is useful for communicating expectations in the code to other human\nreaders as well as catching bugs that accidentally violate these expectations.\n\n```js\nconst { assert } = require('ember-cli/lib/debug');\n\n// Test for truthiness:\nassert('Must pass a string.', typeof str === 'string');\n\n// Fail unconditionally:\nassert('This code path should never run.');\n```",
1605
1556
  "itemtype": "method",
@@ -1620,7 +1571,7 @@
1620
1571
  "module": "ember-cli"
1621
1572
  },
1622
1573
  {
1623
- "file": "lib\\debug\\deprecate.js",
1574
+ "file": "lib/debug/deprecate.js",
1624
1575
  "line": 7,
1625
1576
  "description": "Display a deprecation message.\n\n```js\nconst { deprecate } = require('ember-cli/lib/debug');\n\ndeprecate('The `foo` method is deprecated.', false, {\n for: 'ember-cli',\n id: 'ember-cli.foo-method',\n since: {\n available: '4.1.0',\n enabled: '4.2.0',\n },\n until: '5.0.0',\n url: 'https://example.com',\n});\n```",
1626
1577
  "itemtype": "method",
@@ -1646,7 +1597,7 @@
1646
1597
  "module": "ember-cli"
1647
1598
  },
1648
1599
  {
1649
- "file": "lib\\models\\package-info-cache\\index.js",
1600
+ "file": "lib/models/package-info-cache/index.js",
1650
1601
  "line": 36,
1651
1602
  "description": "Clear the cache information.",
1652
1603
  "access": "private",
@@ -1657,7 +1608,7 @@
1657
1608
  "module": "ember-cli"
1658
1609
  },
1659
1610
  {
1660
- "file": "lib\\models\\package-info-cache\\index.js",
1611
+ "file": "lib/models/package-info-cache/index.js",
1661
1612
  "line": 48,
1662
1613
  "description": "Indicates if there is at least one error in any object in the cache.",
1663
1614
  "access": "public",
@@ -1671,7 +1622,7 @@
1671
1622
  "module": "ember-cli"
1672
1623
  },
1673
1624
  {
1674
- "file": "lib\\models\\package-info-cache\\index.js",
1625
+ "file": "lib/models/package-info-cache/index.js",
1675
1626
  "line": 65,
1676
1627
  "description": "Gather all the errors in the PIC and any cached objects, then dump them\nout to the ui-console.",
1677
1628
  "access": "public",
@@ -1682,7 +1633,7 @@
1682
1633
  "module": "ember-cli"
1683
1634
  },
1684
1635
  {
1685
- "file": "lib\\models\\package-info-cache\\index.js",
1636
+ "file": "lib/models/package-info-cache/index.js",
1686
1637
  "line": 80,
1687
1638
  "description": "Dump all the errors for a single object in the cache out to the ui-console.\n\nSpecial case: because package-info-cache also creates PackageInfo objects for entries\nthat do not actually exist (to allow simplifying the code), if there's a case where\nan object has only the single error ERROR_PACKAGE_DIR_MISSING, do not print\nanything. The package will have been found as a reference from some other\naddon or the root project, and we'll print a reference error there. Having\nboth is just confusing to users.",
1688
1639
  "access": "private",
@@ -1693,7 +1644,7 @@
1693
1644
  "module": "ember-cli"
1694
1645
  },
1695
1646
  {
1696
- "file": "lib\\models\\package-info-cache\\index.js",
1647
+ "file": "lib/models/package-info-cache/index.js",
1697
1648
  "line": 146,
1698
1649
  "description": "Process the root directory of a project, given a\nProject object (we need the object in order to find the internal addons).\n_readPackage takes care of the general processing of the root directory\nand common locations for addons, filling the cache with each. Once it\nreturns, we take care of the locations for addons that are specific to\nprojects, not other packages (e.g. internal addons, cli root).\n\nOnce all the project processing is done, go back through all cache entries\nto create references between the packageInfo objects.",
1699
1650
  "access": "public",
@@ -1714,7 +1665,7 @@
1714
1665
  "module": "ember-cli"
1715
1666
  },
1716
1667
  {
1717
- "file": "lib\\models\\package-info-cache\\index.js",
1668
+ "file": "lib/models/package-info-cache/index.js",
1718
1669
  "line": 203,
1719
1670
  "description": "To support the project.reloadPkg method, we need the ability to flush\nthe cache and reload from the updated package.json.\nThere are some issues with doing this:\n - Because of the possible relationship between projects and their addons\n due to symlinks, it's not trivial to flush only the data related to a\n given project.\n - If an 'ember-build-cli.js' dynamically adds new projects to the cache,\n we will not necessarily get called again to redo the loading of those\n projects.\nThe solution, implemented here:\n - Keep track of the Project objects whose packages are loaded into the cache.\n - If a project is reloaded, flush the cache, then do loadPackage again\n for all the known Projects.",
1720
1671
  "access": "public",
@@ -1728,7 +1679,7 @@
1728
1679
  "module": "ember-cli"
1729
1680
  },
1730
1681
  {
1731
- "file": "lib\\models\\package-info-cache\\index.js",
1682
+ "file": "lib/models/package-info-cache/index.js",
1732
1683
  "line": 228,
1733
1684
  "description": "Do the actual processing of the root directory of an addon, when the addon\nobject already exists (i.e. the addon is acting as the root object of a\ntree, like project does). We need the object in order to find the internal addons.\n_readPackage takes care of the general processing of the root directory\nand common locations for addons, filling the cache with each.\n\nOnce all the addon processing is done, go back through all cache entries\nto create references between the packageInfo objects.",
1734
1685
  "access": "public",
@@ -1749,7 +1700,7 @@
1749
1700
  "module": "ember-cli"
1750
1701
  },
1751
1702
  {
1752
- "file": "lib\\models\\package-info-cache\\index.js",
1703
+ "file": "lib/models/package-info-cache/index.js",
1753
1704
  "line": 262,
1754
1705
  "description": "Resolve the node_module dependencies across all packages after they have\nbeen loaded into the cache, because we don't know when a particular package\nwill enter the cache.\n\nSince loadProject can be called multiple times for different projects,\nwe don't want to reprocess any packages that happen to be common\nbetween them. We'll handle this by marking any packageInfo once it\nhas been processed here, then ignore it in any later processing.",
1755
1706
  "access": "private",
@@ -1760,7 +1711,7 @@
1760
1711
  "module": "ember-cli"
1761
1712
  },
1762
1713
  {
1763
- "file": "lib\\models\\package-info-cache\\index.js",
1714
+ "file": "lib/models/package-info-cache/index.js",
1764
1715
  "line": 299,
1765
1716
  "description": "Add an entry to the cache.",
1766
1717
  "access": "private",
@@ -1771,7 +1722,7 @@
1771
1722
  "module": "ember-cli"
1772
1723
  },
1773
1724
  {
1774
- "file": "lib\\models\\package-info-cache\\index.js",
1725
+ "file": "lib/models/package-info-cache/index.js",
1775
1726
  "line": 309,
1776
1727
  "description": "Retrieve an entry from the cache.",
1777
1728
  "access": "public",
@@ -1793,7 +1744,7 @@
1793
1744
  "module": "ember-cli"
1794
1745
  },
1795
1746
  {
1796
- "file": "lib\\models\\package-info-cache\\index.js",
1747
+ "file": "lib/models/package-info-cache/index.js",
1797
1748
  "line": 321,
1798
1749
  "description": "Indicate if an entry for a given path exists in the cache.",
1799
1750
  "access": "public",
@@ -1814,7 +1765,7 @@
1814
1765
  "module": "ember-cli"
1815
1766
  },
1816
1767
  {
1817
- "file": "lib\\models\\package-info-cache\\index.js",
1768
+ "file": "lib/models/package-info-cache/index.js",
1818
1769
  "line": 395,
1819
1770
  "description": "Given a directory that supposedly contains a package, create a PackageInfo\nobject and try to fill it out, EVEN IF the package.json is not readable.\nErrors will then be stored in the PackageInfo for anything with the package\nthat might be wrong.\nBecause it's possible that the path given to the packageDir is not actually valid,\nwe'll just use the path.resolve() version of that path to search for the\npath in the cache, before trying to get the 'real' path (which also then\nresolves links). The cache itself is keyed on either the realPath, if the\npackageDir is actually a real valid directory path, or the normalized path (before\npath.resolve()), if it is not.\n\nNOTE: the cache is also used to store the NULL_PROJECT project object,\nwhich actually has no package.json or other files, but does have an empty\npackage object. Because of that, and to speed up processing, loadProject()\nwill pass in both the package root directory path and the project's package\nobject, if there is one. If the package object is present, we will use that\nin preference to trying to find a package.json file.\n\nIf there is no package object, and there is no package.json or the package.json\nis bad or the package is an addon with\nno main, the only thing we can do is return an ErrorEntry to the caller.\nOnce past all those problems, if any error occurs with any of the contents\nof the package, they'll be cached in the PackageInfo itself.\n\nIn summary, only PackageInfo or ErrorEntry will be returned.",
1820
1771
  "access": "private",
@@ -1837,7 +1788,7 @@
1837
1788
  "module": "ember-cli"
1838
1789
  },
1839
1790
  {
1840
- "file": "lib\\models\\package-info-cache\\index.js",
1791
+ "file": "lib/models/package-info-cache/index.js",
1841
1792
  "line": 585,
1842
1793
  "description": "Process a directory of modules in a given package directory.\n\nWe will allow cache entries for node_modules that actually\nhave no contents, just so we don't have to hit the file system more\noften than necessary--it's much quicker to check an in-memory object.\nobject.\n\nNote: only a NodeModulesList or null is returned.",
1843
1794
  "access": "private",
@@ -1855,7 +1806,7 @@
1855
1806
  "module": "ember-cli"
1856
1807
  },
1857
1808
  {
1858
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1809
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1859
1810
  "line": 43,
1860
1811
  "description": "Given error data, add an ErrorEntry to the ErrorList for this object.",
1861
1812
  "access": "protected",
@@ -1878,7 +1829,7 @@
1878
1829
  "module": "ember-cli"
1879
1830
  },
1880
1831
  {
1881
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1832
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1882
1833
  "line": 56,
1883
1834
  "description": "Indicate if there are any errors in the NodeModulesList itself (not\nincluding errors within the individual entries).",
1884
1835
  "access": "public",
@@ -1889,7 +1840,7 @@
1889
1840
  "module": "ember-cli"
1890
1841
  },
1891
1842
  {
1892
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1843
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1893
1844
  "line": 67,
1894
1845
  "description": "Add an entry (PackageInfo or NodeModulesList instance) to the entries\nfor this list. This is only called by PackageInfoCache. It is not intended\nto be called directly by anything else.",
1895
1846
  "access": "protected",
@@ -1912,7 +1863,7 @@
1912
1863
  "module": "ember-cli"
1913
1864
  },
1914
1865
  {
1915
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1866
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1916
1867
  "line": 84,
1917
1868
  "description": "Return a PackageInfo object for a given package name (which may include\na scope)",
1918
1869
  "access": "public",
@@ -1933,7 +1884,7 @@
1933
1884
  "module": "ember-cli"
1934
1885
  },
1935
1886
  {
1936
- "file": "lib\\models\\package-info-cache\\package-info.js",
1887
+ "file": "lib/models/package-info-cache/package-info.js",
1937
1888
  "line": 96,
1938
1889
  "description": "Given error data, add an ErrorEntry to the ErrorList for this object.\nThis is used by the _readPackage and _readNodeModulesList methods. It\nshould not be called otherwise.",
1939
1890
  "access": "protected",
@@ -1956,7 +1907,7 @@
1956
1907
  "module": "ember-cli"
1957
1908
  },
1958
1909
  {
1959
- "file": "lib\\models\\package-info-cache\\package-info.js",
1910
+ "file": "lib/models/package-info-cache/package-info.js",
1960
1911
  "line": 111,
1961
1912
  "description": "Indicate if there are any errors in the ErrorList for this package. Note that this does\nNOT indicate if there are any errors in the objects referred to by this package (e.g.,\ninternal addons or dependencies).",
1962
1913
  "access": "public",
@@ -1974,7 +1925,7 @@
1974
1925
  "module": "ember-cli"
1975
1926
  },
1976
1927
  {
1977
- "file": "lib\\models\\package-info-cache\\package-info.js",
1928
+ "file": "lib/models/package-info-cache/package-info.js",
1978
1929
  "line": 124,
1979
1930
  "description": "Add a reference to an in-repo addon PackageInfo object.",
1980
1931
  "access": "protected",
@@ -1995,7 +1946,7 @@
1995
1946
  "module": "ember-cli"
1996
1947
  },
1997
1948
  {
1998
- "file": "lib\\models\\package-info-cache\\package-info.js",
1949
+ "file": "lib/models/package-info-cache/package-info.js",
1999
1950
  "line": 139,
2000
1951
  "description": "Add a reference to an internal addon PackageInfo object.\n\"internal\" addons (note: not in-repo addons) only exist in\nProjects, not other packages. Since the cache is loaded from\n'loadProject', this can be done appropriately.",
2001
1952
  "access": "protected",
@@ -2016,7 +1967,7 @@
2016
1967
  "module": "ember-cli"
2017
1968
  },
2018
1969
  {
2019
- "file": "lib\\models\\package-info-cache\\package-info.js",
1970
+ "file": "lib/models/package-info-cache/package-info.js",
2020
1971
  "line": 157,
2021
1972
  "description": "For each dependency in the given list, find the corresponding\nPackageInfo object in the cache (going up the file tree if\nnecessary, as in the node resolution algorithm). Return a map\nof the dependencyName to PackageInfo object. Caller can then\nstore it wherever they like.\n\nNote: this is not to be called until all packages that can be have\nbeen added to the cache.\n\nNote: this is for ALL dependencies, not just addons. To get just\naddons, filter the result by calling pkgInfo.isForAddon().\n\nNote: this is only intended for use from PackageInfoCache._resolveDependencies.\nIt is not to be called directly by anything else.",
2022
1973
  "access": "protected",
@@ -2038,7 +1989,7 @@
2038
1989
  "module": "ember-cli"
2039
1990
  },
2040
1991
  {
2041
- "file": "lib\\models\\package-info-cache\\package-info.js",
1992
+ "file": "lib/models/package-info-cache/package-info.js",
2042
1993
  "line": 226,
2043
1994
  "description": "Indicate if this packageInfo is for a project. Should be called only after the project\nhas been loaded (see {@link PackageInfoCache#loadProject} for details).",
2044
1995
  "itemtype": "method",
@@ -2051,7 +2002,7 @@
2051
2002
  "module": "ember-cli"
2052
2003
  },
2053
2004
  {
2054
- "file": "lib\\models\\package-info-cache\\package-info.js",
2005
+ "file": "lib/models/package-info-cache/package-info.js",
2055
2006
  "line": 237,
2056
2007
  "description": "Indicate if this packageInfo is for an Addon.",
2057
2008
  "itemtype": "method",
@@ -2064,7 +2015,7 @@
2064
2015
  "module": "ember-cli"
2065
2016
  },
2066
2017
  {
2067
- "file": "lib\\models\\package-info-cache\\package-info.js",
2018
+ "file": "lib/models/package-info-cache/package-info.js",
2068
2019
  "line": 247,
2069
2020
  "description": "Indicate if this packageInfo represents an engine.",
2070
2021
  "itemtype": "method",
@@ -2077,7 +2028,7 @@
2077
2028
  "module": "ember-cli"
2078
2029
  },
2079
2030
  {
2080
- "file": "lib\\models\\package-info-cache\\package-info.js",
2031
+ "file": "lib/models/package-info-cache/package-info.js",
2081
2032
  "line": 257,
2082
2033
  "description": "Indicate if this packageInfo represents a lazy engine.",
2083
2034
  "itemtype": "method",
@@ -2090,7 +2041,7 @@
2090
2041
  "module": "ember-cli"
2091
2042
  },
2092
2043
  {
2093
- "file": "lib\\models\\package-info-cache\\package-info.js",
2044
+ "file": "lib/models/package-info-cache/package-info.js",
2094
2045
  "line": 268,
2095
2046
  "description": "For use with the PerBundleAddonCache, is this packageInfo representing a\nbundle host (for now, a Project or a lazy engine).",
2096
2047
  "itemtype": "method",
@@ -2103,7 +2054,7 @@
2103
2054
  "module": "ember-cli"
2104
2055
  },
2105
2056
  {
2106
- "file": "lib\\models\\package-info-cache\\package-info.js",
2057
+ "file": "lib/models/package-info-cache/package-info.js",
2107
2058
  "line": 279,
2108
2059
  "description": "Add to a list of child addon PackageInfos for this packageInfo.",
2109
2060
  "itemtype": "method",
@@ -2129,7 +2080,7 @@
2129
2080
  "module": "ember-cli"
2130
2081
  },
2131
2082
  {
2132
- "file": "lib\\models\\package-info-cache\\package-info.js",
2083
+ "file": "lib/models/package-info-cache/package-info.js",
2133
2084
  "line": 318,
2134
2085
  "description": "Discover the child addons for this packageInfo, which corresponds to an Addon.",
2135
2086
  "itemtype": "method",
@@ -2138,7 +2089,7 @@
2138
2089
  "module": "ember-cli"
2139
2090
  },
2140
2091
  {
2141
- "file": "lib\\models\\package-info-cache\\package-info.js",
2092
+ "file": "lib/models/package-info-cache/package-info.js",
2142
2093
  "line": 336,
2143
2094
  "description": "Discover the child addons for this packageInfo, which corresponds to a Project.",
2144
2095
  "itemtype": "method",
@@ -2147,7 +2098,7 @@
2147
2098
  "module": "ember-cli"
2148
2099
  },
2149
2100
  {
2150
- "file": "lib\\models\\package-info-cache\\package-info.js",
2101
+ "file": "lib/models/package-info-cache/package-info.js",
2151
2102
  "line": 356,
2152
2103
  "description": "Given a list of PackageInfo objects, generate the 'addonPackages' object (keyed by\nname, value = AddonInfo instance, for all packages marked 'valid'). This is stored in\nboth Addon and Project instances.",
2153
2104
  "itemtype": "method",
@@ -2168,8 +2119,8 @@
2168
2119
  "module": "ember-cli"
2169
2120
  },
2170
2121
  {
2171
- "file": "lib\\models\\package-info-cache\\package-info.js",
2172
- "line": 423,
2122
+ "file": "lib/models/package-info-cache/package-info.js",
2123
+ "line": 419,
2173
2124
  "description": "This is only supposed to be called by the addon instantiation code.\nAlso, the assumption here is that this PackageInfo really is for an\nAddon, so we don't need to check each time.",
2174
2125
  "access": "private",
2175
2126
  "tagname": "",
@@ -2183,8 +2134,8 @@
2183
2134
  "module": "ember-cli"
2184
2135
  },
2185
2136
  {
2186
- "file": "lib\\models\\package-info-cache\\package-info.js",
2187
- "line": 461,
2137
+ "file": "lib/models/package-info-cache/package-info.js",
2138
+ "line": 457,
2188
2139
  "description": "Construct an addon instance.\n\nNOTE: this does NOT call constructors for the child addons. That is left to\nthe caller to do, so they can insert any other logic they want.",
2189
2140
  "access": "private",
2190
2141
  "tagname": "",
@@ -2206,8 +2157,8 @@
2206
2157
  "module": "ember-cli"
2207
2158
  },
2208
2159
  {
2209
- "file": "lib\\models\\package-info-cache\\package-info.js",
2210
- "line": 496,
2160
+ "file": "lib/models/package-info-cache/package-info.js",
2161
+ "line": 492,
2211
2162
  "description": "Create an instance of the addon represented by this packageInfo or (if we\nare supporting per-bundle caching and this is an allow-caching-per-bundle addon)\ncheck if we should be creating a proxy instead.\n\nNOTE: we assume that the value of 'allowCachingPerBundle' does not change between\ncalls to the constructor! A given addon is either allowing or not allowing caching\nfor an entire run.",
2212
2163
  "itemtype": "method",
2213
2164
  "name": "getAddonInstance",
@@ -2230,8 +2181,8 @@
2230
2181
  "module": "ember-cli"
2231
2182
  },
2232
2183
  {
2233
- "file": "lib\\models\\package-info-cache\\package-info.js",
2234
- "line": 529,
2184
+ "file": "lib/models/package-info-cache/package-info.js",
2185
+ "line": 525,
2235
2186
  "description": "Initialize the child addons array of a newly-created addon instance. Normally when\nan addon derives from Addon, child addons will be created during 'setupRegistry' and\nthis code is essentially unnecessary. But if an addon is created with custom constructors\nthat don't call 'setupRegistry', any child addons may not yet be initialized.",
2236
2187
  "itemtype": "method",
2237
2188
  "name": "initChildAddons",
@@ -2246,8 +2197,8 @@
2246
2197
  "module": "ember-cli"
2247
2198
  },
2248
2199
  {
2249
- "file": "lib\\models\\package-info-cache\\package-info.js",
2250
- "line": 546,
2200
+ "file": "lib/models/package-info-cache/package-info.js",
2201
+ "line": 542,
2251
2202
  "description": "Gets the addon entry point",
2252
2203
  "itemtype": "method",
2253
2204
  "name": "_getAddonEntryPoint",
@@ -2261,7 +2212,7 @@
2261
2212
  "module": "ember-cli"
2262
2213
  },
2263
2214
  {
2264
- "file": "lib\\models\\per-bundle-addon-cache\\addon-proxy.js",
2215
+ "file": "lib/models/per-bundle-addon-cache/addon-proxy.js",
2265
2216
  "line": 7,
2266
2217
  "description": "Validates that a new cache key for a given tree type matches the previous\ncache key for the same tree type. To opt-in to bundle addon caching for\na given addon it's assumed that it returns stable cache keys; specifically\nthis is because the interplay between bundle addon caching and `ember-engines`\nwhen transitive deduplication is enabled assumes stable cache keys, so we validate\nfor this case here.",
2267
2218
  "itemtype": "method",
@@ -2291,7 +2242,7 @@
2291
2242
  "module": "ember-cli"
2292
2243
  },
2293
2244
  {
2294
- "file": "lib\\models\\per-bundle-addon-cache\\addon-proxy.js",
2245
+ "file": "lib/models/per-bundle-addon-cache/addon-proxy.js",
2295
2246
  "line": 42,
2296
2247
  "description": "Returns a proxy to a target with specific handling for the\n`parent` property, as well has to handle the `app` property;\nthat is, the proxy should maintain correct local state in\nclosure scope for the `app` property if it happens to be set\nby `ember-cli`. Other than `parent` & `app`, this function also\nproxies _almost_ everything to `target[TARGET_INSTANCE] with a few\nexceptions: we trap & return `[]` for `addons`, and we don't return\nthe original `included` (it's already called on the \"real\" addon\nby `ember-cli`).\n\nNote: the target is NOT the per-bundle cacheable instance of the addon. Rather,\nit is a cache entry POJO from PerBundleAddonCache.",
2297
2248
  "itemtype": "method",
@@ -2313,7 +2264,7 @@
2313
2264
  "module": "ember-cli"
2314
2265
  },
2315
2266
  {
2316
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2267
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2317
2268
  "line": 17,
2318
2269
  "description": "Resolves the perBundleAddonCacheUtil; this prefers the custom provided version by\nthe consuming application, and defaults to an internal implementation here.",
2319
2270
  "itemtype": "method",
@@ -2333,7 +2284,7 @@
2333
2284
  "module": "ember-cli"
2334
2285
  },
2335
2286
  {
2336
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2287
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2337
2288
  "line": 116,
2338
2289
  "description": "The default implementation here is to indicate if the original addon entry point has\nthe `allowCachingPerBundle` flag set either on itself or on its prototype.\n\nIf a consuming application specifies a relative path to a custom utility via the\n`ember-addon.perBundleAddonCacheUtil` configuration, we prefer the custom implementation\nprovided by the consumer.",
2339
2290
  "itemtype": "method",
@@ -2353,7 +2304,7 @@
2353
2304
  "module": "ember-cli"
2354
2305
  },
2355
2306
  {
2356
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2307
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2357
2308
  "line": 132,
2358
2309
  "description": "Creates a cache entry for the bundleHostCache. Because we want to use the same sort of proxy\nfor both bundle hosts and for 'regular' addon instances (though their cache entries have\nslightly different structures) we'll use the Symbol from getAddonProxy.",
2359
2310
  "itemtype": "method",
@@ -2373,7 +2324,7 @@
2373
2324
  "module": "ember-cli"
2374
2325
  },
2375
2326
  {
2376
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2327
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2377
2328
  "line": 145,
2378
2329
  "description": "Create a cache entry object for a given (non-bundle-host) addon to put into\nan addon cache.",
2379
2330
  "itemtype": "method",
@@ -2398,7 +2349,7 @@
2398
2349
  "module": "ember-cli"
2399
2350
  },
2400
2351
  {
2401
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2352
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2402
2353
  "line": 158,
2403
2354
  "description": "Given a parent object of a potential addon (another addon or the project),\ngo up the 'parent' chain to find the potential addon's bundle host object\n(i.e. lazy engine or project.) Because Projects are always bundle hosts,\nthis should always pass, but we'll throw if somehow it doesn't work.",
2404
2355
  "itemtype": "method",
@@ -2427,7 +2378,7 @@
2427
2378
  "module": "ember-cli"
2428
2379
  },
2429
2380
  {
2430
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2381
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2431
2382
  "line": 197,
2432
2383
  "description": "An optimization we support from lazy engines is the following:\n\nIf an addon instance is supposed to be bundled with a particular lazy engine, and\nsame addon is also to be bundled by a common LCA host, prefer the one bundled by the\nhost (since it's ultimately going to be deduped later by `ember-engines`).\n\nNOTE: this only applies if this.engineAddonTransitiveDedupeEnabled is truthy. If it is not,\nthe bundle host always \"owns\" the addon instance.\n\nIf deduping is enabled and the LCA host also depends on the same addon,\nthe lazy-engine instances of the addon will all be proxies to the one in\nthe LCA host. This function indicates whether the bundle host passed in\n(either the project or a lazy engine) is really the bundle host to \"own\" the\nnew addon.",
2433
2384
  "itemtype": "method",
@@ -2451,7 +2402,7 @@
2451
2402
  "module": "ember-cli"
2452
2403
  },
2453
2404
  {
2454
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2405
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2455
2406
  "line": 247,
2456
2407
  "description": "Called from PackageInfo.getAddonInstance(), return an instance of the requested\naddon or a Proxy, based on the type of addon and its bundle host.",
2457
2408
  "itemtype": "method",
@@ -2476,7 +2427,7 @@
2476
2427
  "module": "ember-cli"
2477
2428
  },
2478
2429
  {
2479
- "file": "lib\\models\\per-bundle-addon-cache\\target-instance.js",
2430
+ "file": "lib/models/per-bundle-addon-cache/target-instance.js",
2480
2431
  "line": 3,
2481
2432
  "description": "A Symbol constant for sharing between index.js and addon-proxy.js rather than\nputting the symbol into the Symbol global cache. The symbol is used in per-bundle\ncache entries to refer to the field that points at the real instance that a Proxy\nrefers to.",
2482
2433
  "itemtype": "property",
@@ -2487,8 +2438,8 @@
2487
2438
  "module": "ember-cli"
2488
2439
  },
2489
2440
  {
2490
- "file": "lib\\models\\addon.js",
2491
- "line": 170,
2441
+ "file": "lib/models/addon.js",
2442
+ "line": 155,
2492
2443
  "description": "The name of this addon.",
2493
2444
  "access": "public",
2494
2445
  "tagname": "",
@@ -2500,8 +2451,8 @@
2500
2451
  "module": "ember-cli"
2501
2452
  },
2502
2453
  {
2503
- "file": "lib\\models\\addon.js",
2504
- "line": 179,
2454
+ "file": "lib/models/addon.js",
2455
+ "line": 164,
2505
2456
  "description": "The absolute path of the root directory where this addon is located.",
2506
2457
  "access": "public",
2507
2458
  "tagname": "",
@@ -2513,8 +2464,8 @@
2513
2464
  "module": "ember-cli"
2514
2465
  },
2515
2466
  {
2516
- "file": "lib\\models\\addon.js",
2517
- "line": 188,
2467
+ "file": "lib/models/addon.js",
2468
+ "line": 173,
2518
2469
  "description": "The host app instance.\n\n**Note**: this property will only be present on addons that are a direct dependency\nof the application itself, not of other addons. It is also not available in `init()`,\nbut will be set before `setupPreprocessorRegistry()` and `included()` are invoked.",
2519
2470
  "access": "public",
2520
2471
  "tagname": "",
@@ -2526,8 +2477,8 @@
2526
2477
  "module": "ember-cli"
2527
2478
  },
2528
2479
  {
2529
- "file": "lib\\models\\addon.js",
2530
- "line": 201,
2480
+ "file": "lib/models/addon.js",
2481
+ "line": 186,
2531
2482
  "description": "The root {{#crossLink \"Project\"}}project{{/crossLink}} to which this addon belongs.",
2532
2483
  "access": "public",
2533
2484
  "tagname": "",
@@ -2539,8 +2490,8 @@
2539
2490
  "module": "ember-cli"
2540
2491
  },
2541
2492
  {
2542
- "file": "lib\\models\\addon.js",
2543
- "line": 210,
2493
+ "file": "lib/models/addon.js",
2494
+ "line": 195,
2544
2495
  "description": "This addon's parent.\n\nIf the addon is a direct dependency of an application, then `parent` will be the\ncorresponding {{#crossLink \"Project\"}}project{{/crossLink}} instance. If it's a\ndependency of another addon, then `parent` will be a reference to that addon.",
2545
2496
  "access": "public",
2546
2497
  "tagname": "",
@@ -2552,8 +2503,8 @@
2552
2503
  "module": "ember-cli"
2553
2504
  },
2554
2505
  {
2555
- "file": "lib\\models\\addon.js",
2556
- "line": 223,
2506
+ "file": "lib/models/addon.js",
2507
+ "line": 208,
2557
2508
  "description": "The set of addons that this addon itself depends on.\n\nThis array is populated from the addon's listed `dependencies` and any items in\n`ember-addon.paths` in its `package.json`.",
2558
2509
  "access": "public",
2559
2510
  "tagname": "",
@@ -2565,8 +2516,8 @@
2565
2516
  "module": "ember-cli"
2566
2517
  },
2567
2518
  {
2568
- "file": "lib\\models\\addon.js",
2569
- "line": 235,
2519
+ "file": "lib/models/addon.js",
2520
+ "line": 220,
2570
2521
  "description": "A [`console-ui`](https://github.com/ember-cli/console-ui) object that can be used\nto log messages for the user and indicate progress on long-running operations.",
2571
2522
  "access": "public",
2572
2523
  "tagname": "",
@@ -2578,8 +2529,8 @@
2578
2529
  "module": "ember-cli"
2579
2530
  },
2580
2531
  {
2581
- "file": "lib\\models\\addon.js",
2582
- "line": 245,
2532
+ "file": "lib/models/addon.js",
2533
+ "line": 230,
2583
2534
  "description": "The contents of the addon's `package.json`.",
2584
2535
  "access": "public",
2585
2536
  "tagname": "",
@@ -2591,8 +2542,8 @@
2591
2542
  "module": "ember-cli"
2592
2543
  },
2593
2544
  {
2594
- "file": "lib\\models\\addon.js",
2595
- "line": 254,
2545
+ "file": "lib/models/addon.js",
2546
+ "line": 239,
2596
2547
  "description": "Initializes the addon. If you override this method make sure and call `this._super.init && this._super.init.apply(this, arguments);` or your addon will not work.",
2597
2548
  "access": "public",
2598
2549
  "tagname": "",
@@ -2617,8 +2568,8 @@
2617
2568
  "module": "ember-cli"
2618
2569
  },
2619
2570
  {
2620
- "file": "lib\\models\\addon.js",
2621
- "line": 340,
2571
+ "file": "lib/models/addon.js",
2572
+ "line": 320,
2622
2573
  "description": "Find an addon of the current addon.\n\nExample: ember-data depends on ember-cli-babel and wishes to have\nadditional control over transpilation this method helps.\n\n```js\n// ember-data/index.js\ntreeForAddon(tree) {\n let babel = this.findOwnAddonByName('ember-cli-babel');\n\n return babel.transpileTree(tree, {\n // customize the babel step (see: ember-cli-addons readme for more details);\n });\n}\n```",
2623
2574
  "access": "public",
2624
2575
  "tagname": "",
@@ -2628,8 +2579,8 @@
2628
2579
  "module": "ember-cli"
2629
2580
  },
2630
2581
  {
2631
- "file": "lib\\models\\addon.js",
2632
- "line": 364,
2582
+ "file": "lib/models/addon.js",
2583
+ "line": 344,
2633
2584
  "description": "Check if the current addon intends to be hinted. Typically this is for\nhinting/linting libraries such as eslint or jshint",
2634
2585
  "access": "public",
2635
2586
  "tagname": "",
@@ -2639,8 +2590,8 @@
2639
2590
  "module": "ember-cli"
2640
2591
  },
2641
2592
  {
2642
- "file": "lib\\models\\addon.js",
2643
- "line": 379,
2593
+ "file": "lib/models/addon.js",
2594
+ "line": 359,
2644
2595
  "description": "Shorthand method for [broccoli-concat](https://github.com/ember-cli/broccoli-concat)",
2645
2596
  "access": "private",
2646
2597
  "tagname": "",
@@ -2666,8 +2617,8 @@
2666
2617
  "module": "ember-cli"
2667
2618
  },
2668
2619
  {
2669
- "file": "lib\\models\\addon.js",
2670
- "line": 393,
2620
+ "file": "lib/models/addon.js",
2621
+ "line": 373,
2671
2622
  "description": "Allows to mark the addon as developing, triggering live-reload in the project the addon is linked to.\n\n#### Uses:\n\n- Working on projects with internal addons",
2672
2623
  "access": "public",
2673
2624
  "tagname": "",
@@ -2681,8 +2632,8 @@
2681
2632
  "module": "ember-cli"
2682
2633
  },
2683
2634
  {
2684
- "file": "lib\\models\\addon.js",
2685
- "line": 431,
2635
+ "file": "lib/models/addon.js",
2636
+ "line": 409,
2686
2637
  "description": "Discovers all child addons of this addon and an AddonInfo about\neach addon in this.addonPackages (keyed on addon name).\n\nChild addons include those from 'dependencies' (not devDependencies)\nand in-repo addons\n\nAny packageInfos that we find that are marked as not valid are excluded.",
2687
2638
  "access": "private",
2688
2639
  "tagname": "",
@@ -2692,8 +2643,8 @@
2692
2643
  "module": "ember-cli"
2693
2644
  },
2694
2645
  {
2695
- "file": "lib\\models\\addon.js",
2696
- "line": 481,
2646
+ "file": "lib/models/addon.js",
2647
+ "line": 459,
2697
2648
  "description": "Invoke the specified method for each enabled addon.",
2698
2649
  "access": "private",
2699
2650
  "tagname": "",
@@ -2715,8 +2666,8 @@
2715
2666
  "module": "ember-cli"
2716
2667
  },
2717
2668
  {
2718
- "file": "lib\\models\\addon.js",
2719
- "line": 506,
2669
+ "file": "lib/models/addon.js",
2670
+ "line": 484,
2720
2671
  "description": "Invoke the specified method for each of the project's addons.",
2721
2672
  "access": "private",
2722
2673
  "tagname": "",
@@ -2738,8 +2689,8 @@
2738
2689
  "module": "ember-cli"
2739
2690
  },
2740
2691
  {
2741
- "file": "lib\\models\\addon.js",
2742
- "line": 539,
2692
+ "file": "lib/models/addon.js",
2693
+ "line": 517,
2743
2694
  "description": "Generates a tree for the specified path",
2744
2695
  "access": "private",
2745
2696
  "tagname": "",
@@ -2753,18 +2704,8 @@
2753
2704
  "module": "ember-cli"
2754
2705
  },
2755
2706
  {
2756
- "file": "lib\\models\\addon.js",
2757
- "line": 574,
2758
- "access": "private",
2759
- "tagname": "",
2760
- "itemtype": "method",
2761
- "name": "_warn",
2762
- "class": "Addon",
2763
- "module": "ember-cli"
2764
- },
2765
- {
2766
- "file": "lib\\models\\addon.js",
2767
- "line": 586,
2707
+ "file": "lib/models/addon.js",
2708
+ "line": 552,
2768
2709
  "description": "Returns a given type of tree (if present), merged with the\napplication tree. For each of the trees available using this\nmethod, you can also use a direct method called `treeFor[Type]` (eg. `treeForApp`).\n\nAvailable tree names:\n- {{#crossLink \"Addon/treeForApp:method\"}}app{{/crossLink}}\n- {{#crossLink \"Addon/treeForStyles:method\"}}styles{{/crossLink}}\n- {{#crossLink \"Addon/treeForTemplates:method\"}}templates{{/crossLink}}\n- {{#crossLink \"Addon/treeForAddonTemplates:method\"}}addon-templates{{/crossLink}}\n- {{#crossLink \"Addon/treeForAddon:method\"}}addon{{/crossLink}}\n- {{#crossLink \"Addon/treeForVendor:method\"}}vendor{{/crossLink}}\n- {{#crossLink \"Addon/treeForTestSupport:method\"}}test-support{{/crossLink}}\n- {{#crossLink \"Addon/treeForAddonTestSupport:method\"}}addon-test-support{{/crossLink}}\n- {{#crossLink \"Addon/treeForPublic:method\"}}public{{/crossLink}}\n\n#### Uses:\n\n- manipulating trees at build time",
2769
2710
  "access": "public",
2770
2711
  "tagname": "",
@@ -2785,8 +2726,8 @@
2785
2726
  "module": "ember-cli"
2786
2727
  },
2787
2728
  {
2788
- "file": "lib\\models\\addon.js",
2789
- "line": 652,
2729
+ "file": "lib/models/addon.js",
2730
+ "line": 618,
2790
2731
  "access": "private",
2791
2732
  "tagname": "",
2792
2733
  "params": [
@@ -2806,8 +2747,8 @@
2806
2747
  "module": "ember-cli"
2807
2748
  },
2808
2749
  {
2809
- "file": "lib\\models\\addon.js",
2810
- "line": 674,
2750
+ "file": "lib/models/addon.js",
2751
+ "line": 640,
2811
2752
  "description": "Calculates a cacheKey for the given treeType. It is expected to return a\ncache key allowing multiple builds of the same tree to simply return the\noriginal tree (preventing duplicate work). If it returns null / undefined\nthe tree in question will opt out of this caching system.\n\nThis method is invoked prior to calling treeFor with the same tree name.\n\nYou should override this method if you implement custom treeFor or treeFor*\nmethods, which cause addons to opt-out of this caching.",
2812
2753
  "access": "public",
2813
2754
  "tagname": "",
@@ -2828,8 +2769,8 @@
2828
2769
  "module": "ember-cli"
2829
2770
  },
2830
2771
  {
2831
- "file": "lib\\models\\addon.js",
2832
- "line": 716,
2772
+ "file": "lib/models/addon.js",
2773
+ "line": 682,
2833
2774
  "description": "This method climbs up the hierarchy of addons\nup to the host application.\n\nThis prevents previous addons (prior to `this.import`, ca 2.7.0)\nto break at importing assets when they are used nested in other addons.",
2834
2775
  "access": "private",
2835
2776
  "tagname": "",
@@ -2839,8 +2780,8 @@
2839
2780
  "module": "ember-cli"
2840
2781
  },
2841
2782
  {
2842
- "file": "lib\\models\\addon.js",
2843
- "line": 739,
2783
+ "file": "lib/models/addon.js",
2784
+ "line": 705,
2844
2785
  "description": "This method is called when the addon is included in a build. You\nwould typically use this hook to perform additional imports\n\n#### Uses:\n\n- including vendor files\n- setting configuration options\n\n*Note:* Any options set in the consuming application will override the addon.",
2845
2786
  "access": "public",
2846
2787
  "tagname": "",
@@ -2860,8 +2801,8 @@
2860
2801
  "module": "ember-cli"
2861
2802
  },
2862
2803
  {
2863
- "file": "lib\\models\\addon.js",
2864
- "line": 772,
2804
+ "file": "lib/models/addon.js",
2805
+ "line": 738,
2865
2806
  "description": "Imports an asset into this addon.",
2866
2807
  "access": "public",
2867
2808
  "tagname": "",
@@ -2905,8 +2846,8 @@
2905
2846
  "module": "ember-cli"
2906
2847
  },
2907
2848
  {
2908
- "file": "lib\\models\\addon.js",
2909
- "line": 792,
2849
+ "file": "lib/models/addon.js",
2850
+ "line": 758,
2910
2851
  "description": "Returns the tree for all app files",
2911
2852
  "access": "public",
2912
2853
  "tagname": "",
@@ -2927,8 +2868,8 @@
2927
2868
  "module": "ember-cli"
2928
2869
  },
2929
2870
  {
2930
- "file": "lib\\models\\addon.js",
2931
- "line": 804,
2871
+ "file": "lib/models/addon.js",
2872
+ "line": 770,
2932
2873
  "description": "Returns the tree for all template files",
2933
2874
  "access": "public",
2934
2875
  "tagname": "",
@@ -2949,8 +2890,8 @@
2949
2890
  "module": "ember-cli"
2950
2891
  },
2951
2892
  {
2952
- "file": "lib\\models\\addon.js",
2953
- "line": 816,
2893
+ "file": "lib/models/addon.js",
2894
+ "line": 782,
2954
2895
  "description": "Returns the tree for this addon's templates",
2955
2896
  "access": "public",
2956
2897
  "tagname": "",
@@ -2971,8 +2912,8 @@
2971
2912
  "module": "ember-cli"
2972
2913
  },
2973
2914
  {
2974
- "file": "lib\\models\\addon.js",
2975
- "line": 828,
2915
+ "file": "lib/models/addon.js",
2916
+ "line": 794,
2976
2917
  "description": "Returns a tree for this addon",
2977
2918
  "access": "public",
2978
2919
  "tagname": "",
@@ -2990,14 +2931,14 @@
2990
2931
  "type": "Tree"
2991
2932
  },
2992
2933
  "example": [
2993
- "\n```js\ntreeForAddon() {\n var tree = this._super.treeForAddon.apply(this, arguments);\n var checker = new VersionChecker(this);\n var isOldEmber = checker.for('ember', 'bower').lt('1.13.0');\n\n if (isOldEmber) {\n tree = new Funnel(tree, { exclude: [ /instance-initializers/ ] });\n }\n\n return tree;\n}\n```"
2934
+ "\n```js\ntreeForAddon() {\n let emberVersion = new VersionChecker(this.project).for('ember-source');\n let shouldUsePolyfill = emberVersion.lt('4.5.0-alpha.4');\n\n if (shouldUsePolyfill) {\n return this._super.treeForAddon.apply(this, arguments);\n }\n}\n```"
2994
2935
  ],
2995
2936
  "class": "Addon",
2996
2937
  "module": "ember-cli"
2997
2938
  },
2998
2939
  {
2999
- "file": "lib\\models\\addon.js",
3000
- "line": 862,
2940
+ "file": "lib/models/addon.js",
2941
+ "line": 825,
3001
2942
  "description": "Returns the tree for all style files",
3002
2943
  "access": "public",
3003
2944
  "tagname": "",
@@ -3018,8 +2959,8 @@
3018
2959
  "module": "ember-cli"
3019
2960
  },
3020
2961
  {
3021
- "file": "lib\\models\\addon.js",
3022
- "line": 881,
2962
+ "file": "lib/models/addon.js",
2963
+ "line": 844,
3023
2964
  "description": "Returns the tree for all vendor files",
3024
2965
  "access": "public",
3025
2966
  "tagname": "",
@@ -3040,8 +2981,8 @@
3040
2981
  "module": "ember-cli"
3041
2982
  },
3042
2983
  {
3043
- "file": "lib\\models\\addon.js",
3044
- "line": 893,
2984
+ "file": "lib/models/addon.js",
2985
+ "line": 856,
3045
2986
  "description": "Returns the tree for all test support files",
3046
2987
  "access": "public",
3047
2988
  "tagname": "",
@@ -3062,8 +3003,8 @@
3062
3003
  "module": "ember-cli"
3063
3004
  },
3064
3005
  {
3065
- "file": "lib\\models\\addon.js",
3066
- "line": 905,
3006
+ "file": "lib/models/addon.js",
3007
+ "line": 868,
3067
3008
  "description": "Returns the tree for all public files",
3068
3009
  "access": "public",
3069
3010
  "tagname": "",
@@ -3084,8 +3025,8 @@
3084
3025
  "module": "ember-cli"
3085
3026
  },
3086
3027
  {
3087
- "file": "lib\\models\\addon.js",
3088
- "line": 925,
3028
+ "file": "lib/models/addon.js",
3029
+ "line": 888,
3089
3030
  "description": "Returns the tree for all test files namespaced to a given addon.",
3090
3031
  "access": "public",
3091
3032
  "tagname": "",
@@ -3106,8 +3047,8 @@
3106
3047
  "module": "ember-cli"
3107
3048
  },
3108
3049
  {
3109
- "file": "lib\\models\\addon.js",
3110
- "line": 961,
3050
+ "file": "lib/models/addon.js",
3051
+ "line": 922,
3111
3052
  "description": "Runs the styles tree through preprocessors.",
3112
3053
  "access": "private",
3113
3054
  "tagname": "",
@@ -3128,8 +3069,8 @@
3128
3069
  "module": "ember-cli"
3129
3070
  },
3130
3071
  {
3131
- "file": "lib\\models\\addon.js",
3132
- "line": 986,
3072
+ "file": "lib/models/addon.js",
3073
+ "line": 947,
3133
3074
  "description": "Looks in the addon/ and addon/templates trees to determine if template files\nexist that need to be precompiled.\n\nThis is executed once when building, but not on rebuilds.",
3134
3075
  "access": "private",
3135
3076
  "tagname": "",
@@ -3143,8 +3084,8 @@
3143
3084
  "module": "ember-cli"
3144
3085
  },
3145
3086
  {
3146
- "file": "lib\\models\\addon.js",
3147
- "line": 1000,
3087
+ "file": "lib/models/addon.js",
3088
+ "line": 961,
3148
3089
  "description": "Looks in the addon/ and addon/templates trees to determine if template files\nexist in the pods format that need to be precompiled.\n\nThis is executed once when building, but not on rebuilds.",
3149
3090
  "access": "private",
3150
3091
  "tagname": "",
@@ -3158,8 +3099,8 @@
3158
3099
  "module": "ember-cli"
3159
3100
  },
3160
3101
  {
3161
- "file": "lib\\models\\addon.js",
3162
- "line": 1118,
3102
+ "file": "lib/models/addon.js",
3103
+ "line": 1079,
3163
3104
  "description": "Runs the templates tree through preprocessors.",
3164
3105
  "access": "private",
3165
3106
  "tagname": "",
@@ -3180,8 +3121,8 @@
3180
3121
  "module": "ember-cli"
3181
3122
  },
3182
3123
  {
3183
- "file": "lib\\models\\addon.js",
3184
- "line": 1152,
3124
+ "file": "lib/models/addon.js",
3125
+ "line": 1113,
3185
3126
  "description": "Runs the addon tree through preprocessors.",
3186
3127
  "access": "private",
3187
3128
  "tagname": "",
@@ -3202,8 +3143,8 @@
3202
3143
  "module": "ember-cli"
3203
3144
  },
3204
3145
  {
3205
- "file": "lib\\models\\addon.js",
3206
- "line": 1206,
3146
+ "file": "lib/models/addon.js",
3147
+ "line": 1157,
3207
3148
  "description": "Returns a tree with JSHint output for all addon JS.",
3208
3149
  "access": "private",
3209
3150
  "tagname": "",
@@ -3217,8 +3158,8 @@
3217
3158
  "module": "ember-cli"
3218
3159
  },
3219
3160
  {
3220
- "file": "lib\\models\\addon.js",
3221
- "line": 1272,
3161
+ "file": "lib/models/addon.js",
3162
+ "line": 1223,
3222
3163
  "description": "Preprocesses a javascript tree.",
3223
3164
  "access": "private",
3224
3165
  "tagname": "",
@@ -3232,8 +3173,8 @@
3232
3173
  "module": "ember-cli"
3233
3174
  },
3234
3175
  {
3235
- "file": "lib\\models\\addon.js",
3236
- "line": 1283,
3176
+ "file": "lib/models/addon.js",
3177
+ "line": 1234,
3237
3178
  "description": "Returns a tree with all javascript for this addon.",
3238
3179
  "access": "private",
3239
3180
  "tagname": "",
@@ -3254,8 +3195,8 @@
3254
3195
  "module": "ember-cli"
3255
3196
  },
3256
3197
  {
3257
- "file": "lib\\models\\addon.js",
3258
- "line": 1319,
3198
+ "file": "lib/models/addon.js",
3199
+ "line": 1263,
3259
3200
  "description": "Returns the module name for this addon.",
3260
3201
  "access": "public",
3261
3202
  "tagname": "",
@@ -3269,8 +3210,8 @@
3269
3210
  "module": "ember-cli"
3270
3211
  },
3271
3212
  {
3272
- "file": "lib\\models\\addon.js",
3273
- "line": 1334,
3213
+ "file": "lib/models/addon.js",
3214
+ "line": 1278,
3274
3215
  "description": "Returns the path for addon blueprints.",
3275
3216
  "access": "public",
3276
3217
  "tagname": "",
@@ -3287,9 +3228,9 @@
3287
3228
  "module": "ember-cli"
3288
3229
  },
3289
3230
  {
3290
- "file": "lib\\models\\addon.js",
3291
- "line": 1352,
3292
- "description": "Augments the application's configuration settings.\n\nObject returned from this hook is merged with the application's configuration object.\n\nApplication's configuration always take precedence.\n\n#### Uses:\n\n- Modifying configuration options (see list of defaults [here](https://github.com/ember-cli/ember-cli/blob/v2.4.3/lib/broccoli/ember-app.js#L163))\n - For example\n - `minifyJS`\n - `storeConfigInMeta`\n - et, al",
3231
+ "file": "lib/models/addon.js",
3232
+ "line": 1296,
3233
+ "description": "Augments the application's configuration settings.\n\nObject returned from this hook is merged with the application's configuration object.\n\nApplication's configuration always take precedence.\n\n#### Uses:\n\n- Modifying configuration options (see list of defaults [here](https://github.com/ember-cli/ember-cli/blob/v2.4.3/lib/broccoli/ember-app.js#L163))\n - For example\n - `storeConfigInMeta`\n - et, al",
3293
3234
  "access": "public",
3294
3235
  "tagname": "",
3295
3236
  "itemtype": "method",
@@ -3317,8 +3258,8 @@
3317
3258
  "module": "ember-cli"
3318
3259
  },
3319
3260
  {
3320
- "file": "lib\\models\\addon.js",
3321
- "line": 1392,
3261
+ "file": "lib/models/addon.js",
3262
+ "line": 1335,
3322
3263
  "access": "public",
3323
3264
  "tagname": "",
3324
3265
  "itemtype": "method",
@@ -3331,8 +3272,8 @@
3331
3272
  "module": "ember-cli"
3332
3273
  },
3333
3274
  {
3334
- "file": "lib\\models\\addon.js",
3335
- "line": 1402,
3275
+ "file": "lib/models/addon.js",
3276
+ "line": 1345,
3336
3277
  "access": "public",
3337
3278
  "tagname": "",
3338
3279
  "itemtype": "method",
@@ -3345,8 +3286,8 @@
3345
3286
  "module": "ember-cli"
3346
3287
  },
3347
3288
  {
3348
- "file": "lib\\models\\addon.js",
3349
- "line": 1411,
3289
+ "file": "lib/models/addon.js",
3290
+ "line": 1354,
3350
3291
  "description": "Can be used to exclude addons from being added as a child addon.\n\n#### Uses:\n\n- Abstract away multiple addons while only including one into the built assets",
3351
3292
  "access": "public",
3352
3293
  "tagname": "",
@@ -3370,8 +3311,8 @@
3370
3311
  "module": "ember-cli"
3371
3312
  },
3372
3313
  {
3373
- "file": "lib\\models\\addon.js",
3374
- "line": 1443,
3314
+ "file": "lib/models/addon.js",
3315
+ "line": 1386,
3375
3316
  "description": "Allows the specification of custom addon commands.\nExpects you to return an object whose key is the name of the command and value is the command instance..\n\nThis function is not implemented by default\n\n#### Uses:\n\n- Include custom commands into consuming application",
3376
3317
  "access": "public",
3377
3318
  "tagname": "",
@@ -3388,8 +3329,8 @@
3388
3329
  "module": "ember-cli"
3389
3330
  },
3390
3331
  {
3391
- "file": "lib\\models\\addon.js",
3392
- "line": 1467,
3332
+ "file": "lib/models/addon.js",
3333
+ "line": 1410,
3393
3334
  "description": "Allows addons to define a custom transform function that other addons and app can use when using `app.import`.\n\nThis function is not implemented by default\n\n#### Uses:\n\n- An app or addons want to transform a dependency that is being imported using `app.import`.",
3394
3335
  "access": "public",
3395
3336
  "tagname": "",
@@ -3407,8 +3348,8 @@
3407
3348
  "module": "ember-cli"
3408
3349
  },
3409
3350
  {
3410
- "file": "lib\\models\\addon.js",
3411
- "line": 1511,
3351
+ "file": "lib/models/addon.js",
3352
+ "line": 1454,
3412
3353
  "description": "Pre-process a tree\n\n#### Uses:\n\n- removing / adding files from the build.",
3413
3354
  "access": "public",
3414
3355
  "tagname": "",
@@ -3434,8 +3375,8 @@
3434
3375
  "module": "ember-cli"
3435
3376
  },
3436
3377
  {
3437
- "file": "lib\\models\\addon.js",
3438
- "line": 1525,
3378
+ "file": "lib/models/addon.js",
3379
+ "line": 1468,
3439
3380
  "description": "Post-process a tree",
3440
3381
  "access": "public",
3441
3382
  "tagname": "",
@@ -3464,8 +3405,8 @@
3464
3405
  "module": "ember-cli"
3465
3406
  },
3466
3407
  {
3467
- "file": "lib\\models\\addon.js",
3468
- "line": 1538,
3408
+ "file": "lib/models/addon.js",
3409
+ "line": 1481,
3469
3410
  "description": "This hook allows you to make changes to the express server run by ember-cli.\n\nIt's passed a `startOptions` object which contains:\n- `app` Express server instance\n- `options` A hash with:\n - `project` Current {{#crossLink \"Project\"}}project{{/crossLink}}\n - `watcher`\n - `environment`\n\nThis function is not implemented by default\n\n#### Uses:\n\n- Tacking on headers to each request\n- Modifying the request object\n\n*Note:* that this should only be used in development, and if you need the same behavior in production you'll\nneed to configure your server.",
3470
3411
  "access": "public",
3471
3412
  "tagname": "",
@@ -3485,8 +3426,8 @@
3485
3426
  "module": "ember-cli"
3486
3427
  },
3487
3428
  {
3488
- "file": "lib\\models\\addon.js",
3489
- "line": 1577,
3429
+ "file": "lib/models/addon.js",
3430
+ "line": 1520,
3490
3431
  "description": "This hook allows you to make changes to the express server run by testem.\n\nThis function is not implemented by default\n\n#### Uses:\n\n- Adding custom test-specific endpoints\n- Manipulating HTTP requests in tests",
3491
3432
  "access": "public",
3492
3433
  "tagname": "",
@@ -3503,8 +3444,8 @@
3503
3444
  "module": "ember-cli"
3504
3445
  },
3505
3446
  {
3506
- "file": "lib\\models\\addon.js",
3507
- "line": 1592,
3447
+ "file": "lib/models/addon.js",
3448
+ "line": 1535,
3508
3449
  "description": "This hook is called before a build takes place.",
3509
3450
  "access": "public",
3510
3451
  "tagname": "",
@@ -3521,8 +3462,8 @@
3521
3462
  "module": "ember-cli"
3522
3463
  },
3523
3464
  {
3524
- "file": "lib\\models\\addon.js",
3525
- "line": 1600,
3465
+ "file": "lib/models/addon.js",
3466
+ "line": 1543,
3526
3467
  "description": "This hook is called after a build is complete.\n\nIt's passed a `result` object which contains:\n- `directory` Path to build output\n\n#### Uses:\n\n- Slow tree listing\n- May be used to manipulate your project after build has happened",
3527
3468
  "access": "public",
3528
3469
  "tagname": "",
@@ -3539,8 +3480,8 @@
3539
3480
  "module": "ember-cli"
3540
3481
  },
3541
3482
  {
3542
- "file": "lib\\models\\addon.js",
3543
- "line": 1616,
3483
+ "file": "lib/models/addon.js",
3484
+ "line": 1559,
3544
3485
  "description": "This hook is called after the build has been processed and the build files have been copied to the output directory\n\nIt's passed a `result` object which contains:\n- `directory` Path to build output",
3545
3486
  "access": "public",
3546
3487
  "tagname": "",
@@ -3560,8 +3501,8 @@
3560
3501
  "module": "ember-cli"
3561
3502
  },
3562
3503
  {
3563
- "file": "lib\\models\\addon.js",
3564
- "line": 1633,
3504
+ "file": "lib/models/addon.js",
3505
+ "line": 1576,
3565
3506
  "description": "This hook is called when an error occurs during the preBuild, postBuild or outputReady hooks\nfor addons, or when the build fails\n\n#### Uses:\n\n- Custom error handling during build process",
3566
3507
  "access": "public",
3567
3508
  "tagname": "",
@@ -3581,8 +3522,8 @@
3581
3522
  "module": "ember-cli"
3582
3523
  },
3583
3524
  {
3584
- "file": "lib\\models\\addon.js",
3585
- "line": 1649,
3525
+ "file": "lib/models/addon.js",
3526
+ "line": 1592,
3586
3527
  "description": "Used to add preprocessors to the preprocessor registry. This is often used by addons like [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars)\nand [ember-cli-coffeescript](https://github.com/kimroen/ember-cli-coffeescript) to add a `template` or `js` preprocessor to the registry.\n\n**Uses:**\n\n- Adding preprocessors to the registry.",
3587
3528
  "access": "public",
3588
3529
  "tagname": "",
@@ -3606,8 +3547,8 @@
3606
3547
  "module": "ember-cli"
3607
3548
  },
3608
3549
  {
3609
- "file": "lib\\models\\addon.js",
3610
- "line": 1691,
3550
+ "file": "lib/models/addon.js",
3551
+ "line": 1634,
3611
3552
  "description": "Return value is merged into the **tests** tree. This lets you inject\nlinter output as test results.\n\n**Uses:**\n\n- JSHint\n- any other form of automated test generation that turns code into tests",
3612
3553
  "access": "public",
3613
3554
  "tagname": "",
@@ -3632,8 +3573,8 @@
3632
3573
  "module": "ember-cli"
3633
3574
  },
3634
3575
  {
3635
- "file": "lib\\models\\addon.js",
3636
- "line": 1710,
3576
+ "file": "lib/models/addon.js",
3577
+ "line": 1653,
3637
3578
  "description": "Allow addons to implement contentFor method to add string output into the associated `{{content-for 'foo'}}` section in `index.html`\n\n**Uses:**\n\n- For instance, to inject analytics code into `index.html`",
3638
3579
  "access": "public",
3639
3580
  "tagname": "",
@@ -3660,8 +3601,8 @@
3660
3601
  "module": "ember-cli"
3661
3602
  },
3662
3603
  {
3663
- "file": "lib\\models\\blueprint.js",
3664
- "line": 200,
3604
+ "file": "lib/models/blueprint.js",
3605
+ "line": 198,
3665
3606
  "description": "Indicates whether or not a blueprint is a candidate for automatic transpilation from TS to JS.\nThis property could be false in the case that the blueprint is written in JS and is not intended\nto work with TS at all, OR in the case that the blueprint is written in TS and the author does\nnot intend to support transpilation to JS.",
3666
3607
  "access": "public",
3667
3608
  "tagname": "",
@@ -3672,8 +3613,8 @@
3672
3613
  "module": "ember-cli"
3673
3614
  },
3674
3615
  {
3675
- "file": "lib\\models\\blueprint.js",
3676
- "line": 221,
3616
+ "file": "lib/models/blueprint.js",
3617
+ "line": 219,
3677
3618
  "description": "Process the options object coming from either\nthe `init`, `install` or `uninstall` hook.",
3678
3619
  "access": "private",
3679
3620
  "tagname": "",
@@ -3690,8 +3631,8 @@
3690
3631
  "module": "ember-cli"
3691
3632
  },
3692
3633
  {
3693
- "file": "lib\\models\\blueprint.js",
3694
- "line": 237,
3634
+ "file": "lib/models/blueprint.js",
3635
+ "line": 235,
3695
3636
  "description": "Hook to specify the path to the blueprint's files. By default this is\n`path.join(this.path, 'files)`.\n\nThis can be used to customize which set of files to install based on options\nor environmental variables. It defaults to the `files` directory within the\nblueprint's folder.",
3696
3637
  "access": "public",
3697
3638
  "tagname": "",
@@ -3712,8 +3653,8 @@
3712
3653
  "module": "ember-cli"
3713
3654
  },
3714
3655
  {
3715
- "file": "lib\\models\\blueprint.js",
3716
- "line": 254,
3656
+ "file": "lib/models/blueprint.js",
3657
+ "line": 252,
3717
3658
  "description": "Used to retrieve files for blueprint.",
3718
3659
  "access": "public",
3719
3660
  "tagname": "",
@@ -3734,8 +3675,8 @@
3734
3675
  "module": "ember-cli"
3735
3676
  },
3736
3677
  {
3737
- "file": "lib\\models\\blueprint.js",
3738
- "line": 277,
3678
+ "file": "lib/models/blueprint.js",
3679
+ "line": 275,
3739
3680
  "itemtype": "method",
3740
3681
  "name": "srcPath",
3741
3682
  "params": [
@@ -3753,8 +3694,8 @@
3753
3694
  "module": "ember-cli"
3754
3695
  },
3755
3696
  {
3756
- "file": "lib\\models\\blueprint.js",
3757
- "line": 286,
3697
+ "file": "lib/models/blueprint.js",
3698
+ "line": 284,
3758
3699
  "description": "Hook for normalizing entity name\n\nUse the `normalizeEntityName` hook to add custom normalization and\nvalidation of the provided entity name. The default hook does not\nmake any changes to the entity name, but makes sure an entity name\nis present and that it doesn't have a trailing slash.\n\nThis hook receives the entity name as its first argument. The string\nreturned by this hook will be used as the new entity name.",
3759
3700
  "access": "public",
3760
3701
  "tagname": "",
@@ -3775,8 +3716,8 @@
3775
3716
  "module": "ember-cli"
3776
3717
  },
3777
3718
  {
3778
- "file": "lib\\models\\blueprint.js",
3779
- "line": 306,
3719
+ "file": "lib/models/blueprint.js",
3720
+ "line": 304,
3780
3721
  "description": "Write a status and message to the UI",
3781
3722
  "access": "private",
3782
3723
  "tagname": "",
@@ -3803,8 +3744,8 @@
3803
3744
  "module": "ember-cli"
3804
3745
  },
3805
3746
  {
3806
- "file": "lib\\models\\blueprint.js",
3807
- "line": 320,
3747
+ "file": "lib/models/blueprint.js",
3748
+ "line": 318,
3808
3749
  "access": "private",
3809
3750
  "tagname": "",
3810
3751
  "itemtype": "method",
@@ -3824,8 +3765,8 @@
3824
3765
  "module": "ember-cli"
3825
3766
  },
3826
3767
  {
3827
- "file": "lib\\models\\blueprint.js",
3828
- "line": 332,
3768
+ "file": "lib/models/blueprint.js",
3769
+ "line": 330,
3829
3770
  "description": "Actions lookup",
3830
3771
  "access": "private",
3831
3772
  "tagname": "",
@@ -3836,8 +3777,8 @@
3836
3777
  "module": "ember-cli"
3837
3778
  },
3838
3779
  {
3839
- "file": "lib\\models\\blueprint.js",
3840
- "line": 370,
3780
+ "file": "lib/models/blueprint.js",
3781
+ "line": 368,
3841
3782
  "description": "Calls an action.",
3842
3783
  "access": "private",
3843
3784
  "tagname": "",
@@ -3862,8 +3803,8 @@
3862
3803
  "module": "ember-cli"
3863
3804
  },
3864
3805
  {
3865
- "file": "lib\\models\\blueprint.js",
3866
- "line": 388,
3806
+ "file": "lib/models/blueprint.js",
3807
+ "line": 386,
3867
3808
  "description": "Prints warning for pod unsupported.",
3868
3809
  "access": "private",
3869
3810
  "tagname": "",
@@ -3873,8 +3814,8 @@
3873
3814
  "module": "ember-cli"
3874
3815
  },
3875
3816
  {
3876
- "file": "lib\\models\\blueprint.js",
3877
- "line": 405,
3817
+ "file": "lib/models/blueprint.js",
3818
+ "line": 403,
3878
3819
  "access": "private",
3879
3820
  "tagname": "",
3880
3821
  "itemtype": "method",
@@ -3890,8 +3831,8 @@
3890
3831
  "module": "ember-cli"
3891
3832
  },
3892
3833
  {
3893
- "file": "lib\\models\\blueprint.js",
3894
- "line": 416,
3834
+ "file": "lib/models/blueprint.js",
3835
+ "line": 414,
3895
3836
  "access": "private",
3896
3837
  "tagname": "",
3897
3838
  "itemtype": "method",
@@ -3907,8 +3848,8 @@
3907
3848
  "module": "ember-cli"
3908
3849
  },
3909
3850
  {
3910
- "file": "lib\\models\\blueprint.js",
3911
- "line": 445,
3851
+ "file": "lib/models/blueprint.js",
3852
+ "line": 443,
3912
3853
  "access": "private",
3913
3854
  "tagname": "",
3914
3855
  "itemtype": "method",
@@ -3939,8 +3880,8 @@
3939
3880
  "module": "ember-cli"
3940
3881
  },
3941
3882
  {
3942
- "file": "lib\\models\\blueprint.js",
3943
- "line": 471,
3883
+ "file": "lib/models/blueprint.js",
3884
+ "line": 469,
3944
3885
  "access": "private",
3945
3886
  "tagname": "",
3946
3887
  "itemtype": "method",
@@ -3965,8 +3906,8 @@
3965
3906
  "module": "ember-cli"
3966
3907
  },
3967
3908
  {
3968
- "file": "lib\\models\\blueprint.js",
3969
- "line": 525,
3909
+ "file": "lib/models/blueprint.js",
3910
+ "line": 523,
3970
3911
  "access": "private",
3971
3912
  "tagname": "",
3972
3913
  "itemtype": "method",
@@ -3986,8 +3927,8 @@
3986
3927
  "module": "ember-cli"
3987
3928
  },
3988
3929
  {
3989
- "file": "lib\\models\\blueprint.js",
3990
- "line": 545,
3930
+ "file": "lib/models/blueprint.js",
3931
+ "line": 543,
3991
3932
  "itemtype": "method",
3992
3933
  "name": "install",
3993
3934
  "params": [
@@ -4005,8 +3946,8 @@
4005
3946
  "module": "ember-cli"
4006
3947
  },
4007
3948
  {
4008
- "file": "lib\\models\\blueprint.js",
4009
- "line": 572,
3949
+ "file": "lib/models/blueprint.js",
3950
+ "line": 570,
4010
3951
  "itemtype": "method",
4011
3952
  "name": "uninstall",
4012
3953
  "params": [
@@ -4024,8 +3965,8 @@
4024
3965
  "module": "ember-cli"
4025
3966
  },
4026
3967
  {
4027
- "file": "lib\\models\\blueprint.js",
4028
- "line": 594,
3968
+ "file": "lib/models/blueprint.js",
3969
+ "line": 592,
4029
3970
  "description": "Hook for running operations before install.",
4030
3971
  "itemtype": "method",
4031
3972
  "name": "beforeInstall",
@@ -4037,8 +3978,8 @@
4037
3978
  "module": "ember-cli"
4038
3979
  },
4039
3980
  {
4040
- "file": "lib\\models\\blueprint.js",
4041
- "line": 601,
3981
+ "file": "lib/models/blueprint.js",
3982
+ "line": 599,
4042
3983
  "description": "Hook for running operations after install.",
4043
3984
  "itemtype": "method",
4044
3985
  "name": "afterInstall",
@@ -4050,8 +3991,8 @@
4050
3991
  "module": "ember-cli"
4051
3992
  },
4052
3993
  {
4053
- "file": "lib\\models\\blueprint.js",
4054
- "line": 608,
3994
+ "file": "lib/models/blueprint.js",
3995
+ "line": 606,
4055
3996
  "description": "Hook for running operations before uninstall.",
4056
3997
  "itemtype": "method",
4057
3998
  "name": "beforeUninstall",
@@ -4063,8 +4004,8 @@
4063
4004
  "module": "ember-cli"
4064
4005
  },
4065
4006
  {
4066
- "file": "lib\\models\\blueprint.js",
4067
- "line": 615,
4007
+ "file": "lib/models/blueprint.js",
4008
+ "line": 613,
4068
4009
  "description": "Hook for running operations after uninstall.",
4069
4010
  "itemtype": "method",
4070
4011
  "name": "afterUninstall",
@@ -4076,8 +4017,8 @@
4076
4017
  "module": "ember-cli"
4077
4018
  },
4078
4019
  {
4079
- "file": "lib\\models\\blueprint.js",
4080
- "line": 624,
4020
+ "file": "lib/models/blueprint.js",
4021
+ "line": 622,
4081
4022
  "description": "Hook for adding custom template variables.\n\nWhen the following is called on the command line:\n\n```sh\nember generate controller foo --type=array --dry-run isAdmin:true\n```\n\nThe object passed to `locals` looks like this:\n\n```js\n{\n entity: {\n name: 'foo',\n options: {\n isAdmin: true\n }\n },\n dryRun: true\n type: \"array\"\n // more keys\n}\n```\n\nThis hook must return an object or a Promise which resolves to an object.\nThe resolved object will be merged with the aforementioned default locals.",
4082
4023
  "access": "public",
4083
4024
  "tagname": "",
@@ -4098,8 +4039,8 @@
4098
4039
  "module": "ember-cli"
4099
4040
  },
4100
4041
  {
4101
- "file": "lib\\models\\blueprint.js",
4102
- "line": 659,
4042
+ "file": "lib/models/blueprint.js",
4043
+ "line": 657,
4103
4044
  "description": "Hook to add additional or override existing fileMap tokens.\n\nUse `fileMapTokens` to add custom fileMap tokens for use\nin the `mapFile` method. The hook must return an object in the\nfollowing pattern:\n\n```js\n{\n __token__(options){\n // logic to determine value goes here\n return 'value';\n }\n}\n```\n\nIt will be merged with the default `fileMapTokens`, and can be used\nto override any of the default tokens.\n\nTokens are used in the files folder (see `files`), and get replaced with\nvalues when the `mapFile` method is called.",
4104
4045
  "access": "public",
4105
4046
  "tagname": "",
@@ -4113,8 +4054,8 @@
4113
4054
  "module": "ember-cli"
4114
4055
  },
4115
4056
  {
4116
- "file": "lib\\models\\blueprint.js",
4117
- "line": 687,
4057
+ "file": "lib/models/blueprint.js",
4058
+ "line": 685,
4118
4059
  "access": "private",
4119
4060
  "tagname": "",
4120
4061
  "itemtype": "method",
@@ -4134,8 +4075,8 @@
4134
4075
  "module": "ember-cli"
4135
4076
  },
4136
4077
  {
4137
- "file": "lib\\models\\blueprint.js",
4138
- "line": 743,
4078
+ "file": "lib/models/blueprint.js",
4079
+ "line": 741,
4139
4080
  "description": "Used to generate fileMap tokens for mapFile.",
4140
4081
  "itemtype": "method",
4141
4082
  "name": "generateFileMap",
@@ -4154,8 +4095,8 @@
4154
4095
  "module": "ember-cli"
4155
4096
  },
4156
4097
  {
4157
- "file": "lib\\models\\blueprint.js",
4158
- "line": 758,
4098
+ "file": "lib/models/blueprint.js",
4099
+ "line": 756,
4159
4100
  "itemtype": "method",
4160
4101
  "name": "buildFileInfo",
4161
4102
  "params": [
@@ -4183,8 +4124,8 @@
4183
4124
  "module": "ember-cli"
4184
4125
  },
4185
4126
  {
4186
- "file": "lib\\models\\blueprint.js",
4187
- "line": 779,
4127
+ "file": "lib/models/blueprint.js",
4128
+ "line": 777,
4188
4129
  "itemtype": "method",
4189
4130
  "name": "isUpdate",
4190
4131
  "return": {
@@ -4195,8 +4136,8 @@
4195
4136
  "module": "ember-cli"
4196
4137
  },
4197
4138
  {
4198
- "file": "lib\\models\\blueprint.js",
4199
- "line": 789,
4139
+ "file": "lib/models/blueprint.js",
4140
+ "line": 787,
4200
4141
  "access": "private",
4201
4142
  "tagname": "",
4202
4143
  "itemtype": "method",
@@ -4226,8 +4167,8 @@
4226
4167
  "module": "ember-cli"
4227
4168
  },
4228
4169
  {
4229
- "file": "lib\\models\\blueprint.js",
4230
- "line": 801,
4170
+ "file": "lib/models/blueprint.js",
4171
+ "line": 799,
4231
4172
  "description": "Add update files to ignored files or reset them",
4232
4173
  "access": "private",
4233
4174
  "tagname": "",
@@ -4237,8 +4178,8 @@
4237
4178
  "module": "ember-cli"
4238
4179
  },
4239
4180
  {
4240
- "file": "lib\\models\\blueprint.js",
4241
- "line": 814,
4181
+ "file": "lib/models/blueprint.js",
4182
+ "line": 812,
4242
4183
  "access": "private",
4243
4184
  "tagname": "",
4244
4185
  "itemtype": "method",
@@ -4258,8 +4199,8 @@
4258
4199
  "module": "ember-cli"
4259
4200
  },
4260
4201
  {
4261
- "file": "lib\\models\\blueprint.js",
4262
- "line": 827,
4202
+ "file": "lib/models/blueprint.js",
4203
+ "line": 825,
4263
4204
  "access": "private",
4264
4205
  "tagname": "",
4265
4206
  "itemtype": "method",
@@ -4280,8 +4221,8 @@
4280
4221
  "module": "ember-cli"
4281
4222
  },
4282
4223
  {
4283
- "file": "lib\\models\\blueprint.js",
4284
- "line": 841,
4224
+ "file": "lib/models/blueprint.js",
4225
+ "line": 839,
4285
4226
  "itemtype": "method",
4286
4227
  "name": "processFiles",
4287
4228
  "params": [
@@ -4304,8 +4245,8 @@
4304
4245
  "module": "ember-cli"
4305
4246
  },
4306
4247
  {
4307
- "file": "lib\\models\\blueprint.js",
4308
- "line": 874,
4248
+ "file": "lib/models/blueprint.js",
4249
+ "line": 872,
4309
4250
  "itemtype": "method",
4310
4251
  "name": "processFilesForUninstall",
4311
4252
  "params": [
@@ -4324,8 +4265,8 @@
4324
4265
  "module": "ember-cli"
4325
4266
  },
4326
4267
  {
4327
- "file": "lib\\models\\blueprint.js",
4328
- "line": 925,
4268
+ "file": "lib/models/blueprint.js",
4269
+ "line": 923,
4329
4270
  "itemtype": "method",
4330
4271
  "name": "mapFile",
4331
4272
  "params": [
@@ -4347,8 +4288,8 @@
4347
4288
  "module": "ember-cli"
4348
4289
  },
4349
4290
  {
4350
- "file": "lib\\models\\blueprint.js",
4351
- "line": 942,
4291
+ "file": "lib/models/blueprint.js",
4292
+ "line": 940,
4352
4293
  "description": "Looks for a __root__ token in the files folder. Must be present for\nthe blueprint to support addon tokens. The `server`, `blueprints`, and `test`",
4353
4294
  "access": "private",
4354
4295
  "tagname": "",
@@ -4362,8 +4303,8 @@
4362
4303
  "module": "ember-cli"
4363
4304
  },
4364
4305
  {
4365
- "file": "lib\\models\\blueprint.js",
4366
- "line": 954,
4306
+ "file": "lib/models/blueprint.js",
4307
+ "line": 952,
4367
4308
  "access": "private",
4368
4309
  "tagname": "",
4369
4310
  "itemtype": "method",
@@ -4392,8 +4333,8 @@
4392
4333
  "module": "ember-cli"
4393
4334
  },
4394
4335
  {
4395
- "file": "lib\\models\\blueprint.js",
4396
- "line": 984,
4336
+ "file": "lib/models/blueprint.js",
4337
+ "line": 982,
4397
4338
  "access": "private",
4398
4339
  "tagname": "",
4399
4340
  "itemtype": "method",
@@ -4413,8 +4354,8 @@
4413
4354
  "module": "ember-cli"
4414
4355
  },
4415
4356
  {
4416
- "file": "lib\\models\\blueprint.js",
4417
- "line": 1017,
4357
+ "file": "lib/models/blueprint.js",
4358
+ "line": 1015,
4418
4359
  "description": "Used to add a package to the project's `package.json`.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.",
4419
4360
  "itemtype": "method",
4420
4361
  "name": "addPackageToProject",
@@ -4438,8 +4379,8 @@
4438
4379
  "module": "ember-cli"
4439
4380
  },
4440
4381
  {
4441
- "file": "lib\\models\\blueprint.js",
4442
- "line": 1039,
4382
+ "file": "lib/models/blueprint.js",
4383
+ "line": 1037,
4443
4384
  "description": "Used to add multiple packages to the project's `package.json`.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.\n\nExpects each array item to be an object with a `name`. Each object\nmay optionally have a `target` to specify a specific version.",
4444
4385
  "itemtype": "method",
4445
4386
  "name": "addPackagesToProject",
@@ -4461,8 +4402,8 @@
4461
4402
  "module": "ember-cli"
4462
4403
  },
4463
4404
  {
4464
- "file": "lib\\models\\blueprint.js",
4465
- "line": 1088,
4405
+ "file": "lib/models/blueprint.js",
4406
+ "line": 1086,
4466
4407
  "description": "Used to remove a package from the project's `package.json`.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that any package conflicts can be resolved before the\naddon is used.",
4467
4408
  "itemtype": "method",
4468
4409
  "name": "removePackageFromProject",
@@ -4481,8 +4422,8 @@
4481
4422
  "module": "ember-cli"
4482
4423
  },
4483
4424
  {
4484
- "file": "lib\\models\\blueprint.js",
4485
- "line": 1105,
4425
+ "file": "lib/models/blueprint.js",
4426
+ "line": 1103,
4486
4427
  "description": "Used to remove multiple packages from the project's `package.json`.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that any package conflicts can be resolved before the\naddon is used.\n\nExpects each array item to be an object with a `name` property.",
4487
4428
  "itemtype": "method",
4488
4429
  "name": "removePackagesFromProject",
@@ -4501,66 +4442,8 @@
4501
4442
  "module": "ember-cli"
4502
4443
  },
4503
4444
  {
4504
- "file": "lib\\models\\blueprint.js",
4505
- "line": 1146,
4506
- "description": "Used to add a Bower package to the projects `bower.json`.\n\nBower is a package manager that is no longer recommended\nfor new projects, but you may find this hook used in older\naddons.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.\n\n`localPackageName` and `target` may be thought of as equivalent\nto the key-value pairs in the `dependency` or `devDepencency`\nobjects contained within a bower.json file.",
4507
- "itemtype": "method",
4508
- "name": "addBowerPackageToProject",
4509
- "params": [
4510
- {
4511
- "name": "localPackageName",
4512
- "description": "",
4513
- "type": "String"
4514
- },
4515
- {
4516
- "name": "target",
4517
- "description": "",
4518
- "type": "String"
4519
- },
4520
- {
4521
- "name": "installOptions",
4522
- "description": "",
4523
- "type": "Object"
4524
- }
4525
- ],
4526
- "return": {
4527
- "description": "",
4528
- "type": "Promise"
4529
- },
4530
- "example": [
4531
- "\n```js\naddBowerPackageToProject('jquery', '~1.11.1');\naddBowerPackageToProject('old_jquery', 'jquery#~1.9.1');\naddBowerPackageToProject('bootstrap-3', 'https://twitter.github.io/bootstrap/assets/bootstrap');\n```"
4532
- ],
4533
- "class": "Blueprint",
4534
- "module": "ember-cli"
4535
- },
4536
- {
4537
- "file": "lib\\models\\blueprint.js",
4538
- "line": 1199,
4539
- "description": "Used to add an array of packages to the projects `bower.json`.\n\nBower is a package manager that is no longer recommended\nfor new projects, but you may find this hook used in older\naddons.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.\n\nExpects each array item to be an object with a `name`. Each object\nmay optionally have a `target` to specify a specific version, or a\n`source` to specify a non-local name to be resolved.",
4540
- "itemtype": "method",
4541
- "name": "addBowerPackagesToProject",
4542
- "params": [
4543
- {
4544
- "name": "packages",
4545
- "description": "",
4546
- "type": "Array"
4547
- },
4548
- {
4549
- "name": "installOptions",
4550
- "description": "",
4551
- "type": "Object"
4552
- }
4553
- ],
4554
- "return": {
4555
- "description": "",
4556
- "type": "Promise"
4557
- },
4558
- "class": "Blueprint",
4559
- "module": "ember-cli"
4560
- },
4561
- {
4562
- "file": "lib\\models\\blueprint.js",
4563
- "line": 1259,
4445
+ "file": "lib/models/blueprint.js",
4446
+ "line": 1144,
4564
4447
  "description": "Used to add an addon to the project's `package.json` and run it's\n`defaultBlueprint` if it provides one.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.",
4565
4448
  "itemtype": "method",
4566
4449
  "name": "addAddonToProject",
@@ -4579,8 +4462,8 @@
4579
4462
  "module": "ember-cli"
4580
4463
  },
4581
4464
  {
4582
- "file": "lib\\models\\blueprint.js",
4583
- "line": 1279,
4465
+ "file": "lib/models/blueprint.js",
4466
+ "line": 1164,
4584
4467
  "description": "Used to add multiple addons to the project's `package.json` and run their\n`defaultBlueprint` if they provide one.\n\nGenerally, this would be done from the `afterInstall` hook, to\nensure that a package that is required by a given blueprint is\navailable.",
4585
4468
  "itemtype": "method",
4586
4469
  "name": "addAddonsToProject",
@@ -4599,8 +4482,8 @@
4599
4482
  "module": "ember-cli"
4600
4483
  },
4601
4484
  {
4602
- "file": "lib\\models\\blueprint.js",
4603
- "line": 1356,
4485
+ "file": "lib/models/blueprint.js",
4486
+ "line": 1241,
4604
4487
  "description": "Used to retrieve a task with the given name. Passes the new task\nthe standard information available (like `ui`, `analytics`, `project`, etc).",
4605
4488
  "itemtype": "method",
4606
4489
  "name": "taskFor",
@@ -4616,8 +4499,8 @@
4616
4499
  "module": "ember-cli"
4617
4500
  },
4618
4501
  {
4619
- "file": "lib\\models\\blueprint.js",
4620
- "line": 1374,
4502
+ "file": "lib/models/blueprint.js",
4503
+ "line": 1259,
4621
4504
  "description": "Inserts the given content into a file. If the `contentsToInsert` string is already\npresent in the current contents, the file will not be changed unless `force` option\nis passed.\n\nIf `options.before` is specified, `contentsToInsert` will be inserted before\nthe first instance of that string. If `options.after` is specified, the\ncontents will be inserted after the first instance of that string.\nIf the string specified by options.before or options.after is not in the file,\nno change will be made.\n\nIf neither `options.before` nor `options.after` are present, `contentsToInsert`\nwill be inserted at the end of the file.\n\nExample:\n```\n// app/router.js\nRouter.map(function () {\n});\n```\n\n```\ninsertIntoFile('app/router.js', ' this.route(\"admin\");', {\n after: 'Router.map(function () {' + EOL\n}).then(function() {\n // file has been inserted into!\n});\n\n\n```\n\n```\n// app/router.js\nRouter.map(function () {\n this.route(\"admin\");\n});\n```",
4622
4505
  "itemtype": "method",
4623
4506
  "name": "insertIntoFile",
@@ -4646,8 +4529,8 @@
4646
4529
  "module": "ember-cli"
4647
4530
  },
4648
4531
  {
4649
- "file": "lib\\models\\blueprint.js",
4650
- "line": 1478,
4532
+ "file": "lib/models/blueprint.js",
4533
+ "line": 1363,
4651
4534
  "description": "Used to retrieve a blueprint with the given name.",
4652
4535
  "itemtype": "method",
4653
4536
  "name": "lookupBlueprint",
@@ -4668,8 +4551,8 @@
4668
4551
  "module": "ember-cli"
4669
4552
  },
4670
4553
  {
4671
- "file": "lib\\models\\blueprint.js",
4672
- "line": 1495,
4554
+ "file": "lib/models/blueprint.js",
4555
+ "line": 1380,
4673
4556
  "static": 1,
4674
4557
  "itemtype": "method",
4675
4558
  "name": "lookup",
@@ -4715,8 +4598,8 @@
4715
4598
  "namespace": "Blueprint"
4716
4599
  },
4717
4600
  {
4718
- "file": "lib\\models\\blueprint.js",
4719
- "line": 1536,
4601
+ "file": "lib/models/blueprint.js",
4602
+ "line": 1421,
4720
4603
  "description": "Loads a blueprint from given path.",
4721
4604
  "static": 1,
4722
4605
  "itemtype": "method",
@@ -4743,8 +4626,8 @@
4743
4626
  "namespace": "Blueprint"
4744
4627
  },
4745
4628
  {
4746
- "file": "lib\\models\\blueprint.js",
4747
- "line": 1564,
4629
+ "file": "lib/models/blueprint.js",
4630
+ "line": 1449,
4748
4631
  "static": 1,
4749
4632
  "itemtype": "method",
4750
4633
  "name": "list",
@@ -4773,8 +4656,8 @@
4773
4656
  "namespace": "Blueprint"
4774
4657
  },
4775
4658
  {
4776
- "file": "lib\\models\\blueprint.js",
4777
- "line": 1613,
4659
+ "file": "lib/models/blueprint.js",
4660
+ "line": 1498,
4778
4661
  "description": "Files that are renamed when installed into the target directory.\nThis allows including files in the blueprint that would have an effect\non another process, such as a file named `.gitignore`.\n\nThe keys are the filenames used in the files folder.\nThe values are the filenames used in the target directory.",
4779
4662
  "static": 1,
4780
4663
  "itemtype": "property",
@@ -4784,8 +4667,8 @@
4784
4667
  "namespace": "Blueprint"
4785
4668
  },
4786
4669
  {
4787
- "file": "lib\\models\\blueprint.js",
4788
- "line": 1628,
4670
+ "file": "lib/models/blueprint.js",
4671
+ "line": 1513,
4789
4672
  "static": 1,
4790
4673
  "itemtype": "property",
4791
4674
  "name": "ignoredFiles",
@@ -4794,8 +4677,8 @@
4794
4677
  "namespace": "Blueprint"
4795
4678
  },
4796
4679
  {
4797
- "file": "lib\\models\\blueprint.js",
4798
- "line": 1634,
4680
+ "file": "lib/models/blueprint.js",
4681
+ "line": 1519,
4799
4682
  "static": 1,
4800
4683
  "itemtype": "property",
4801
4684
  "name": "ignoredUpdateFiles",
@@ -4804,8 +4687,8 @@
4804
4687
  "namespace": "Blueprint"
4805
4688
  },
4806
4689
  {
4807
- "file": "lib\\models\\blueprint.js",
4808
- "line": 1640,
4690
+ "file": "lib/models/blueprint.js",
4691
+ "line": 1525,
4809
4692
  "static": 1,
4810
4693
  "itemtype": "property",
4811
4694
  "name": "defaultLookupPaths",
@@ -4814,8 +4697,8 @@
4814
4697
  "namespace": "Blueprint"
4815
4698
  },
4816
4699
  {
4817
- "file": "lib\\models\\blueprint.js",
4818
- "line": 1648,
4700
+ "file": "lib/models/blueprint.js",
4701
+ "line": 1533,
4819
4702
  "access": "private",
4820
4703
  "tagname": "",
4821
4704
  "itemtype": "method",
@@ -4836,8 +4719,8 @@
4836
4719
  "namespace": "Blueprint"
4837
4720
  },
4838
4721
  {
4839
- "file": "lib\\models\\blueprint.js",
4840
- "line": 1661,
4722
+ "file": "lib/models/blueprint.js",
4723
+ "line": 1546,
4841
4724
  "access": "private",
4842
4725
  "tagname": "",
4843
4726
  "itemtype": "method",
@@ -4854,8 +4737,8 @@
4854
4737
  "namespace": "Blueprint"
4855
4738
  },
4856
4739
  {
4857
- "file": "lib\\models\\blueprint.js",
4858
- "line": 1672,
4740
+ "file": "lib/models/blueprint.js",
4741
+ "line": 1557,
4859
4742
  "access": "private",
4860
4743
  "tagname": "",
4861
4744
  "itemtype": "method",
@@ -4872,8 +4755,8 @@
4872
4755
  "namespace": "Blueprint"
4873
4756
  },
4874
4757
  {
4875
- "file": "lib\\models\\blueprint.js",
4876
- "line": 1681,
4758
+ "file": "lib/models/blueprint.js",
4759
+ "line": 1566,
4877
4760
  "access": "private",
4878
4761
  "tagname": "",
4879
4762
  "itemtype": "method",
@@ -4899,8 +4782,8 @@
4899
4782
  "namespace": "Blueprint"
4900
4783
  },
4901
4784
  {
4902
- "file": "lib\\models\\blueprint.js",
4903
- "line": 1695,
4785
+ "file": "lib/models/blueprint.js",
4786
+ "line": 1580,
4904
4787
  "access": "private",
4905
4788
  "tagname": "",
4906
4789
  "itemtype": "method",
@@ -4921,8 +4804,8 @@
4921
4804
  "namespace": "Blueprint"
4922
4805
  },
4923
4806
  {
4924
- "file": "lib\\models\\blueprint.js",
4925
- "line": 1707,
4807
+ "file": "lib/models/blueprint.js",
4808
+ "line": 1592,
4926
4809
  "description": "Combines provided lookup paths with defaults and removes\nduplicates.",
4927
4810
  "access": "private",
4928
4811
  "tagname": "",
@@ -4944,8 +4827,8 @@
4944
4827
  "namespace": "Blueprint"
4945
4828
  },
4946
4829
  {
4947
- "file": "lib\\models\\blueprint.js",
4948
- "line": 1722,
4830
+ "file": "lib/models/blueprint.js",
4831
+ "line": 1607,
4949
4832
  "description": "Looks for a __path__ token in the files folder. Must be present for\nthe blueprint to support pod tokens.",
4950
4833
  "access": "private",
4951
4834
  "tagname": "",
@@ -4967,8 +4850,8 @@
4967
4850
  "namespace": "Blueprint"
4968
4851
  },
4969
4852
  {
4970
- "file": "lib\\models\\blueprint.js",
4971
- "line": 1761,
4853
+ "file": "lib/models/blueprint.js",
4854
+ "line": 1646,
4972
4855
  "access": "private",
4973
4856
  "tagname": "",
4974
4857
  "itemtype": "method",
@@ -4989,8 +4872,8 @@
4989
4872
  "namespace": "Blueprint"
4990
4873
  },
4991
4874
  {
4992
- "file": "lib\\models\\blueprint.js",
4993
- "line": 1775,
4875
+ "file": "lib/models/blueprint.js",
4876
+ "line": 1660,
4994
4877
  "access": "private",
4995
4878
  "tagname": "",
4996
4879
  "itemtype": "method",
@@ -5011,8 +4894,8 @@
5011
4894
  "namespace": "Blueprint"
5012
4895
  },
5013
4896
  {
5014
- "file": "lib\\models\\blueprint.js",
5015
- "line": 1785,
4897
+ "file": "lib/models/blueprint.js",
4898
+ "line": 1670,
5016
4899
  "access": "private",
5017
4900
  "tagname": "",
5018
4901
  "itemtype": "method",
@@ -5026,8 +4909,8 @@
5026
4909
  "namespace": "Blueprint"
5027
4910
  },
5028
4911
  {
5029
- "file": "lib\\models\\blueprint.js",
5030
- "line": 1798,
4912
+ "file": "lib/models/blueprint.js",
4913
+ "line": 1683,
5031
4914
  "access": "private",
5032
4915
  "tagname": "",
5033
4916
  "itemtype": "method",
@@ -5048,7 +4931,7 @@
5048
4931
  "namespace": "Blueprint"
5049
4932
  },
5050
4933
  {
5051
- "file": "lib\\models\\builder.js",
4934
+ "file": "lib/models/builder.js",
5052
4935
  "line": 39,
5053
4936
  "access": "private",
5054
4937
  "tagname": "",
@@ -5064,7 +4947,7 @@
5064
4947
  "module": "ember-cli"
5065
4948
  },
5066
4949
  {
5067
- "file": "lib\\models\\builder.js",
4950
+ "file": "lib/models/builder.js",
5068
4951
  "line": 60,
5069
4952
  "access": "private",
5070
4953
  "tagname": "",
@@ -5074,7 +4957,7 @@
5074
4957
  "module": "ember-cli"
5075
4958
  },
5076
4959
  {
5077
- "file": "lib\\models\\builder.js",
4960
+ "file": "lib/models/builder.js",
5078
4961
  "line": 98,
5079
4962
  "description": "Determine whether the output path is safe to delete. If the outputPath\nappears anywhere in the parents of the project root, the build would\ndelete the project directory. In this case return `false`, otherwise\nreturn `true`.",
5080
4963
  "access": "private",
@@ -5096,7 +4979,7 @@
5096
4979
  "module": "ember-cli"
5097
4980
  },
5098
4981
  {
5099
- "file": "lib\\models\\builder.js",
4982
+ "file": "lib/models/builder.js",
5100
4983
  "line": 120,
5101
4984
  "access": "private",
5102
4985
  "tagname": "",
@@ -5113,7 +4996,7 @@
5113
4996
  "module": "ember-cli"
5114
4997
  },
5115
4998
  {
5116
- "file": "lib\\models\\builder.js",
4999
+ "file": "lib/models/builder.js",
5117
5000
  "line": 144,
5118
5001
  "access": "private",
5119
5002
  "tagname": "",
@@ -5137,7 +5020,7 @@
5137
5020
  "module": "ember-cli"
5138
5021
  },
5139
5022
  {
5140
- "file": "lib\\models\\builder.js",
5023
+ "file": "lib/models/builder.js",
5141
5024
  "line": 169,
5142
5025
  "access": "private",
5143
5026
  "tagname": "",
@@ -5151,7 +5034,7 @@
5151
5034
  "module": "ember-cli"
5152
5035
  },
5153
5036
  {
5154
- "file": "lib\\models\\builder.js",
5037
+ "file": "lib/models/builder.js",
5155
5038
  "line": 244,
5156
5039
  "description": "Delegates to the `cleanup` method of the wrapped Broccoli builder.",
5157
5040
  "access": "private",
@@ -5166,7 +5049,7 @@
5166
5049
  "module": "ember-cli"
5167
5050
  },
5168
5051
  {
5169
- "file": "lib\\models\\builder.js",
5052
+ "file": "lib/models/builder.js",
5170
5053
  "line": 276,
5171
5054
  "description": "Checks for issues in the environment that can't easily be detected until\nafter a build and issues any necessary deprecation warnings.\n\n- check for old (pre 0.1.4) versions of heimdalljs",
5172
5055
  "access": "private",
@@ -5177,7 +5060,7 @@
5177
5060
  "module": "ember-cli"
5178
5061
  },
5179
5062
  {
5180
- "file": "lib\\models\\command.js",
5063
+ "file": "lib/models/command.js",
5181
5064
  "line": 51,
5182
5065
  "description": "The description of what this command does.",
5183
5066
  "final": 1,
@@ -5188,7 +5071,7 @@
5188
5071
  "module": "ember-cli"
5189
5072
  },
5190
5073
  {
5191
- "file": "lib\\models\\command.js",
5074
+ "file": "lib/models/command.js",
5192
5075
  "line": 60,
5193
5076
  "description": "Does this command work everywhere or just inside or outside of projects.\n\nPossible values:\n\n- `insideProject`\n- `outsideProject`\n- `everywhere`",
5194
5077
  "final": 1,
@@ -5200,7 +5083,7 @@
5200
5083
  "module": "ember-cli"
5201
5084
  },
5202
5085
  {
5203
- "file": "lib\\models\\command.js",
5086
+ "file": "lib/models/command.js",
5204
5087
  "line": 81,
5205
5088
  "final": 1,
5206
5089
  "itemtype": "property",
@@ -5210,7 +5093,7 @@
5210
5093
  "module": "ember-cli"
5211
5094
  },
5212
5095
  {
5213
- "file": "lib\\models\\command.js",
5096
+ "file": "lib/models/command.js",
5214
5097
  "line": 88,
5215
5098
  "description": "The name of the command.",
5216
5099
  "final": 1,
@@ -5224,7 +5107,7 @@
5224
5107
  "module": "ember-cli"
5225
5108
  },
5226
5109
  {
5227
- "file": "lib\\models\\command.js",
5110
+ "file": "lib/models/command.js",
5228
5111
  "line": 100,
5229
5112
  "description": "An array of aliases for the command",
5230
5113
  "final": 1,
@@ -5238,7 +5121,7 @@
5238
5121
  "module": "ember-cli"
5239
5122
  },
5240
5123
  {
5241
- "file": "lib\\models\\command.js",
5124
+ "file": "lib/models/command.js",
5242
5125
  "line": 117,
5243
5126
  "description": "An array of available options for the command",
5244
5127
  "final": 1,
@@ -5246,14 +5129,14 @@
5246
5129
  "name": "availableOptions",
5247
5130
  "type": "Array",
5248
5131
  "example": [
5249
- "\n```js\navailableOptions: [\n { name: 'dry-run', type: Boolean, default: false, aliases: ['d'] },\n { name: 'verbose', type: Boolean, default: false, aliases: ['v'] },\n { name: 'blueprint', type: String, default: 'app', aliases: ['b'] },\n { name: 'skip-npm', type: Boolean, default: false, aliases: ['sn'] },\n { name: 'skip-bower', type: Boolean, default: false, aliases: ['sb'] },\n { name: 'skip-git', type: Boolean, default: false, aliases: ['sg'] },\n { name: 'directory', type: String , aliases: ['dir'] }\n],\n```"
5132
+ "\n```js\navailableOptions: [\n { name: 'dry-run', type: Boolean, default: false, aliases: ['d'] },\n { name: 'verbose', type: Boolean, default: false, aliases: ['v'] },\n { name: 'blueprint', type: String, default: 'app', aliases: ['b'] },\n { name: 'skip-npm', type: Boolean, default: false, aliases: ['sn'] },\n { name: 'skip-git', type: Boolean, default: false, aliases: ['sg'] },\n { name: 'directory', type: String , aliases: ['dir'] }\n],\n```"
5250
5133
  ],
5251
5134
  "class": "Command",
5252
5135
  "module": "ember-cli"
5253
5136
  },
5254
5137
  {
5255
- "file": "lib\\models\\command.js",
5256
- "line": 138,
5138
+ "file": "lib/models/command.js",
5139
+ "line": 137,
5257
5140
  "description": "An array of anonymous options for the command",
5258
5141
  "final": 1,
5259
5142
  "itemtype": "property",
@@ -5266,8 +5149,8 @@
5266
5149
  "module": "ember-cli"
5267
5150
  },
5268
5151
  {
5269
- "file": "lib\\models\\command.js",
5270
- "line": 154,
5152
+ "file": "lib/models/command.js",
5153
+ "line": 153,
5271
5154
  "description": "Registers options with command. This method provides the ability to extend or override command options.\nExpects an object containing anonymousOptions or availableOptions, which it will then merge with\nexisting availableOptions before building the optionsAliases which are used to define shorthands.",
5272
5155
  "itemtype": "method",
5273
5156
  "name": "registerOptions",
@@ -5282,8 +5165,8 @@
5282
5165
  "module": "ember-cli"
5283
5166
  },
5284
5167
  {
5285
- "file": "lib\\models\\command.js",
5286
- "line": 180,
5168
+ "file": "lib/models/command.js",
5169
+ "line": 179,
5287
5170
  "description": "Called when command is interrupted from outside, e.g. ctrl+C or process kill\nCan be used to cleanup artifacts produced by command and control process exit code",
5288
5171
  "itemtype": "method",
5289
5172
  "name": "onInterrupt",
@@ -5295,8 +5178,8 @@
5295
5178
  "module": "ember-cli"
5296
5179
  },
5297
5180
  {
5298
- "file": "lib\\models\\command.js",
5299
- "line": 208,
5181
+ "file": "lib/models/command.js",
5182
+ "line": 207,
5300
5183
  "description": "Looks up for the task and runs\nIt also keeps the reference for the current active task\nKeeping reference for the current task allows to cleanup task on interruption",
5301
5184
  "access": "private",
5302
5185
  "tagname": "",
@@ -5326,8 +5209,8 @@
5326
5209
  "module": "ember-cli"
5327
5210
  },
5328
5211
  {
5329
- "file": "lib\\models\\command.js",
5330
- "line": 249,
5212
+ "file": "lib/models/command.js",
5213
+ "line": 248,
5331
5214
  "description": "Hook for extending a command before it is run in the cli.run command.\nMost common use case would be to extend availableOptions.",
5332
5215
  "itemtype": "method",
5333
5216
  "name": "beforeRun",
@@ -5339,8 +5222,8 @@
5339
5222
  "module": "ember-cli"
5340
5223
  },
5341
5224
  {
5342
- "file": "lib\\models\\command.js",
5343
- "line": 257,
5225
+ "file": "lib/models/command.js",
5226
+ "line": 256,
5344
5227
  "itemtype": "method",
5345
5228
  "name": "validateAndRun",
5346
5229
  "return": {
@@ -5351,8 +5234,8 @@
5351
5234
  "module": "ember-cli"
5352
5235
  },
5353
5236
  {
5354
- "file": "lib\\models\\command.js",
5355
- "line": 322,
5237
+ "file": "lib/models/command.js",
5238
+ "line": 321,
5356
5239
  "description": "Reports if the given command has a command line option by a given name",
5357
5240
  "itemtype": "method",
5358
5241
  "name": "hasOption",
@@ -5371,8 +5254,8 @@
5371
5254
  "module": "ember-cli"
5372
5255
  },
5373
5256
  {
5374
- "file": "lib\\models\\command.js",
5375
- "line": 338,
5257
+ "file": "lib/models/command.js",
5258
+ "line": 337,
5376
5259
  "description": "Merges any options with duplicate keys in the availableOptions array.\nUsed primarily by registerOptions.",
5377
5260
  "itemtype": "method",
5378
5261
  "name": "mergeDuplicateOption",
@@ -5391,8 +5274,8 @@
5391
5274
  "module": "ember-cli"
5392
5275
  },
5393
5276
  {
5394
- "file": "lib\\models\\command.js",
5395
- "line": 373,
5277
+ "file": "lib/models/command.js",
5278
+ "line": 372,
5396
5279
  "description": "Normalizes option, filling in implicit values",
5397
5280
  "itemtype": "method",
5398
5281
  "name": "normalizeOption",
@@ -5411,8 +5294,8 @@
5411
5294
  "module": "ember-cli"
5412
5295
  },
5413
5296
  {
5414
- "file": "lib\\models\\command.js",
5415
- "line": 385,
5297
+ "file": "lib/models/command.js",
5298
+ "line": 384,
5416
5299
  "description": "Assigns option",
5417
5300
  "itemtype": "method",
5418
5301
  "name": "assignOption",
@@ -5441,8 +5324,8 @@
5441
5324
  "module": "ember-cli"
5442
5325
  },
5443
5326
  {
5444
- "file": "lib\\models\\command.js",
5445
- "line": 418,
5327
+ "file": "lib/models/command.js",
5328
+ "line": 417,
5446
5329
  "description": "Validates option",
5447
5330
  "itemtype": "method",
5448
5331
  "name": "validateOption",
@@ -5461,8 +5344,8 @@
5461
5344
  "module": "ember-cli"
5462
5345
  },
5463
5346
  {
5464
- "file": "lib\\models\\command.js",
5465
- "line": 444,
5347
+ "file": "lib/models/command.js",
5348
+ "line": 443,
5466
5349
  "description": "Parses alias for an option and adds it to optionsAliases",
5467
5350
  "itemtype": "method",
5468
5351
  "name": "parseAlias",
@@ -5486,8 +5369,8 @@
5486
5369
  "module": "ember-cli"
5487
5370
  },
5488
5371
  {
5489
- "file": "lib\\models\\command.js",
5490
- "line": 489,
5372
+ "file": "lib/models/command.js",
5373
+ "line": 488,
5491
5374
  "itemtype": "method",
5492
5375
  "name": "assignAlias",
5493
5376
  "params": [
@@ -5508,8 +5391,8 @@
5508
5391
  "module": "ember-cli"
5509
5392
  },
5510
5393
  {
5511
- "file": "lib\\models\\command.js",
5512
- "line": 504,
5394
+ "file": "lib/models/command.js",
5395
+ "line": 503,
5513
5396
  "description": "Validates alias value",
5514
5397
  "itemtype": "method",
5515
5398
  "name": "validateAlias",
@@ -5528,8 +5411,8 @@
5528
5411
  "module": "ember-cli"
5529
5412
  },
5530
5413
  {
5531
- "file": "lib\\models\\command.js",
5532
- "line": 536,
5414
+ "file": "lib/models/command.js",
5415
+ "line": 535,
5533
5416
  "description": "Parses command arguments and processes",
5534
5417
  "itemtype": "method",
5535
5418
  "name": "parseArgs",
@@ -5548,8 +5431,8 @@
5548
5431
  "module": "ember-cli"
5549
5432
  },
5550
5433
  {
5551
- "file": "lib\\models\\command.js",
5552
- "line": 592,
5434
+ "file": "lib/models/command.js",
5435
+ "line": 591,
5553
5436
  "itemtype": "method",
5554
5437
  "name": "run",
5555
5438
  "params": [
@@ -5562,8 +5445,8 @@
5562
5445
  "module": "ember-cli"
5563
5446
  },
5564
5447
  {
5565
- "file": "lib\\models\\command.js",
5566
- "line": 602,
5448
+ "file": "lib/models/command.js",
5449
+ "line": 601,
5567
5450
  "description": "Prints basic help for the command.\n\nBasic help looks like this:\n\n ember generate <blueprint> <options...>\n Generates new code from blueprints\n aliases: g\n --dry-run (Default: false)\n --verbose (Default: false)\n\nThe default implementation is designed to cover all bases\nbut may be overridden if necessary.",
5568
5451
  "itemtype": "method",
5569
5452
  "name": "printBasicHelp",
@@ -5571,8 +5454,8 @@
5571
5454
  "module": "ember-cli"
5572
5455
  },
5573
5456
  {
5574
- "file": "lib\\models\\command.js",
5575
- "line": 633,
5457
+ "file": "lib/models/command.js",
5458
+ "line": 632,
5576
5459
  "description": "Prints detailed help for the command.\n\nThe default implementation is no-op and should be overridden\nfor each command where further help text is required.",
5577
5460
  "itemtype": "method",
5578
5461
  "name": "printDetailedHelp",
@@ -5580,8 +5463,8 @@
5580
5463
  "module": "ember-cli"
5581
5464
  },
5582
5465
  {
5583
- "file": "lib\\models\\command.js",
5584
- "line": 643,
5466
+ "file": "lib/models/command.js",
5467
+ "line": 642,
5585
5468
  "itemtype": "method",
5586
5469
  "name": "getJson",
5587
5470
  "params": [
@@ -5599,7 +5482,7 @@
5599
5482
  "module": "ember-cli"
5600
5483
  },
5601
5484
  {
5602
- "file": "lib\\models\\hardware-info.js",
5485
+ "file": "lib/models/hardware-info.js",
5603
5486
  "line": 232,
5604
5487
  "description": "Indicates whether the host is running on battery power. This can cause\nperformance degredation.",
5605
5488
  "access": "private",
@@ -5621,7 +5504,7 @@
5621
5504
  "module": "ember-cli"
5622
5505
  },
5623
5506
  {
5624
- "file": "lib\\models\\hardware-info.js",
5507
+ "file": "lib/models/hardware-info.js",
5625
5508
  "line": 266,
5626
5509
  "description": "Determines the amount of swap/virtual memory currently in use.",
5627
5510
  "access": "private",
@@ -5643,7 +5526,7 @@
5643
5526
  "module": "ember-cli"
5644
5527
  },
5645
5528
  {
5646
- "file": "lib\\models\\hardware-info.js",
5529
+ "file": "lib/models/hardware-info.js",
5647
5530
  "line": 297,
5648
5531
  "description": "Determines the total amount of memory available to the host, as from\n`os.totalmem`.",
5649
5532
  "access": "private",
@@ -5658,7 +5541,7 @@
5658
5541
  "module": "ember-cli"
5659
5542
  },
5660
5543
  {
5661
- "file": "lib\\models\\hardware-info.js",
5544
+ "file": "lib/models/hardware-info.js",
5662
5545
  "line": 309,
5663
5546
  "description": "Determines the amount of memory currently being used by the current Node\nprocess, as from `process.memoryUsage`.",
5664
5547
  "access": "private",
@@ -5673,7 +5556,7 @@
5673
5556
  "module": "ember-cli"
5674
5557
  },
5675
5558
  {
5676
- "file": "lib\\models\\hardware-info.js",
5559
+ "file": "lib/models/hardware-info.js",
5677
5560
  "line": 322,
5678
5561
  "description": "Determines the number of logical processors available to the host, as from\n`os.cpus`.",
5679
5562
  "access": "private",
@@ -5688,7 +5571,7 @@
5688
5571
  "module": "ember-cli"
5689
5572
  },
5690
5573
  {
5691
- "file": "lib\\models\\hardware-info.js",
5574
+ "file": "lib/models/hardware-info.js",
5692
5575
  "line": 334,
5693
5576
  "description": "Determines the average processor load across the system. This is\nexpressed as a fractional number between 0 and the number of logical\nprocessors.",
5694
5577
  "access": "private",
@@ -5710,7 +5593,7 @@
5710
5593
  "module": "ember-cli"
5711
5594
  },
5712
5595
  {
5713
- "file": "lib\\models\\hardware-info.js",
5596
+ "file": "lib/models/hardware-info.js",
5714
5597
  "line": 358,
5715
5598
  "description": "Gets the speed of the host's processors.\n\nIf more than one processor is found, the average of their speeds is taken.",
5716
5599
  "access": "private",
@@ -5725,7 +5608,7 @@
5725
5608
  "module": "ember-cli"
5726
5609
  },
5727
5610
  {
5728
- "file": "lib\\models\\hardware-info.js",
5611
+ "file": "lib/models/hardware-info.js",
5729
5612
  "line": 373,
5730
5613
  "description": "Determines the time since the host was started, as from `os.uptime`.",
5731
5614
  "access": "private",
@@ -5740,7 +5623,7 @@
5740
5623
  "module": "ember-cli"
5741
5624
  },
5742
5625
  {
5743
- "file": "lib\\models\\host-info-cache.js",
5626
+ "file": "lib/models/host-info-cache.js",
5744
5627
  "line": 16,
5745
5628
  "description": "Given a path (calculated as part of `getHostAddonInfo`), return the correct\n\"bundle host\". A bundle host is considered the project or lazy engine.\n\nFor example, given the following package structure:\n\n --Project--\n / \\\n / \\\nLazy Engine A \\\n Addon A\n |\n |\n Lazy Engine B\n / \\\n / \\\n Lazy Engine A Lazy Engine C\n\nThe provided paths for lazy engine A would look like:\n\n- [Project]\n- [Project, Addon A, Lazy Engine B]\n\nFor this project structure, this function would return [Project, [Project]]\n\nSimilarly, given the following project structure:\n\n --Project--\n / \\\n / \\\n Lazy Engine A \\\n / Lazy Engine B\n / |\n / |\n Lazy Engine C Lazy Engine C\n\nThe provided paths for lazy engine C would look like:\n\n- [Project, Lazy Engine A]\n- [Project, Lazy Engine B]\n\nIn this case, the host is the project and would also return [Project, [Project]]",
5746
5629
  "itemtype": "method",
@@ -5762,7 +5645,7 @@
5762
5645
  "module": "ember-cli"
5763
5646
  },
5764
5647
  {
5765
- "file": "lib\\models\\host-info-cache.js",
5648
+ "file": "lib/models/host-info-cache.js",
5766
5649
  "line": 93,
5767
5650
  "description": "Returns a `Set` of package-info objects that a given bundle host is\n_directly_ responsible for bundling (i.e., it excludes other bundle\nhosts/lazy engines when it encounters these)",
5768
5651
  "itemtype": "method",
@@ -5784,7 +5667,7 @@
5784
5667
  "module": "ember-cli"
5785
5668
  },
5786
5669
  {
5787
- "file": "lib\\models\\host-info-cache.js",
5670
+ "file": "lib/models/host-info-cache.js",
5788
5671
  "line": 147,
5789
5672
  "description": "This function intends to return a common host for a bundle host (lazy engine). The root\npackage info should be the starting point (i.e., the project's package info). We do this\nby performing a breadth-first traversal until we find the intended lazy engine (represented\nas a package-info & the 1st argument passed to this function). As part of the traversal, we keep\ntrack of all paths to said engine; then, once we find the intended engine we use this to determine\nthe nearest common host amongst all shortest paths.\n\nSome context:\n\nFor a given engine/bundle host, this finds the lowest common ancestor that is considered a\nhost amongst _all_ engines by the same name in the project.\n\nFor example, given the following package structure:\n\n --Project--\n / \\\n / \\\nLazy Engine A \\\n Addon A\n |\n |\n Lazy Engine B\n / \\\n / \\\n Lazy Engine A Lazy Engine C\n\n- The LCA host for Lazy Engine A is the project\n- The LCA host for Lazy Engine B is the project\n- The LCA host for Lazy Engine C is Lazy Engine B\n\nThis also returns `hostAndAncestorBundledPackageInfos`, which are all bundled addons above a given host:\n\n- `hostAndAncestorBundledPackageInfos` for lazy engine A includes all non-lazy dependencies of its LCA host & above (in this case, just the project)\n- `hostAndAncestorBundledPackageInfos` for lazy engine B includes all non-lazy dependencies of its LCA host & above (in this case, just the project)\n- `hostAndAncestorBundledPackageInfos` for lazy engine C includes non-lazy deps of lazy engine B & non-lazy deps of the project (LCA host & above)\n\nThis is intended to mimic the behavior of `ancestorHostAddons` in `ember-engines`:\nhttps://github.com/ember-engines/ember-engines/blob/master/packages/ember-engines/lib/engine-addon.js#L333\n\nUnfortunately, we can't easily repurpose the logic in `ember-engines` since the algorithm has to be different;\nin `ember-engines` we need access to the actual addon instance, however, this is intended to be used _during_\naddon instantiation, so we only have access to package-info objects. In having said this, we _can_ repurpose\nthe `hostPackageInfo` to determine the LCA host; see below `findLCAHost`.",
5790
5673
  "itemtype": "method",
@@ -5804,7 +5687,7 @@
5804
5687
  "module": "ember-cli"
5805
5688
  },
5806
5689
  {
5807
- "file": "lib\\models\\host-info-cache.js",
5690
+ "file": "lib/models/host-info-cache.js",
5808
5691
  "line": 270,
5809
5692
  "description": "This returns the LCA host for a given engine; we use the associated package info\nto compute this (see `getHostAddonInfo` above); this finds the lowest common ancestor\nthat is considered a host amongst _all_ engines by the same name in the project. This\nfunction is intended to replace the original behavior in `ember-engines`.\n\nFor more info, see the original implementation here:\n\nhttps://github.com/ember-engines/ember-engines/blob/master/packages/ember-engines/lib/utils/find-lca-host.js",
5810
5693
  "itemtype": "method",
@@ -5824,16 +5707,7 @@
5824
5707
  "module": "ember-cli"
5825
5708
  },
5826
5709
  {
5827
- "file": "lib\\models\\installation-checker.js",
5828
- "line": 13,
5829
- "description": "Check if npm and bower installation directories are present,\nand raise an error message with instructions on how to proceed.\n\nIf some of these package managers aren't being used in the project\nwe just ignore them. Their usage is considered by checking the\npresence of your manifest files: package.json for npm and bower.json for bower.",
5830
- "itemtype": "method",
5831
- "name": "checkInstallations",
5832
- "class": "Instrumentation",
5833
- "module": "ember-cli"
5834
- },
5835
- {
5836
- "file": "lib\\models\\instantiate-addons.js",
5710
+ "file": "lib/models/instantiate-addons.js",
5837
5711
  "line": 12,
5838
5712
  "description": "Create instances of a set of \"child\" addons for a parent addon or project.",
5839
5713
  "itemtype": "method",
@@ -5859,9 +5733,9 @@
5859
5733
  "module": "ember-cli"
5860
5734
  },
5861
5735
  {
5862
- "file": "lib\\models\\project.js",
5863
- "line": 55,
5864
- "description": "Set when the `Watcher.detectWatchman` helper method finishes running,\nso that other areas of the system can be aware that watchman is being used.\n\nFor example, this information is used in the broccoli build pipeline to know\nif we can watch additional directories (like bower_components) \"cheaply\".\n\nContains `enabled` and `version`.",
5736
+ "file": "lib/models/project.js",
5737
+ "line": 52,
5738
+ "description": "Set when the `Watcher.detectWatchman` helper method finishes running,\nso that other areas of the system can be aware that watchman is being used.\n\nFor example, this information is used in the broccoli build pipeline to know\nif we can watch additional directories \"cheaply\".\n\nContains `enabled` and `version`.",
5865
5739
  "access": "private",
5866
5740
  "tagname": "",
5867
5741
  "itemtype": "property",
@@ -5875,19 +5749,8 @@
5875
5749
  "module": "ember-cli"
5876
5750
  },
5877
5751
  {
5878
- "file": "lib\\models\\project.js",
5879
- "line": 108,
5880
- "description": "Sets the name of the bower directory for this project",
5881
- "access": "private",
5882
- "tagname": "",
5883
- "itemtype": "method",
5884
- "name": "setupBowerDirectory",
5885
- "class": "Project",
5886
- "module": "ember-cli"
5887
- },
5888
- {
5889
- "file": "lib\\models\\project.js",
5890
- "line": 202,
5752
+ "file": "lib/models/project.js",
5753
+ "line": 154,
5891
5754
  "description": "Returns the name from package.json.",
5892
5755
  "access": "private",
5893
5756
  "tagname": "",
@@ -5901,8 +5764,8 @@
5901
5764
  "module": "ember-cli"
5902
5765
  },
5903
5766
  {
5904
- "file": "lib\\models\\project.js",
5905
- "line": 215,
5767
+ "file": "lib/models/project.js",
5768
+ "line": 167,
5906
5769
  "description": "Returns whether or not this is an Ember CLI project.\nThis checks whether ember-cli is listed in devDependencies.",
5907
5770
  "access": "private",
5908
5771
  "tagname": "",
@@ -5916,8 +5779,8 @@
5916
5779
  "module": "ember-cli"
5917
5780
  },
5918
5781
  {
5919
- "file": "lib\\models\\project.js",
5920
- "line": 227,
5782
+ "file": "lib/models/project.js",
5783
+ "line": 179,
5921
5784
  "description": "Returns whether or not this is an Ember CLI addon.",
5922
5785
  "itemtype": "method",
5923
5786
  "name": "isEmberCLIAddon",
@@ -5929,8 +5792,8 @@
5929
5792
  "module": "ember-cli"
5930
5793
  },
5931
5794
  {
5932
- "file": "lib\\models\\project.js",
5933
- "line": 237,
5795
+ "file": "lib/models/project.js",
5796
+ "line": 189,
5934
5797
  "description": "Returns the path to the configuration.",
5935
5798
  "access": "private",
5936
5799
  "tagname": "",
@@ -5944,8 +5807,8 @@
5944
5807
  "module": "ember-cli"
5945
5808
  },
5946
5809
  {
5947
- "file": "lib\\models\\project.js",
5948
- "line": 254,
5810
+ "file": "lib/models/project.js",
5811
+ "line": 206,
5949
5812
  "description": "Loads the configuration for this project and its addons.",
5950
5813
  "access": "public",
5951
5814
  "tagname": "",
@@ -5966,8 +5829,8 @@
5966
5829
  "module": "ember-cli"
5967
5830
  },
5968
5831
  {
5969
- "file": "lib\\models\\project.js",
5970
- "line": 273,
5832
+ "file": "lib/models/project.js",
5833
+ "line": 225,
5971
5834
  "access": "private",
5972
5835
  "tagname": "",
5973
5836
  "itemtype": "method",
@@ -5987,8 +5850,8 @@
5987
5850
  "module": "ember-cli"
5988
5851
  },
5989
5852
  {
5990
- "file": "lib\\models\\project.js",
5991
- "line": 292,
5853
+ "file": "lib/models/project.js",
5854
+ "line": 244,
5992
5855
  "description": "Returns the targets of this project, or the default targets if not present.",
5993
5856
  "access": "public",
5994
5857
  "tagname": "",
@@ -6002,8 +5865,8 @@
6002
5865
  "module": "ember-cli"
6003
5866
  },
6004
5867
  {
6005
- "file": "lib\\models\\project.js",
6006
- "line": 319,
5868
+ "file": "lib/models/project.js",
5869
+ "line": 271,
6007
5870
  "description": "Returns the addons configuration.",
6008
5871
  "access": "private",
6009
5872
  "tagname": "",
@@ -6029,8 +5892,8 @@
6029
5892
  "module": "ember-cli"
6030
5893
  },
6031
5894
  {
6032
- "file": "lib\\models\\project.js",
6033
- "line": 342,
5895
+ "file": "lib/models/project.js",
5896
+ "line": 294,
6034
5897
  "description": "Returns whether or not the given file name is present in this project.",
6035
5898
  "access": "private",
6036
5899
  "tagname": "",
@@ -6051,8 +5914,8 @@
6051
5914
  "module": "ember-cli"
6052
5915
  },
6053
5916
  {
6054
- "file": "lib\\models\\project.js",
6055
- "line": 354,
5917
+ "file": "lib/models/project.js",
5918
+ "line": 306,
6056
5919
  "description": "Resolves the absolute path to a file synchronously",
6057
5920
  "access": "private",
6058
5921
  "tagname": "",
@@ -6073,8 +5936,8 @@
6073
5936
  "module": "ember-cli"
6074
5937
  },
6075
5938
  {
6076
- "file": "lib\\models\\project.js",
6077
- "line": 368,
5939
+ "file": "lib/models/project.js",
5940
+ "line": 320,
6078
5941
  "description": "Calls `require` on a given module from the context of the project. For\ninstance, an addon may want to require a class from the root project's\nversion of ember-cli.",
6079
5942
  "access": "public",
6080
5943
  "tagname": "",
@@ -6095,8 +5958,8 @@
6095
5958
  "module": "ember-cli"
6096
5959
  },
6097
5960
  {
6098
- "file": "lib\\models\\project.js",
6099
- "line": 383,
5961
+ "file": "lib/models/project.js",
5962
+ "line": 335,
6100
5963
  "description": "Returns the dependencies from a package.json",
6101
5964
  "access": "private",
6102
5965
  "tagname": "",
@@ -6126,30 +5989,8 @@
6126
5989
  "module": "ember-cli"
6127
5990
  },
6128
5991
  {
6129
- "file": "lib\\models\\project.js",
6130
- "line": 403,
6131
- "description": "Returns the bower dependencies for this project.",
6132
- "access": "private",
6133
- "tagname": "",
6134
- "itemtype": "method",
6135
- "name": "bowerDependencies",
6136
- "params": [
6137
- {
6138
- "name": "bower",
6139
- "description": "Path to bower.json",
6140
- "type": "String"
6141
- }
6142
- ],
6143
- "return": {
6144
- "description": "Bower dependencies",
6145
- "type": "Object"
6146
- },
6147
- "class": "Project",
6148
- "module": "ember-cli"
6149
- },
6150
- {
6151
- "file": "lib\\models\\project.js",
6152
- "line": 440,
5992
+ "file": "lib/models/project.js",
5993
+ "line": 355,
6153
5994
  "description": "Provides the list of paths to consult for addons that may be provided\ninternally to this project. Used for middleware addons with built-in support.",
6154
5995
  "access": "private",
6155
5996
  "tagname": "",
@@ -6159,8 +6000,8 @@
6159
6000
  "module": "ember-cli"
6160
6001
  },
6161
6002
  {
6162
- "file": "lib\\models\\project.js",
6163
- "line": 466,
6003
+ "file": "lib/models/project.js",
6004
+ "line": 381,
6164
6005
  "description": "Discovers all addons for this project and stores their names and\npackage.json contents in this.addonPackages as key-value pairs.\n\nAny packageInfos that we find that are marked as not valid are excluded.",
6165
6006
  "access": "private",
6166
6007
  "tagname": "",
@@ -6170,8 +6011,8 @@
6170
6011
  "module": "ember-cli"
6171
6012
  },
6172
6013
  {
6173
- "file": "lib\\models\\project.js",
6174
- "line": 488,
6014
+ "file": "lib/models/project.js",
6015
+ "line": 403,
6175
6016
  "description": "Loads and initializes all addons for this project.",
6176
6017
  "access": "private",
6177
6018
  "tagname": "",
@@ -6181,8 +6022,8 @@
6181
6022
  "module": "ember-cli"
6182
6023
  },
6183
6024
  {
6184
- "file": "lib\\models\\project.js",
6185
- "line": 509,
6025
+ "file": "lib/models/project.js",
6026
+ "line": 424,
6186
6027
  "description": "Returns what commands are made available by addons by inspecting\n`includedCommands` for every addon.",
6187
6028
  "access": "private",
6188
6029
  "tagname": "",
@@ -6196,8 +6037,8 @@
6196
6037
  "module": "ember-cli"
6197
6038
  },
6198
6039
  {
6199
- "file": "lib\\models\\project.js",
6200
- "line": 550,
6040
+ "file": "lib/models/project.js",
6041
+ "line": 465,
6201
6042
  "description": "Execute a given callback for every addon command.\nExample:\n\n```\nproject.eachAddonCommand(function(addonName, commands) {\n console.log('Addon ' + addonName + ' exported the following commands:' + commands.keys().join(', '));\n});\n```",
6202
6043
  "access": "private",
6203
6044
  "tagname": "",
@@ -6214,8 +6055,8 @@
6214
6055
  "module": "ember-cli"
6215
6056
  },
6216
6057
  {
6217
- "file": "lib\\models\\project.js",
6218
- "line": 573,
6058
+ "file": "lib/models/project.js",
6059
+ "line": 488,
6219
6060
  "description": "Path to the blueprints for this project.",
6220
6061
  "access": "private",
6221
6062
  "tagname": "",
@@ -6229,8 +6070,8 @@
6229
6070
  "module": "ember-cli"
6230
6071
  },
6231
6072
  {
6232
- "file": "lib\\models\\project.js",
6233
- "line": 584,
6073
+ "file": "lib/models/project.js",
6074
+ "line": 499,
6234
6075
  "description": "Returns a list of paths (including addon paths) where blueprints will be looked up.",
6235
6076
  "access": "private",
6236
6077
  "tagname": "",
@@ -6244,8 +6085,8 @@
6244
6085
  "module": "ember-cli"
6245
6086
  },
6246
6087
  {
6247
- "file": "lib\\models\\project.js",
6248
- "line": 602,
6088
+ "file": "lib/models/project.js",
6089
+ "line": 517,
6249
6090
  "description": "Returns a list of addon paths where blueprints will be looked up.",
6250
6091
  "access": "private",
6251
6092
  "tagname": "",
@@ -6259,8 +6100,8 @@
6259
6100
  "module": "ember-cli"
6260
6101
  },
6261
6102
  {
6262
- "file": "lib\\models\\project.js",
6263
- "line": 625,
6103
+ "file": "lib/models/project.js",
6104
+ "line": 540,
6264
6105
  "description": "Reloads package.json of the project. Clears and reloads the packageInfo and\nper-bundle addon cache, too.",
6265
6106
  "access": "private",
6266
6107
  "tagname": "",
@@ -6274,8 +6115,8 @@
6274
6115
  "module": "ember-cli"
6275
6116
  },
6276
6117
  {
6277
- "file": "lib\\models\\project.js",
6278
- "line": 653,
6118
+ "file": "lib/models/project.js",
6119
+ "line": 568,
6279
6120
  "description": "Re-initializes addons.",
6280
6121
  "access": "private",
6281
6122
  "tagname": "",
@@ -6285,8 +6126,8 @@
6285
6126
  "module": "ember-cli"
6286
6127
  },
6287
6128
  {
6288
- "file": "lib\\models\\project.js",
6289
- "line": 666,
6129
+ "file": "lib/models/project.js",
6130
+ "line": 581,
6290
6131
  "description": "Find an addon by its name",
6291
6132
  "access": "public",
6292
6133
  "tagname": "",
@@ -6307,8 +6148,8 @@
6307
6148
  "module": "ember-cli"
6308
6149
  },
6309
6150
  {
6310
- "file": "lib\\models\\project.js",
6311
- "line": 680,
6151
+ "file": "lib/models/project.js",
6152
+ "line": 595,
6312
6153
  "description": "Generate test file contents.\n\nThis method is supposed to be overwritten by test framework addons\nlike `ember-qunit` and `ember-mocha`.",
6313
6154
  "access": "public",
6314
6155
  "tagname": "",
@@ -6334,8 +6175,8 @@
6334
6175
  "module": "ember-cli"
6335
6176
  },
6336
6177
  {
6337
- "file": "lib\\models\\project.js",
6338
- "line": 704,
6178
+ "file": "lib/models/project.js",
6179
+ "line": 619,
6339
6180
  "description": "Returns a new project based on the first `package.json` that is found\nin `pathName`.\n\nIf the above `package.json` specifies `ember-addon.projectRoot`, we load\nthe project based on the relative path between this directory and the\nspecified `projectRoot`.",
6340
6181
  "access": "private",
6341
6182
  "tagname": "",
@@ -6362,8 +6203,8 @@
6362
6203
  "module": "ember-cli"
6363
6204
  },
6364
6205
  {
6365
- "file": "lib\\models\\project.js",
6366
- "line": 755,
6206
+ "file": "lib/models/project.js",
6207
+ "line": 670,
6367
6208
  "description": "Returns a new project based on the first package.json that is found\nin `pathName`, or the nullProject.\n\nThe nullProject signifies no-project, but abides by the null object pattern",
6368
6209
  "access": "private",
6369
6210
  "tagname": "",
@@ -6385,8 +6226,8 @@
6385
6226
  "module": "ember-cli"
6386
6227
  },
6387
6228
  {
6388
- "file": "lib\\models\\project.js",
6389
- "line": 779,
6229
+ "file": "lib/models/project.js",
6230
+ "line": 694,
6390
6231
  "description": "Returns the project root based on the first package.json that is found",
6391
6232
  "static": 1,
6392
6233
  "itemtype": "method",
@@ -6399,7 +6240,7 @@
6399
6240
  "module": "ember-cli"
6400
6241
  },
6401
6242
  {
6402
- "file": "lib\\models\\task.js",
6243
+ "file": "lib/models/task.js",
6403
6244
  "line": 10,
6404
6245
  "description": "Interrupt comamd with an exit code\nCalled when the process is interrupted from outside, e.g. CTRL+C or `process.kill()`",
6405
6246
  "access": "private",
@@ -6410,7 +6251,7 @@
6410
6251
  "module": "ember-cli"
6411
6252
  },
6412
6253
  {
6413
- "file": "lib\\tasks\\build-watch.js",
6254
+ "file": "lib/tasks/build-watch.js",
6414
6255
  "line": 53,
6415
6256
  "description": "Exit silently",
6416
6257
  "access": "private",
@@ -6421,7 +6262,7 @@
6421
6262
  "module": "ember-cli"
6422
6263
  },
6423
6264
  {
6424
- "file": "lib\\tasks\\npm-task.js",
6265
+ "file": "lib/tasks/npm-task.js",
6425
6266
  "line": 131,
6426
6267
  "description": "This method will determine what package manager (npm or yarn) should be\nused to install the npm dependencies.\n\nSetting `this.useYarn` to `true` or `false` will force the use of yarn\nor npm respectively.\n\nIf `this.useYarn` is not set we check if `yarn.lock` exists and if\n`yarn` is available and in that case set `useYarn` to `true`.",
6427
6268
  "access": "private",
@@ -6436,7 +6277,7 @@
6436
6277
  "module": "ember-cli"
6437
6278
  },
6438
6279
  {
6439
- "file": "lib\\tasks\\serve.js",
6280
+ "file": "lib/tasks/serve.js",
6440
6281
  "line": 105,
6441
6282
  "description": "Exit silently",
6442
6283
  "access": "private",
@@ -6447,7 +6288,7 @@
6447
6288
  "module": "ember-cli"
6448
6289
  },
6449
6290
  {
6450
- "file": "lib\\tasks\\test-server.js",
6291
+ "file": "lib/tasks/test-server.js",
6451
6292
  "line": 61,
6452
6293
  "description": "Exit silently",
6453
6294
  "access": "private",
@@ -6458,7 +6299,7 @@
6458
6299
  "module": "ember-cli"
6459
6300
  },
6460
6301
  {
6461
- "file": "lib\\utilities\\directory-for-package-name.js",
6302
+ "file": "lib/utilities/directory-for-package-name.js",
6462
6303
  "line": 5,
6463
6304
  "description": "Derive a directory name from a package name.\nTakes scoped packages into account.",
6464
6305
  "itemtype": "method",
@@ -6478,7 +6319,7 @@
6478
6319
  "module": "ember-cli"
6479
6320
  },
6480
6321
  {
6481
- "file": "lib\\utilities\\ember-app-utils.js",
6322
+ "file": "lib/utilities/ember-app-utils.js",
6482
6323
  "line": 7,
6483
6324
  "description": "Returns a normalized url given a string.\nReturns an empty string if `null`, `undefined` or an empty string are passed\nin.",
6484
6325
  "itemtype": "method",
@@ -6498,7 +6339,7 @@
6498
6339
  "module": "ember-cli"
6499
6340
  },
6500
6341
  {
6501
- "file": "lib\\utilities\\ember-app-utils.js",
6342
+ "file": "lib/utilities/ember-app-utils.js",
6502
6343
  "line": 24,
6503
6344
  "description": "Converts Javascript Object to a string.\nReturns an empty object string representation if a \"falsy\" value is passed\nin.",
6504
6345
  "itemtype": "method",
@@ -6518,33 +6359,8 @@
6518
6359
  "module": "ember-cli"
6519
6360
  },
6520
6361
  {
6521
- "file": "lib\\utilities\\ember-app-utils.js",
6362
+ "file": "lib/utilities/ember-app-utils.js",
6522
6363
  "line": 37,
6523
- "description": "Returns the <base> tag for index.html.",
6524
- "itemtype": "method",
6525
- "name": "calculateBaseTag",
6526
- "params": [
6527
- {
6528
- "name": "baseURL",
6529
- "description": "",
6530
- "type": "String"
6531
- },
6532
- {
6533
- "name": "locationType",
6534
- "description": "'history', 'none' or 'hash'.",
6535
- "type": "String"
6536
- }
6537
- ],
6538
- "return": {
6539
- "description": "Base tag or an empty string",
6540
- "type": "String"
6541
- },
6542
- "class": "WindowsSymlinkChecker",
6543
- "module": "ember-cli"
6544
- },
6545
- {
6546
- "file": "lib\\utilities\\ember-app-utils.js",
6547
- "line": 55,
6548
6364
  "description": "Returns the content for a specific type (section) for index.html.\n\n```\n{{content-for \"[type]\"}}\n```\n\nSupported types:\n\n- 'head'\n- 'config-module'\n- 'head-footer'\n- 'test-header-footer'\n- 'body-footer'\n- 'test-body-footer'",
6549
6365
  "itemtype": "method",
6550
6366
  "name": "contentFor",
@@ -6590,7 +6406,7 @@
6590
6406
  "module": "ember-cli"
6591
6407
  },
6592
6408
  {
6593
- "file": "lib\\utilities\\insert-into-file.js",
6409
+ "file": "lib/utilities/insert-into-file.js",
6594
6410
  "line": 6,
6595
6411
  "description": "Inserts the given content into a file. If the `contentsToInsert` string is already\npresent in the current contents, the file will not be changed unless `force` option\nis passed.\n\nIf `options.before` is specified, `contentsToInsert` will be inserted before\nthe first instance of that string. If `options.after` is specified, the\ncontents will be inserted after the first instance of that string.\nIf the string specified by options.before or options.after is not in the file,\nno change will be made. Both of these options support regular expressions.\n\nIf neither `options.before` nor `options.after` are present, `contentsToInsert`\nwill be inserted at the end of the file.\n\nIt will create a new file if one doesn't exist, unless you set the `options.create`\noption to `false`.\n\nExample:\n\n```\n// app/router.js\nRouter.map(function () {\n});\n```\n\n```\ninsertIntoFile('app/router.js', ' this.route(\"admin\");', {\n after: 'Router.map(function () {' + EOL\n});\n```\n\n```\n// app/router.js\nRouter.map(function () {\n this.route(\"admin\");\n});\n```",
6596
6412
  "itemtype": "method",
@@ -6620,7 +6436,7 @@
6620
6436
  "module": "ember-cli"
6621
6437
  },
6622
6438
  {
6623
- "file": "lib\\utilities\\is-yarn-project.js",
6439
+ "file": "lib/utilities/is-yarn-project.js",
6624
6440
  "line": 6,
6625
6441
  "description": "Returns true if and only if the given directory has a yarn.lock file or is a child of a\nyarn workspace root.",
6626
6442
  "access": "private",
@@ -6642,7 +6458,7 @@
6642
6458
  "module": "is-lazy-engine"
6643
6459
  },
6644
6460
  {
6645
- "file": "lib\\utilities\\valid-project-name.js",
6461
+ "file": "lib/utilities/valid-project-name.js",
6646
6462
  "line": 5,
6647
6463
  "description": "Checks if the string starts with a number.",
6648
6464
  "itemtype": "method",
@@ -6655,7 +6471,7 @@
6655
6471
  "module": "is-lazy-engine"
6656
6472
  },
6657
6473
  {
6658
- "file": "lib\\utilities\\valid-project-name.js",
6474
+ "file": "lib/utilities/valid-project-name.js",
6659
6475
  "line": 24,
6660
6476
  "description": "Checks if project name is valid.\n\nInvalid names are some of the internal constants that Ember CLI uses, such as\n`app`, `ember`, `ember-cli`, `test`, and `vendor`. Names that start with\nnumbers are considered invalid as well.",
6661
6477
  "itemtype": "method",
@@ -6675,7 +6491,7 @@
6675
6491
  "module": "is-lazy-engine"
6676
6492
  },
6677
6493
  {
6678
- "file": "lib\\utilities\\will-interrupt-process.js",
6494
+ "file": "lib/utilities/will-interrupt-process.js",
6679
6495
  "line": 47,
6680
6496
  "description": "Drops all the interruption handlers and disables an ability to add new one\n\nNote: We don't call `captureExit.releaseExit() here.\nIn some rare scenarios it can lead to the hard to debug issues.\nsee: https://github.com/ember-cli/ember-cli/issues/6779#issuecomment-280940358\n\nWe can more or less feel comfortable with a captured exit because it behaves very\nsimilar to the original `exit` except of cases when we need to do cleanup before exit.",
6681
6497
  "access": "private",
@@ -6686,7 +6502,7 @@
6686
6502
  "module": "is-lazy-engine"
6687
6503
  },
6688
6504
  {
6689
- "file": "lib\\utilities\\will-interrupt-process.js",
6505
+ "file": "lib/utilities/will-interrupt-process.js",
6690
6506
  "line": 69,
6691
6507
  "description": "Add process interruption handler\n\nWhen the first handler is added then automatically\nsets up process interruption signals listeners",
6692
6508
  "access": "private",
@@ -6704,7 +6520,7 @@
6704
6520
  "module": "is-lazy-engine"
6705
6521
  },
6706
6522
  {
6707
- "file": "lib\\utilities\\will-interrupt-process.js",
6523
+ "file": "lib/utilities/will-interrupt-process.js",
6708
6524
  "line": 97,
6709
6525
  "description": "Remove process interruption handler\n\nIf there are no remaining handlers after removal\nthen clean up all the process interruption signal listeners",
6710
6526
  "access": "private",
@@ -6722,7 +6538,7 @@
6722
6538
  "module": "is-lazy-engine"
6723
6539
  },
6724
6540
  {
6725
- "file": "lib\\utilities\\will-interrupt-process.js",
6541
+ "file": "lib/utilities/will-interrupt-process.js",
6726
6542
  "line": 122,
6727
6543
  "description": "Sets up listeners for interruption signals\n\nWhen one of these signals is caught than raise process.exit()\nwhich enforces `capture-exit` to run registered interruption handlers",
6728
6544
  "itemtype": "method",
@@ -6731,7 +6547,7 @@
6731
6547
  "module": "is-lazy-engine"
6732
6548
  },
6733
6549
  {
6734
- "file": "lib\\utilities\\will-interrupt-process.js",
6550
+ "file": "lib/utilities/will-interrupt-process.js",
6735
6551
  "line": 140,
6736
6552
  "description": "Removes interruption signal listeners and tears down capture-exit",
6737
6553
  "itemtype": "method",
@@ -6740,7 +6556,7 @@
6740
6556
  "module": "is-lazy-engine"
6741
6557
  },
6742
6558
  {
6743
- "file": "lib\\utilities\\will-interrupt-process.js",
6559
+ "file": "lib/utilities/will-interrupt-process.js",
6744
6560
  "line": 155,
6745
6561
  "description": "Suppresses \"Terminate batch job (Y/N)\" confirmation on Windows",
6746
6562
  "itemtype": "method",
@@ -6749,7 +6565,7 @@
6749
6565
  "module": "is-lazy-engine"
6750
6566
  },
6751
6567
  {
6752
- "file": "lib\\utilities\\windows-admin.js",
6568
+ "file": "lib/utilities/windows-admin.js",
6753
6569
  "line": 38,
6754
6570
  "description": "if not windows, will fulfill with:\n `{ windows: false, elevated: null)`\nif windows, and elevated will fulfill with:\n `{ windows: false, elevated: true)`\nif windows, and is NOT elevated will fulfill with:\n `{ windows: false, elevated: false)`\n will include heplful warning, so that users know (if possible) how to\n achieve better windows build performance",
6755
6571
  "access": "public",
@@ -6764,7 +6580,7 @@
6764
6580
  "module": "is-lazy-engine"
6765
6581
  },
6766
6582
  {
6767
- "file": "lib\\utilities\\windows-admin.js",
6583
+ "file": "lib/utilities/windows-admin.js",
6768
6584
  "line": 60,
6769
6585
  "description": "sets up a WindowsSymlinkChecker\n\nproviding it with defaults for:\n\n* if we are on windows\n* if we can symlink\n* a reference to exec",
6770
6586
  "access": "private",
@@ -6786,7 +6602,7 @@
6786
6602
  "module": "is-lazy-engine"
6787
6603
  },
6788
6604
  {
6789
- "file": "lib\\utilities\\windows-admin.js",
6605
+ "file": "lib/utilities/windows-admin.js",
6790
6606
  "line": 81,
6791
6607
  "access": "public",
6792
6608
  "tagname": "",
@@ -6800,7 +6616,7 @@
6800
6616
  "module": "is-lazy-engine"
6801
6617
  },
6802
6618
  {
6803
- "file": "lib\\utilities\\windows-admin.js",
6619
+ "file": "lib/utilities/windows-admin.js",
6804
6620
  "line": 104,
6805
6621
  "description": "Uses the eon-old command NET SESSION to determine whether or not the\n current user has elevated rights (think sudo, but Windows).",
6806
6622
  "access": "private",