ember-cli 5.3.0 → 5.4.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 (47) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/RELEASE.md +46 -0
  3. package/bin/ember +0 -0
  4. package/blueprints/addon/files/.github/workflows/ci.yml +0 -1
  5. package/blueprints/addon/files/.travis.yml +0 -1
  6. package/blueprints/addon/files/README.md +2 -2
  7. package/blueprints/addon/files/addon-config/ember-try.js +0 -8
  8. package/blueprints/addon/index.js +6 -6
  9. package/blueprints/app/files/.ember-cli +0 -8
  10. package/blueprints/app/files/package.json +3 -3
  11. package/blueprints/app/index.js +5 -5
  12. package/blueprints/http-mock/index.js +0 -1
  13. package/blueprints/http-proxy/index.js +0 -1
  14. package/blueprints/in-repo-addon/files/__root__/__name__/index.js +0 -0
  15. package/blueprints/in-repo-addon/index.js +0 -0
  16. package/blueprints/lib/index.js +0 -0
  17. package/docs/build/data.json +458 -555
  18. package/lib/cli/cli.js +0 -8
  19. package/lib/cli/index.js +4 -53
  20. package/lib/commands/addon.js +5 -2
  21. package/lib/commands/init.js +17 -13
  22. package/lib/commands/install.js +8 -7
  23. package/lib/commands/new.js +6 -5
  24. package/lib/models/blueprint.js +1 -2
  25. package/lib/models/command.js +44 -50
  26. package/lib/models/watcher.js +0 -21
  27. package/lib/tasks/addon-install.js +1 -6
  28. package/lib/tasks/build-watch.js +0 -1
  29. package/lib/tasks/build.js +1 -21
  30. package/lib/tasks/generate-from-blueprint.js +0 -1
  31. package/lib/tasks/install-blueprint.js +0 -1
  32. package/lib/tasks/interactive-new.js +1 -1
  33. package/lib/tasks/npm-install.js +1 -2
  34. package/lib/tasks/npm-task.js +3 -6
  35. package/lib/tasks/serve.js +0 -3
  36. package/lib/tasks/server/express-server.js +0 -2
  37. package/lib/tasks/server/livereload-server.js +1 -12
  38. package/lib/utilities/get-lang-arg.js +3 -4
  39. package/lib/utilities/lint-fix.js +1 -2
  40. package/lib/utilities/package-managers.js +47 -0
  41. package/package.json +1 -5
  42. package/tests/helpers/acceptance.js +1 -1
  43. package/tests/helpers/ember.js +1 -4
  44. package/lib/utilities/get-package-manager-from-flags.js +0 -38
  45. package/lib/utilities/is-pnpm-project.js +0 -27
  46. package/lib/utilities/is-yarn-project.js +0 -26
  47. package/tests/helpers/mock-analytics.js +0 -23
@@ -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": "5.3.0-release-9fa4a0f478"
6
+ "version": "5.4.0-beta.0-beta-baf1a706f7"
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,22 +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\\instantiate-addons.js": {
173
- "name": "lib\\models\\instantiate-addons.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\\instrumentation.js": {
180
- "name": "lib\\models\\instrumentation.js",
179
+ "lib/models/instrumentation.js": {
180
+ "name": "lib/models/instrumentation.js",
181
181
  "modules": {},
182
182
  "classes": {
183
183
  "Instrumentation": 1
@@ -185,8 +185,8 @@
185
185
  "fors": {},
186
186
  "namespaces": {}
187
187
  },
188
- "lib\\models\\project.js": {
189
- "name": "lib\\models\\project.js",
188
+ "lib/models/project.js": {
189
+ "name": "lib/models/project.js",
190
190
  "modules": {},
191
191
  "classes": {
192
192
  "Project": 1
@@ -194,15 +194,15 @@
194
194
  "fors": {},
195
195
  "namespaces": {}
196
196
  },
197
- "lib\\models\\task.js": {
198
- "name": "lib\\models\\task.js",
197
+ "lib/models/task.js": {
198
+ "name": "lib/models/task.js",
199
199
  "modules": {},
200
200
  "classes": {},
201
201
  "fors": {},
202
202
  "namespaces": {}
203
203
  },
204
- "lib\\tasks\\server\\middleware\\broccoli-serve-files\\index.js": {
205
- "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",
206
206
  "modules": {},
207
207
  "classes": {
208
208
  "ServeFilesAddon": 1
@@ -210,8 +210,8 @@
210
210
  "fors": {},
211
211
  "namespaces": {}
212
212
  },
213
- "lib\\tasks\\server\\middleware\\broccoli-watcher\\index.js": {
214
- "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",
215
215
  "modules": {},
216
216
  "classes": {
217
217
  "WatcherAddon": 1
@@ -219,8 +219,8 @@
219
219
  "fors": {},
220
220
  "namespaces": {}
221
221
  },
222
- "lib\\tasks\\server\\middleware\\history-support\\index.js": {
223
- "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",
224
224
  "modules": {},
225
225
  "classes": {
226
226
  "HistorySupportAddon": 1
@@ -228,8 +228,8 @@
228
228
  "fors": {},
229
229
  "namespaces": {}
230
230
  },
231
- "lib\\tasks\\server\\middleware\\tests-server\\index.js": {
232
- "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",
233
233
  "modules": {},
234
234
  "classes": {
235
235
  "TestsServerAddon": 1
@@ -237,8 +237,8 @@
237
237
  "fors": {},
238
238
  "namespaces": {}
239
239
  },
240
- "lib\\tasks\\transforms\\amd\\index.js": {
241
- "name": "lib\\tasks\\transforms\\amd\\index.js",
240
+ "lib/tasks/transforms/amd/index.js": {
241
+ "name": "lib/tasks/transforms/amd/index.js",
242
242
  "modules": {},
243
243
  "classes": {
244
244
  "AmdTransformAddon": 1
@@ -246,15 +246,15 @@
246
246
  "fors": {},
247
247
  "namespaces": {}
248
248
  },
249
- "lib\\tasks\\build-watch.js": {
250
- "name": "lib\\tasks\\build-watch.js",
249
+ "lib/tasks/build-watch.js": {
250
+ "name": "lib/tasks/build-watch.js",
251
251
  "modules": {},
252
252
  "classes": {},
253
253
  "fors": {},
254
254
  "namespaces": {}
255
255
  },
256
- "lib\\tasks\\npm-task.js": {
257
- "name": "lib\\tasks\\npm-task.js",
256
+ "lib/tasks/npm-task.js": {
257
+ "name": "lib/tasks/npm-task.js",
258
258
  "modules": {},
259
259
  "classes": {
260
260
  "NpmTask": 1
@@ -262,50 +262,43 @@
262
262
  "fors": {},
263
263
  "namespaces": {}
264
264
  },
265
- "lib\\tasks\\serve.js": {
266
- "name": "lib\\tasks\\serve.js",
265
+ "lib/tasks/serve.js": {
266
+ "name": "lib/tasks/serve.js",
267
267
  "modules": {},
268
268
  "classes": {},
269
269
  "fors": {},
270
270
  "namespaces": {}
271
271
  },
272
- "lib\\tasks\\test-server.js": {
273
- "name": "lib\\tasks\\test-server.js",
272
+ "lib/tasks/test-server.js": {
273
+ "name": "lib/tasks/test-server.js",
274
274
  "modules": {},
275
275
  "classes": {},
276
276
  "fors": {},
277
277
  "namespaces": {}
278
278
  },
279
- "lib\\utilities\\directory-for-package-name.js": {
280
- "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",
281
281
  "modules": {},
282
282
  "classes": {},
283
283
  "fors": {},
284
284
  "namespaces": {}
285
285
  },
286
- "lib\\utilities\\ember-app-utils.js": {
287
- "name": "lib\\utilities\\ember-app-utils.js",
286
+ "lib/utilities/ember-app-utils.js": {
287
+ "name": "lib/utilities/ember-app-utils.js",
288
288
  "modules": {},
289
289
  "classes": {},
290
290
  "fors": {},
291
291
  "namespaces": {}
292
292
  },
293
- "lib\\utilities\\get-package-manager-from-flags.js": {
294
- "name": "lib\\utilities\\get-package-manager-from-flags.js",
293
+ "lib/utilities/insert-into-file.js": {
294
+ "name": "lib/utilities/insert-into-file.js",
295
295
  "modules": {},
296
296
  "classes": {},
297
297
  "fors": {},
298
298
  "namespaces": {}
299
299
  },
300
- "lib\\utilities\\insert-into-file.js": {
301
- "name": "lib\\utilities\\insert-into-file.js",
302
- "modules": {},
303
- "classes": {},
304
- "fors": {},
305
- "namespaces": {}
306
- },
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,36 +306,22 @@
313
306
  "fors": {},
314
307
  "namespaces": {}
315
308
  },
316
- "lib\\utilities\\is-pnpm-project.js": {
317
- "name": "lib\\utilities\\is-pnpm-project.js",
318
- "modules": {},
319
- "classes": {},
320
- "fors": {},
321
- "namespaces": {}
322
- },
323
- "lib\\utilities\\is-yarn-project.js": {
324
- "name": "lib\\utilities\\is-yarn-project.js",
325
- "modules": {},
326
- "classes": {},
327
- "fors": {},
328
- "namespaces": {}
329
- },
330
- "lib\\utilities\\valid-project-name.js": {
331
- "name": "lib\\utilities\\valid-project-name.js",
309
+ "lib/utilities/valid-project-name.js": {
310
+ "name": "lib/utilities/valid-project-name.js",
332
311
  "modules": {},
333
312
  "classes": {},
334
313
  "fors": {},
335
314
  "namespaces": {}
336
315
  },
337
- "lib\\utilities\\will-interrupt-process.js": {
338
- "name": "lib\\utilities\\will-interrupt-process.js",
316
+ "lib/utilities/will-interrupt-process.js": {
317
+ "name": "lib/utilities/will-interrupt-process.js",
339
318
  "modules": {},
340
319
  "classes": {},
341
320
  "fors": {},
342
321
  "namespaces": {}
343
322
  },
344
- "lib\\utilities\\windows-admin.js": {
345
- "name": "lib\\utilities\\windows-admin.js",
323
+ "lib/utilities/windows-admin.js": {
324
+ "name": "lib/utilities/windows-admin.js",
346
325
  "modules": {},
347
326
  "classes": {
348
327
  "WindowsSymlinkChecker": 1
@@ -386,8 +365,8 @@
386
365
  "Blueprint": 1
387
366
  },
388
367
  "tag": "module",
389
- "file": "lib\\tasks\\npm-task.js",
390
- "line": 17,
368
+ "file": "lib/tasks/npm-task.js",
369
+ "line": 14,
391
370
  "access": "private",
392
371
  "tagname": "",
393
372
  "is_constructor": 1,
@@ -403,7 +382,7 @@
403
382
  "fors": {},
404
383
  "namespaces": {},
405
384
  "tag": "module",
406
- "file": "lib\\utilities\\windows-admin.js",
385
+ "file": "lib/utilities/windows-admin.js",
407
386
  "line": 6,
408
387
  "description": "Indicate if a given object is a constructor function or class or an instance of an Addon.",
409
388
  "params": [
@@ -429,7 +408,7 @@
429
408
  "plugin_for": [],
430
409
  "extension_for": [],
431
410
  "module": "ember-cli",
432
- "file": "lib\\broccoli\\default-packager.js",
411
+ "file": "lib/broccoli/default-packager.js",
433
412
  "line": 98,
434
413
  "description": "Responsible for packaging Ember.js application.",
435
414
  "is_constructor": 1
@@ -444,7 +423,7 @@
444
423
  "extension_for": [],
445
424
  "module": "ember-cli",
446
425
  "namespace": "",
447
- "file": "lib\\broccoli\\ember-addon.js",
426
+ "file": "lib/broccoli/ember-addon.js",
448
427
  "line": 13,
449
428
  "description": "EmberAddon is used during addon development.",
450
429
  "extends": "EmberApp",
@@ -475,7 +454,7 @@
475
454
  "extension_for": [],
476
455
  "module": "ember-cli",
477
456
  "namespace": "",
478
- "file": "lib\\broccoli\\ember-app.js",
457
+ "file": "lib/broccoli/ember-app.js",
479
458
  "line": 60,
480
459
  "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: [] }`",
481
460
  "is_constructor": 1,
@@ -505,7 +484,7 @@
505
484
  "extension_for": [],
506
485
  "module": "ember-cli",
507
486
  "namespace": "",
508
- "file": "lib\\cli\\cli.js",
487
+ "file": "lib/cli/cli.js",
509
488
  "line": 15,
510
489
  "access": "private",
511
490
  "tagname": "",
@@ -527,7 +506,7 @@
527
506
  "extension_for": [],
528
507
  "module": "ember-cli",
529
508
  "namespace": "",
530
- "file": "lib\\models\\package-info-cache\\index.js",
509
+ "file": "lib/models/package-info-cache/index.js",
531
510
  "line": 23,
532
511
  "description": "Class that stores entries that are either PackageInfo or NodeModulesList objects.\nThe entries are stored in a map keyed by real directory path.",
533
512
  "access": "public",
@@ -543,7 +522,7 @@
543
522
  "extension_for": [],
544
523
  "module": "ember-cli",
545
524
  "namespace": "",
546
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
525
+ "file": "lib/models/package-info-cache/node-modules-list.js",
547
526
  "line": 7,
548
527
  "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.",
549
528
  "access": "public",
@@ -559,7 +538,7 @@
559
538
  "extension_for": [],
560
539
  "module": "ember-cli",
561
540
  "namespace": "",
562
- "file": "lib\\models\\package-info-cache\\package-info.js",
541
+ "file": "lib/models/package-info-cache/package-info.js",
563
542
  "line": 50,
564
543
  "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.",
565
544
  "access": "public",
@@ -575,7 +554,7 @@
575
554
  "extension_for": [],
576
555
  "module": "ember-cli",
577
556
  "namespace": "",
578
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
557
+ "file": "lib/models/per-bundle-addon-cache/index.js",
579
558
  "line": 46,
580
559
  "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",
581
560
  "access": "public",
@@ -591,7 +570,7 @@
591
570
  "extension_for": [],
592
571
  "module": "ember-cli",
593
572
  "namespace": "",
594
- "file": "lib\\models\\addon.js",
573
+ "file": "lib/models/addon.js",
595
574
  "line": 122,
596
575
  "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}}",
597
576
  "extends": "CoreObject",
@@ -619,7 +598,7 @@
619
598
  "extension_for": [],
620
599
  "module": "ember-cli",
621
600
  "namespace": "Blueprint",
622
- "file": "lib\\models\\blueprint.js",
601
+ "file": "lib/models/blueprint.js",
623
602
  "line": 29,
624
603
  "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.",
625
604
  "is_constructor": 1,
@@ -649,7 +628,7 @@
649
628
  "extension_for": [],
650
629
  "module": "ember-cli",
651
630
  "namespace": "",
652
- "file": "lib\\models\\builder.js",
631
+ "file": "lib/models/builder.js",
653
632
  "line": 14,
654
633
  "description": "Wrapper for the Broccoli [Builder](https://github.com/broccolijs/broccoli/blob/master/lib/builder.js) class.",
655
634
  "access": "private",
@@ -665,7 +644,7 @@
665
644
  "extension_for": [],
666
645
  "module": "ember-cli",
667
646
  "namespace": "",
668
- "file": "lib\\models\\command.js",
647
+ "file": "lib/models/command.js",
669
648
  "line": 42,
670
649
  "description": "The base class for all CLI commands."
671
650
  },
@@ -690,7 +669,7 @@
690
669
  "extension_for": [],
691
670
  "module": "ember-cli",
692
671
  "namespace": "",
693
- "file": "lib\\models\\instrumentation.js",
672
+ "file": "lib/models/instrumentation.js",
694
673
  "line": 38,
695
674
  "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",
696
675
  "access": "private",
@@ -706,7 +685,7 @@
706
685
  "extension_for": [],
707
686
  "module": "ember-cli",
708
687
  "namespace": "",
709
- "file": "lib\\models\\project.js",
688
+ "file": "lib/models/project.js",
710
689
  "line": 27,
711
690
  "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.",
712
691
  "is_constructor": 1,
@@ -743,7 +722,7 @@
743
722
  "extension_for": [],
744
723
  "module": "ember-cli",
745
724
  "namespace": "",
746
- "file": "lib\\tasks\\server\\middleware\\broccoli-serve-files\\index.js",
725
+ "file": "lib/tasks/server/middleware/broccoli-serve-files/index.js",
747
726
  "line": 6,
748
727
  "description": "This addon is used to serve the requested assets and set the required response\nheaders. It runs after broccoli-watcher addon.",
749
728
  "is_constructor": 1
@@ -758,7 +737,7 @@
758
737
  "extension_for": [],
759
738
  "module": "ember-cli",
760
739
  "namespace": "",
761
- "file": "lib\\tasks\\server\\middleware\\broccoli-watcher\\index.js",
740
+ "file": "lib/tasks/server/middleware/broccoli-watcher/index.js",
762
741
  "line": 7,
763
742
  "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.",
764
743
  "is_constructor": 1
@@ -773,7 +752,7 @@
773
752
  "extension_for": [],
774
753
  "module": "ember-cli",
775
754
  "namespace": "",
776
- "file": "lib\\tasks\\server\\middleware\\history-support\\index.js",
755
+ "file": "lib/tasks/server/middleware/history-support/index.js",
777
756
  "line": 8,
778
757
  "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.",
779
758
  "is_constructor": 1
@@ -788,7 +767,7 @@
788
767
  "extension_for": [],
789
768
  "module": "ember-cli",
790
769
  "namespace": "",
791
- "file": "lib\\tasks\\server\\middleware\\tests-server\\index.js",
770
+ "file": "lib/tasks/server/middleware/tests-server/index.js",
792
771
  "line": 9,
793
772
  "description": "This addon is used to serve the QUnit or Mocha test runner\nat `rootURL + '/tests'`.",
794
773
  "is_constructor": 1
@@ -803,7 +782,7 @@
803
782
  "extension_for": [],
804
783
  "module": "ember-cli",
805
784
  "namespace": "",
806
- "file": "lib\\tasks\\transforms\\amd\\index.js",
785
+ "file": "lib/tasks/transforms/amd/index.js",
807
786
  "line": 4,
808
787
  "description": "This addon is used to register a custom AMD transform for app and addons to use.",
809
788
  "is_constructor": 1
@@ -818,8 +797,8 @@
818
797
  "extension_for": [],
819
798
  "module": "ember-cli",
820
799
  "namespace": "",
821
- "file": "lib\\tasks\\npm-task.js",
822
- "line": 17,
800
+ "file": "lib/tasks/npm-task.js",
801
+ "line": 14,
823
802
  "access": "private",
824
803
  "tagname": "",
825
804
  "is_constructor": 1,
@@ -841,7 +820,7 @@
841
820
  "extension_for": [],
842
821
  "module": "is-lazy-engine",
843
822
  "namespace": "",
844
- "file": "lib\\utilities\\windows-admin.js",
823
+ "file": "lib/utilities/windows-admin.js",
845
824
  "line": 6,
846
825
  "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 ```",
847
826
  "access": "public",
@@ -851,7 +830,7 @@
851
830
  "elements": {},
852
831
  "classitems": [
853
832
  {
854
- "file": "lib\\broccoli\\ember-app.js",
833
+ "file": "lib/broccoli/ember-app.js",
855
834
  "line": 180,
856
835
  "description": "Initializes the `tests` and `hinting` properties.\n\nDefaults to `false` unless `ember test` was used or this is *not* a production build.",
857
836
  "access": "private",
@@ -869,7 +848,7 @@
869
848
  "module": "ember-cli"
870
849
  },
871
850
  {
872
- "file": "lib\\broccoli\\ember-app.js",
851
+ "file": "lib/broccoli/ember-app.js",
873
852
  "line": 196,
874
853
  "description": "Initializes the `project` property from `options.project` or the\nclosest Ember CLI project from the current working directory.",
875
854
  "access": "private",
@@ -887,7 +866,7 @@
887
866
  "module": "ember-cli"
888
867
  },
889
868
  {
890
- "file": "lib\\broccoli\\ember-app.js",
869
+ "file": "lib/broccoli/ember-app.js",
891
870
  "line": 217,
892
871
  "description": "Initializes the `options` property from the `options` parameter and\na set of default values from Ember CLI.",
893
872
  "access": "private",
@@ -905,7 +884,7 @@
905
884
  "module": "ember-cli"
906
885
  },
907
886
  {
908
- "file": "lib\\broccoli\\ember-app.js",
887
+ "file": "lib/broccoli/ember-app.js",
909
888
  "line": 334,
910
889
  "description": "Resolves a path relative to the project's root",
911
890
  "access": "private",
@@ -916,7 +895,7 @@
916
895
  "module": "ember-cli"
917
896
  },
918
897
  {
919
- "file": "lib\\broccoli\\ember-app.js",
898
+ "file": "lib/broccoli/ember-app.js",
920
899
  "line": 344,
921
900
  "access": "private",
922
901
  "tagname": "",
@@ -926,7 +905,7 @@
926
905
  "module": "ember-cli"
927
906
  },
928
907
  {
929
- "file": "lib\\broccoli\\ember-app.js",
908
+ "file": "lib/broccoli/ember-app.js",
930
909
  "line": 371,
931
910
  "description": "Returns the environment name",
932
911
  "access": "public",
@@ -942,7 +921,7 @@
942
921
  "module": "ember-cli"
943
922
  },
944
923
  {
945
- "file": "lib\\broccoli\\ember-app.js",
924
+ "file": "lib/broccoli/ember-app.js",
946
925
  "line": 383,
947
926
  "description": "Delegates to `broccoli-concat` with the `sourceMapConfig` option set to `options.sourcemaps`.",
948
927
  "access": "private",
@@ -966,7 +945,7 @@
966
945
  "module": "ember-cli"
967
946
  },
968
947
  {
969
- "file": "lib\\broccoli\\ember-app.js",
948
+ "file": "lib/broccoli/ember-app.js",
970
949
  "line": 398,
971
950
  "description": "Checks the result of `addon.isEnabled()` if it exists, defaults to `true` otherwise.",
972
951
  "access": "private",
@@ -988,7 +967,7 @@
988
967
  "module": "ember-cli"
989
968
  },
990
969
  {
991
- "file": "lib\\broccoli\\ember-app.js",
970
+ "file": "lib/broccoli/ember-app.js",
992
971
  "line": 410,
993
972
  "access": "private",
994
973
  "tagname": "",
@@ -1009,7 +988,7 @@
1009
988
  "module": "ember-cli"
1010
989
  },
1011
990
  {
1012
- "file": "lib\\broccoli\\ember-app.js",
991
+ "file": "lib/broccoli/ember-app.js",
1013
992
  "line": 421,
1014
993
  "access": "private",
1015
994
  "tagname": "",
@@ -1030,7 +1009,7 @@
1030
1009
  "module": "ember-cli"
1031
1010
  },
1032
1011
  {
1033
- "file": "lib\\broccoli\\ember-app.js",
1012
+ "file": "lib/broccoli/ember-app.js",
1034
1013
  "line": 432,
1035
1014
  "description": "Returns whether an addon should be added to the project",
1036
1015
  "access": "private",
@@ -1052,7 +1031,7 @@
1052
1031
  "module": "ember-cli"
1053
1032
  },
1054
1033
  {
1055
- "file": "lib\\broccoli\\ember-app.js",
1034
+ "file": "lib/broccoli/ember-app.js",
1056
1035
  "line": 448,
1057
1036
  "description": "Calls the included hook on addons.",
1058
1037
  "access": "private",
@@ -1063,7 +1042,7 @@
1063
1042
  "module": "ember-cli"
1064
1043
  },
1065
1044
  {
1066
- "file": "lib\\broccoli\\ember-app.js",
1045
+ "file": "lib/broccoli/ember-app.js",
1067
1046
  "line": 484,
1068
1047
  "description": "Calls the importTransforms hook on addons.",
1069
1048
  "access": "private",
@@ -1074,7 +1053,7 @@
1074
1053
  "module": "ember-cli"
1075
1054
  },
1076
1055
  {
1077
- "file": "lib\\broccoli\\ember-app.js",
1056
+ "file": "lib/broccoli/ember-app.js",
1078
1057
  "line": 533,
1079
1058
  "description": "Loads and initializes addons for this project.\nCalls initializeAddons on the Project.",
1080
1059
  "access": "private",
@@ -1085,7 +1064,7 @@
1085
1064
  "module": "ember-cli"
1086
1065
  },
1087
1066
  {
1088
- "file": "lib\\broccoli\\ember-app.js",
1067
+ "file": "lib/broccoli/ember-app.js",
1089
1068
  "line": 560,
1090
1069
  "description": "Returns a list of trees for a given type, returned by all addons.",
1091
1070
  "access": "private",
@@ -1107,7 +1086,7 @@
1107
1086
  "module": "ember-cli"
1108
1087
  },
1109
1088
  {
1110
- "file": "lib\\broccoli\\ember-app.js",
1089
+ "file": "lib/broccoli/ember-app.js",
1111
1090
  "line": 572,
1112
1091
  "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```",
1113
1092
  "access": "private",
@@ -1134,7 +1113,7 @@
1134
1113
  "module": "ember-cli"
1135
1114
  },
1136
1115
  {
1137
- "file": "lib\\broccoli\\ember-app.js",
1116
+ "file": "lib/broccoli/ember-app.js",
1138
1117
  "line": 609,
1139
1118
  "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```",
1140
1119
  "access": "private",
@@ -1161,7 +1140,7 @@
1161
1140
  "module": "ember-cli"
1162
1141
  },
1163
1142
  {
1164
- "file": "lib\\broccoli\\ember-app.js",
1143
+ "file": "lib/broccoli/ember-app.js",
1165
1144
  "line": 645,
1166
1145
  "description": "Runs addon lintTree hooks and returns a single tree containing all\ntheir output.",
1167
1146
  "access": "private",
@@ -1188,7 +1167,7 @@
1188
1167
  "module": "ember-cli"
1189
1168
  },
1190
1169
  {
1191
- "file": "lib\\broccoli\\ember-app.js",
1170
+ "file": "lib/broccoli/ember-app.js",
1192
1171
  "line": 664,
1193
1172
  "description": "Imports legacy imports in this.vendorFiles",
1194
1173
  "access": "private",
@@ -1199,7 +1178,7 @@
1199
1178
  "module": "ember-cli"
1200
1179
  },
1201
1180
  {
1202
- "file": "lib\\broccoli\\ember-app.js",
1181
+ "file": "lib/broccoli/ember-app.js",
1203
1182
  "line": 841,
1204
1183
  "access": "private",
1205
1184
  "tagname": "",
@@ -1213,7 +1192,7 @@
1213
1192
  "module": "ember-cli"
1214
1193
  },
1215
1194
  {
1216
- "file": "lib\\broccoli\\ember-app.js",
1195
+ "file": "lib/broccoli/ember-app.js",
1217
1196
  "line": 1048,
1218
1197
  "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.",
1219
1198
  "access": "private",
@@ -1228,7 +1207,7 @@
1228
1207
  "module": "ember-cli"
1229
1208
  },
1230
1209
  {
1231
- "file": "lib\\broccoli\\ember-app.js",
1210
+ "file": "lib/broccoli/ember-app.js",
1232
1211
  "line": 1088,
1233
1212
  "access": "public",
1234
1213
  "tagname": "",
@@ -1242,7 +1221,7 @@
1242
1221
  "module": "ember-cli"
1243
1222
  },
1244
1223
  {
1245
- "file": "lib\\broccoli\\ember-app.js",
1224
+ "file": "lib/broccoli/ember-app.js",
1246
1225
  "line": 1097,
1247
1226
  "description": "Imports an asset into the application.",
1248
1227
  "access": "public",
@@ -1300,7 +1279,7 @@
1300
1279
  "module": "ember-cli"
1301
1280
  },
1302
1281
  {
1303
- "file": "lib\\broccoli\\ember-app.js",
1282
+ "file": "lib/broccoli/ember-app.js",
1304
1283
  "line": 1143,
1305
1284
  "access": "private",
1306
1285
  "tagname": "",
@@ -1337,7 +1316,7 @@
1337
1316
  "module": "ember-cli"
1338
1317
  },
1339
1318
  {
1340
- "file": "lib\\broccoli\\ember-app.js",
1319
+ "file": "lib/broccoli/ember-app.js",
1341
1320
  "line": 1228,
1342
1321
  "access": "private",
1343
1322
  "tagname": "",
@@ -1358,7 +1337,7 @@
1358
1337
  "module": "ember-cli"
1359
1338
  },
1360
1339
  {
1361
- "file": "lib\\broccoli\\ember-app.js",
1340
+ "file": "lib/broccoli/ember-app.js",
1362
1341
  "line": 1269,
1363
1342
  "description": "Returns an array of trees for this application",
1364
1343
  "access": "private",
@@ -1373,7 +1352,7 @@
1373
1352
  "module": "ember-cli"
1374
1353
  },
1375
1354
  {
1376
- "file": "lib\\broccoli\\ember-app.js",
1355
+ "file": "lib/broccoli/ember-app.js",
1377
1356
  "line": 1306,
1378
1357
  "description": "Returns the merged tree for this application",
1379
1358
  "access": "public",
@@ -1396,7 +1375,7 @@
1396
1375
  "module": "ember-cli"
1397
1376
  },
1398
1377
  {
1399
- "file": "lib\\cli\\cli.js",
1378
+ "file": "lib/cli/cli.js",
1400
1379
  "line": 22,
1401
1380
  "access": "private",
1402
1381
  "tagname": "",
@@ -1406,7 +1385,7 @@
1406
1385
  "module": "ember-cli"
1407
1386
  },
1408
1387
  {
1409
- "file": "lib\\cli\\cli.js",
1388
+ "file": "lib/cli/cli.js",
1410
1389
  "line": 28,
1411
1390
  "access": "private",
1412
1391
  "tagname": "",
@@ -1417,29 +1396,19 @@
1417
1396
  "module": "ember-cli"
1418
1397
  },
1419
1398
  {
1420
- "file": "lib\\cli\\cli.js",
1399
+ "file": "lib/cli/cli.js",
1421
1400
  "line": 35,
1422
1401
  "access": "private",
1423
1402
  "tagname": "",
1424
1403
  "itemtype": "property",
1425
- "name": "analytics",
1426
- "class": "CLI",
1427
- "module": "ember-cli"
1428
- },
1429
- {
1430
- "file": "lib\\cli\\cli.js",
1431
- "line": 41,
1432
- "access": "private",
1433
- "tagname": "",
1434
- "itemtype": "property",
1435
1404
  "name": "testing",
1436
1405
  "type": "Boolean",
1437
1406
  "class": "CLI",
1438
1407
  "module": "ember-cli"
1439
1408
  },
1440
1409
  {
1441
- "file": "lib\\cli\\cli.js",
1442
- "line": 48,
1410
+ "file": "lib/cli/cli.js",
1411
+ "line": 42,
1443
1412
  "access": "private",
1444
1413
  "tagname": "",
1445
1414
  "itemtype": "property",
@@ -1449,8 +1418,8 @@
1449
1418
  "module": "ember-cli"
1450
1419
  },
1451
1420
  {
1452
- "file": "lib\\cli\\cli.js",
1453
- "line": 55,
1421
+ "file": "lib/cli/cli.js",
1422
+ "line": 49,
1454
1423
  "access": "private",
1455
1424
  "tagname": "",
1456
1425
  "itemtype": "property",
@@ -1459,8 +1428,8 @@
1459
1428
  "module": "ember-cli"
1460
1429
  },
1461
1430
  {
1462
- "file": "lib\\cli\\cli.js",
1463
- "line": 61,
1431
+ "file": "lib/cli/cli.js",
1432
+ "line": 55,
1464
1433
  "access": "private",
1465
1434
  "tagname": "",
1466
1435
  "itemtype": "property",
@@ -1469,8 +1438,8 @@
1469
1438
  "module": "ember-cli"
1470
1439
  },
1471
1440
  {
1472
- "file": "lib\\cli\\cli.js",
1473
- "line": 67,
1441
+ "file": "lib/cli/cli.js",
1442
+ "line": 61,
1474
1443
  "access": "private",
1475
1444
  "tagname": "",
1476
1445
  "itemtype": "property",
@@ -1479,8 +1448,8 @@
1479
1448
  "module": "ember-cli"
1480
1449
  },
1481
1450
  {
1482
- "file": "lib\\cli\\cli.js",
1483
- "line": 83,
1451
+ "file": "lib/cli/cli.js",
1452
+ "line": 77,
1484
1453
  "access": "private",
1485
1454
  "tagname": "",
1486
1455
  "itemtype": "method",
@@ -1503,8 +1472,8 @@
1503
1472
  "module": "ember-cli"
1504
1473
  },
1505
1474
  {
1506
- "file": "lib\\cli\\cli.js",
1507
- "line": 122,
1475
+ "file": "lib/cli/cli.js",
1476
+ "line": 115,
1508
1477
  "access": "private",
1509
1478
  "tagname": "",
1510
1479
  "itemtype": "method",
@@ -1524,8 +1493,8 @@
1524
1493
  "module": "ember-cli"
1525
1494
  },
1526
1495
  {
1527
- "file": "lib\\cli\\cli.js",
1528
- "line": 231,
1496
+ "file": "lib/cli/cli.js",
1497
+ "line": 224,
1529
1498
  "access": "private",
1530
1499
  "tagname": "",
1531
1500
  "itemtype": "method",
@@ -1544,8 +1513,8 @@
1544
1513
  "module": "ember-cli"
1545
1514
  },
1546
1515
  {
1547
- "file": "lib\\cli\\cli.js",
1548
- "line": 272,
1516
+ "file": "lib/cli/cli.js",
1517
+ "line": 264,
1549
1518
  "access": "private",
1550
1519
  "tagname": "",
1551
1520
  "itemtype": "method",
@@ -1564,7 +1533,7 @@
1564
1533
  "module": "ember-cli"
1565
1534
  },
1566
1535
  {
1567
- "file": "lib\\debug\\assert.js",
1536
+ "file": "lib/debug/assert.js",
1568
1537
  "line": 3,
1569
1538
  "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```",
1570
1539
  "itemtype": "method",
@@ -1585,7 +1554,7 @@
1585
1554
  "module": "ember-cli"
1586
1555
  },
1587
1556
  {
1588
- "file": "lib\\debug\\deprecate.js",
1557
+ "file": "lib/debug/deprecate.js",
1589
1558
  "line": 7,
1590
1559
  "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```",
1591
1560
  "itemtype": "method",
@@ -1611,7 +1580,7 @@
1611
1580
  "module": "ember-cli"
1612
1581
  },
1613
1582
  {
1614
- "file": "lib\\models\\package-info-cache\\index.js",
1583
+ "file": "lib/models/package-info-cache/index.js",
1615
1584
  "line": 36,
1616
1585
  "description": "Clear the cache information.",
1617
1586
  "access": "private",
@@ -1622,7 +1591,7 @@
1622
1591
  "module": "ember-cli"
1623
1592
  },
1624
1593
  {
1625
- "file": "lib\\models\\package-info-cache\\index.js",
1594
+ "file": "lib/models/package-info-cache/index.js",
1626
1595
  "line": 48,
1627
1596
  "description": "Indicates if there is at least one error in any object in the cache.",
1628
1597
  "access": "public",
@@ -1636,7 +1605,7 @@
1636
1605
  "module": "ember-cli"
1637
1606
  },
1638
1607
  {
1639
- "file": "lib\\models\\package-info-cache\\index.js",
1608
+ "file": "lib/models/package-info-cache/index.js",
1640
1609
  "line": 65,
1641
1610
  "description": "Gather all the errors in the PIC and any cached objects, then dump them\nout to the ui-console.",
1642
1611
  "access": "public",
@@ -1647,7 +1616,7 @@
1647
1616
  "module": "ember-cli"
1648
1617
  },
1649
1618
  {
1650
- "file": "lib\\models\\package-info-cache\\index.js",
1619
+ "file": "lib/models/package-info-cache/index.js",
1651
1620
  "line": 80,
1652
1621
  "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.",
1653
1622
  "access": "private",
@@ -1658,7 +1627,7 @@
1658
1627
  "module": "ember-cli"
1659
1628
  },
1660
1629
  {
1661
- "file": "lib\\models\\package-info-cache\\index.js",
1630
+ "file": "lib/models/package-info-cache/index.js",
1662
1631
  "line": 146,
1663
1632
  "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.",
1664
1633
  "access": "public",
@@ -1679,7 +1648,7 @@
1679
1648
  "module": "ember-cli"
1680
1649
  },
1681
1650
  {
1682
- "file": "lib\\models\\package-info-cache\\index.js",
1651
+ "file": "lib/models/package-info-cache/index.js",
1683
1652
  "line": 203,
1684
1653
  "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.",
1685
1654
  "access": "public",
@@ -1693,7 +1662,7 @@
1693
1662
  "module": "ember-cli"
1694
1663
  },
1695
1664
  {
1696
- "file": "lib\\models\\package-info-cache\\index.js",
1665
+ "file": "lib/models/package-info-cache/index.js",
1697
1666
  "line": 228,
1698
1667
  "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.",
1699
1668
  "access": "public",
@@ -1714,7 +1683,7 @@
1714
1683
  "module": "ember-cli"
1715
1684
  },
1716
1685
  {
1717
- "file": "lib\\models\\package-info-cache\\index.js",
1686
+ "file": "lib/models/package-info-cache/index.js",
1718
1687
  "line": 262,
1719
1688
  "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.",
1720
1689
  "access": "private",
@@ -1725,7 +1694,7 @@
1725
1694
  "module": "ember-cli"
1726
1695
  },
1727
1696
  {
1728
- "file": "lib\\models\\package-info-cache\\index.js",
1697
+ "file": "lib/models/package-info-cache/index.js",
1729
1698
  "line": 299,
1730
1699
  "description": "Add an entry to the cache.",
1731
1700
  "access": "private",
@@ -1736,7 +1705,7 @@
1736
1705
  "module": "ember-cli"
1737
1706
  },
1738
1707
  {
1739
- "file": "lib\\models\\package-info-cache\\index.js",
1708
+ "file": "lib/models/package-info-cache/index.js",
1740
1709
  "line": 309,
1741
1710
  "description": "Retrieve an entry from the cache.",
1742
1711
  "access": "public",
@@ -1758,7 +1727,7 @@
1758
1727
  "module": "ember-cli"
1759
1728
  },
1760
1729
  {
1761
- "file": "lib\\models\\package-info-cache\\index.js",
1730
+ "file": "lib/models/package-info-cache/index.js",
1762
1731
  "line": 321,
1763
1732
  "description": "Indicate if an entry for a given path exists in the cache.",
1764
1733
  "access": "public",
@@ -1779,7 +1748,7 @@
1779
1748
  "module": "ember-cli"
1780
1749
  },
1781
1750
  {
1782
- "file": "lib\\models\\package-info-cache\\index.js",
1751
+ "file": "lib/models/package-info-cache/index.js",
1783
1752
  "line": 395,
1784
1753
  "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.",
1785
1754
  "access": "private",
@@ -1802,7 +1771,7 @@
1802
1771
  "module": "ember-cli"
1803
1772
  },
1804
1773
  {
1805
- "file": "lib\\models\\package-info-cache\\index.js",
1774
+ "file": "lib/models/package-info-cache/index.js",
1806
1775
  "line": 585,
1807
1776
  "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.",
1808
1777
  "access": "private",
@@ -1820,7 +1789,7 @@
1820
1789
  "module": "ember-cli"
1821
1790
  },
1822
1791
  {
1823
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1792
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1824
1793
  "line": 43,
1825
1794
  "description": "Given error data, add an ErrorEntry to the ErrorList for this object.",
1826
1795
  "access": "protected",
@@ -1843,7 +1812,7 @@
1843
1812
  "module": "ember-cli"
1844
1813
  },
1845
1814
  {
1846
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1815
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1847
1816
  "line": 56,
1848
1817
  "description": "Indicate if there are any errors in the NodeModulesList itself (not\nincluding errors within the individual entries).",
1849
1818
  "access": "public",
@@ -1854,7 +1823,7 @@
1854
1823
  "module": "ember-cli"
1855
1824
  },
1856
1825
  {
1857
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1826
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1858
1827
  "line": 67,
1859
1828
  "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.",
1860
1829
  "access": "protected",
@@ -1877,7 +1846,7 @@
1877
1846
  "module": "ember-cli"
1878
1847
  },
1879
1848
  {
1880
- "file": "lib\\models\\package-info-cache\\node-modules-list.js",
1849
+ "file": "lib/models/package-info-cache/node-modules-list.js",
1881
1850
  "line": 84,
1882
1851
  "description": "Return a PackageInfo object for a given package name (which may include\na scope)",
1883
1852
  "access": "public",
@@ -1898,7 +1867,7 @@
1898
1867
  "module": "ember-cli"
1899
1868
  },
1900
1869
  {
1901
- "file": "lib\\models\\package-info-cache\\package-info.js",
1870
+ "file": "lib/models/package-info-cache/package-info.js",
1902
1871
  "line": 96,
1903
1872
  "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.",
1904
1873
  "access": "protected",
@@ -1921,7 +1890,7 @@
1921
1890
  "module": "ember-cli"
1922
1891
  },
1923
1892
  {
1924
- "file": "lib\\models\\package-info-cache\\package-info.js",
1893
+ "file": "lib/models/package-info-cache/package-info.js",
1925
1894
  "line": 111,
1926
1895
  "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).",
1927
1896
  "access": "public",
@@ -1939,7 +1908,7 @@
1939
1908
  "module": "ember-cli"
1940
1909
  },
1941
1910
  {
1942
- "file": "lib\\models\\package-info-cache\\package-info.js",
1911
+ "file": "lib/models/package-info-cache/package-info.js",
1943
1912
  "line": 124,
1944
1913
  "description": "Add a reference to an in-repo addon PackageInfo object.",
1945
1914
  "access": "protected",
@@ -1960,7 +1929,7 @@
1960
1929
  "module": "ember-cli"
1961
1930
  },
1962
1931
  {
1963
- "file": "lib\\models\\package-info-cache\\package-info.js",
1932
+ "file": "lib/models/package-info-cache/package-info.js",
1964
1933
  "line": 139,
1965
1934
  "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.",
1966
1935
  "access": "protected",
@@ -1981,7 +1950,7 @@
1981
1950
  "module": "ember-cli"
1982
1951
  },
1983
1952
  {
1984
- "file": "lib\\models\\package-info-cache\\package-info.js",
1953
+ "file": "lib/models/package-info-cache/package-info.js",
1985
1954
  "line": 157,
1986
1955
  "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.",
1987
1956
  "access": "protected",
@@ -2003,7 +1972,7 @@
2003
1972
  "module": "ember-cli"
2004
1973
  },
2005
1974
  {
2006
- "file": "lib\\models\\package-info-cache\\package-info.js",
1975
+ "file": "lib/models/package-info-cache/package-info.js",
2007
1976
  "line": 226,
2008
1977
  "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).",
2009
1978
  "itemtype": "method",
@@ -2016,7 +1985,7 @@
2016
1985
  "module": "ember-cli"
2017
1986
  },
2018
1987
  {
2019
- "file": "lib\\models\\package-info-cache\\package-info.js",
1988
+ "file": "lib/models/package-info-cache/package-info.js",
2020
1989
  "line": 237,
2021
1990
  "description": "Indicate if this packageInfo is for an Addon.",
2022
1991
  "itemtype": "method",
@@ -2029,7 +1998,7 @@
2029
1998
  "module": "ember-cli"
2030
1999
  },
2031
2000
  {
2032
- "file": "lib\\models\\package-info-cache\\package-info.js",
2001
+ "file": "lib/models/package-info-cache/package-info.js",
2033
2002
  "line": 247,
2034
2003
  "description": "Indicate if this packageInfo represents an engine.",
2035
2004
  "itemtype": "method",
@@ -2042,7 +2011,7 @@
2042
2011
  "module": "ember-cli"
2043
2012
  },
2044
2013
  {
2045
- "file": "lib\\models\\package-info-cache\\package-info.js",
2014
+ "file": "lib/models/package-info-cache/package-info.js",
2046
2015
  "line": 257,
2047
2016
  "description": "Indicate if this packageInfo represents a lazy engine.",
2048
2017
  "itemtype": "method",
@@ -2055,7 +2024,7 @@
2055
2024
  "module": "ember-cli"
2056
2025
  },
2057
2026
  {
2058
- "file": "lib\\models\\package-info-cache\\package-info.js",
2027
+ "file": "lib/models/package-info-cache/package-info.js",
2059
2028
  "line": 268,
2060
2029
  "description": "For use with the PerBundleAddonCache, is this packageInfo representing a\nbundle host (for now, a Project or a lazy engine).",
2061
2030
  "itemtype": "method",
@@ -2068,7 +2037,7 @@
2068
2037
  "module": "ember-cli"
2069
2038
  },
2070
2039
  {
2071
- "file": "lib\\models\\package-info-cache\\package-info.js",
2040
+ "file": "lib/models/package-info-cache/package-info.js",
2072
2041
  "line": 279,
2073
2042
  "description": "Add to a list of child addon PackageInfos for this packageInfo.",
2074
2043
  "itemtype": "method",
@@ -2094,7 +2063,7 @@
2094
2063
  "module": "ember-cli"
2095
2064
  },
2096
2065
  {
2097
- "file": "lib\\models\\package-info-cache\\package-info.js",
2066
+ "file": "lib/models/package-info-cache/package-info.js",
2098
2067
  "line": 318,
2099
2068
  "description": "Discover the child addons for this packageInfo, which corresponds to an Addon.",
2100
2069
  "itemtype": "method",
@@ -2103,7 +2072,7 @@
2103
2072
  "module": "ember-cli"
2104
2073
  },
2105
2074
  {
2106
- "file": "lib\\models\\package-info-cache\\package-info.js",
2075
+ "file": "lib/models/package-info-cache/package-info.js",
2107
2076
  "line": 336,
2108
2077
  "description": "Discover the child addons for this packageInfo, which corresponds to a Project.",
2109
2078
  "itemtype": "method",
@@ -2112,7 +2081,7 @@
2112
2081
  "module": "ember-cli"
2113
2082
  },
2114
2083
  {
2115
- "file": "lib\\models\\package-info-cache\\package-info.js",
2084
+ "file": "lib/models/package-info-cache/package-info.js",
2116
2085
  "line": 356,
2117
2086
  "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.",
2118
2087
  "itemtype": "method",
@@ -2133,7 +2102,7 @@
2133
2102
  "module": "ember-cli"
2134
2103
  },
2135
2104
  {
2136
- "file": "lib\\models\\package-info-cache\\package-info.js",
2105
+ "file": "lib/models/package-info-cache/package-info.js",
2137
2106
  "line": 419,
2138
2107
  "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.",
2139
2108
  "access": "private",
@@ -2148,7 +2117,7 @@
2148
2117
  "module": "ember-cli"
2149
2118
  },
2150
2119
  {
2151
- "file": "lib\\models\\package-info-cache\\package-info.js",
2120
+ "file": "lib/models/package-info-cache/package-info.js",
2152
2121
  "line": 457,
2153
2122
  "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.",
2154
2123
  "access": "private",
@@ -2171,7 +2140,7 @@
2171
2140
  "module": "ember-cli"
2172
2141
  },
2173
2142
  {
2174
- "file": "lib\\models\\package-info-cache\\package-info.js",
2143
+ "file": "lib/models/package-info-cache/package-info.js",
2175
2144
  "line": 492,
2176
2145
  "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.",
2177
2146
  "itemtype": "method",
@@ -2195,7 +2164,7 @@
2195
2164
  "module": "ember-cli"
2196
2165
  },
2197
2166
  {
2198
- "file": "lib\\models\\package-info-cache\\package-info.js",
2167
+ "file": "lib/models/package-info-cache/package-info.js",
2199
2168
  "line": 525,
2200
2169
  "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.",
2201
2170
  "itemtype": "method",
@@ -2211,7 +2180,7 @@
2211
2180
  "module": "ember-cli"
2212
2181
  },
2213
2182
  {
2214
- "file": "lib\\models\\package-info-cache\\package-info.js",
2183
+ "file": "lib/models/package-info-cache/package-info.js",
2215
2184
  "line": 542,
2216
2185
  "description": "Gets the addon entry point",
2217
2186
  "itemtype": "method",
@@ -2226,7 +2195,7 @@
2226
2195
  "module": "ember-cli"
2227
2196
  },
2228
2197
  {
2229
- "file": "lib\\models\\per-bundle-addon-cache\\addon-proxy.js",
2198
+ "file": "lib/models/per-bundle-addon-cache/addon-proxy.js",
2230
2199
  "line": 7,
2231
2200
  "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.",
2232
2201
  "itemtype": "method",
@@ -2256,7 +2225,7 @@
2256
2225
  "module": "ember-cli"
2257
2226
  },
2258
2227
  {
2259
- "file": "lib\\models\\per-bundle-addon-cache\\addon-proxy.js",
2228
+ "file": "lib/models/per-bundle-addon-cache/addon-proxy.js",
2260
2229
  "line": 42,
2261
2230
  "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.",
2262
2231
  "itemtype": "method",
@@ -2278,7 +2247,7 @@
2278
2247
  "module": "ember-cli"
2279
2248
  },
2280
2249
  {
2281
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2250
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2282
2251
  "line": 17,
2283
2252
  "description": "Resolves the perBundleAddonCacheUtil; this prefers the custom provided version by\nthe consuming application, and defaults to an internal implementation here.",
2284
2253
  "itemtype": "method",
@@ -2298,7 +2267,7 @@
2298
2267
  "module": "ember-cli"
2299
2268
  },
2300
2269
  {
2301
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2270
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2302
2271
  "line": 116,
2303
2272
  "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.",
2304
2273
  "itemtype": "method",
@@ -2318,7 +2287,7 @@
2318
2287
  "module": "ember-cli"
2319
2288
  },
2320
2289
  {
2321
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2290
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2322
2291
  "line": 132,
2323
2292
  "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.",
2324
2293
  "itemtype": "method",
@@ -2338,7 +2307,7 @@
2338
2307
  "module": "ember-cli"
2339
2308
  },
2340
2309
  {
2341
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2310
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2342
2311
  "line": 145,
2343
2312
  "description": "Create a cache entry object for a given (non-bundle-host) addon to put into\nan addon cache.",
2344
2313
  "itemtype": "method",
@@ -2363,7 +2332,7 @@
2363
2332
  "module": "ember-cli"
2364
2333
  },
2365
2334
  {
2366
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2335
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2367
2336
  "line": 158,
2368
2337
  "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.",
2369
2338
  "itemtype": "method",
@@ -2392,7 +2361,7 @@
2392
2361
  "module": "ember-cli"
2393
2362
  },
2394
2363
  {
2395
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2364
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2396
2365
  "line": 197,
2397
2366
  "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.",
2398
2367
  "itemtype": "method",
@@ -2416,7 +2385,7 @@
2416
2385
  "module": "ember-cli"
2417
2386
  },
2418
2387
  {
2419
- "file": "lib\\models\\per-bundle-addon-cache\\index.js",
2388
+ "file": "lib/models/per-bundle-addon-cache/index.js",
2420
2389
  "line": 247,
2421
2390
  "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.",
2422
2391
  "itemtype": "method",
@@ -2441,7 +2410,7 @@
2441
2410
  "module": "ember-cli"
2442
2411
  },
2443
2412
  {
2444
- "file": "lib\\models\\per-bundle-addon-cache\\target-instance.js",
2413
+ "file": "lib/models/per-bundle-addon-cache/target-instance.js",
2445
2414
  "line": 3,
2446
2415
  "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.",
2447
2416
  "itemtype": "property",
@@ -2452,7 +2421,7 @@
2452
2421
  "module": "ember-cli"
2453
2422
  },
2454
2423
  {
2455
- "file": "lib\\models\\addon.js",
2424
+ "file": "lib/models/addon.js",
2456
2425
  "line": 155,
2457
2426
  "description": "The name of this addon.",
2458
2427
  "access": "public",
@@ -2465,7 +2434,7 @@
2465
2434
  "module": "ember-cli"
2466
2435
  },
2467
2436
  {
2468
- "file": "lib\\models\\addon.js",
2437
+ "file": "lib/models/addon.js",
2469
2438
  "line": 164,
2470
2439
  "description": "The absolute path of the root directory where this addon is located.",
2471
2440
  "access": "public",
@@ -2478,7 +2447,7 @@
2478
2447
  "module": "ember-cli"
2479
2448
  },
2480
2449
  {
2481
- "file": "lib\\models\\addon.js",
2450
+ "file": "lib/models/addon.js",
2482
2451
  "line": 173,
2483
2452
  "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.",
2484
2453
  "access": "public",
@@ -2491,7 +2460,7 @@
2491
2460
  "module": "ember-cli"
2492
2461
  },
2493
2462
  {
2494
- "file": "lib\\models\\addon.js",
2463
+ "file": "lib/models/addon.js",
2495
2464
  "line": 186,
2496
2465
  "description": "The root {{#crossLink \"Project\"}}project{{/crossLink}} to which this addon belongs.",
2497
2466
  "access": "public",
@@ -2504,7 +2473,7 @@
2504
2473
  "module": "ember-cli"
2505
2474
  },
2506
2475
  {
2507
- "file": "lib\\models\\addon.js",
2476
+ "file": "lib/models/addon.js",
2508
2477
  "line": 195,
2509
2478
  "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.",
2510
2479
  "access": "public",
@@ -2517,7 +2486,7 @@
2517
2486
  "module": "ember-cli"
2518
2487
  },
2519
2488
  {
2520
- "file": "lib\\models\\addon.js",
2489
+ "file": "lib/models/addon.js",
2521
2490
  "line": 208,
2522
2491
  "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`.",
2523
2492
  "access": "public",
@@ -2530,7 +2499,7 @@
2530
2499
  "module": "ember-cli"
2531
2500
  },
2532
2501
  {
2533
- "file": "lib\\models\\addon.js",
2502
+ "file": "lib/models/addon.js",
2534
2503
  "line": 220,
2535
2504
  "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.",
2536
2505
  "access": "public",
@@ -2543,7 +2512,7 @@
2543
2512
  "module": "ember-cli"
2544
2513
  },
2545
2514
  {
2546
- "file": "lib\\models\\addon.js",
2515
+ "file": "lib/models/addon.js",
2547
2516
  "line": 230,
2548
2517
  "description": "The contents of the addon's `package.json`.",
2549
2518
  "access": "public",
@@ -2556,7 +2525,7 @@
2556
2525
  "module": "ember-cli"
2557
2526
  },
2558
2527
  {
2559
- "file": "lib\\models\\addon.js",
2528
+ "file": "lib/models/addon.js",
2560
2529
  "line": 239,
2561
2530
  "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.",
2562
2531
  "access": "public",
@@ -2582,7 +2551,7 @@
2582
2551
  "module": "ember-cli"
2583
2552
  },
2584
2553
  {
2585
- "file": "lib\\models\\addon.js",
2554
+ "file": "lib/models/addon.js",
2586
2555
  "line": 320,
2587
2556
  "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```",
2588
2557
  "access": "public",
@@ -2593,7 +2562,7 @@
2593
2562
  "module": "ember-cli"
2594
2563
  },
2595
2564
  {
2596
- "file": "lib\\models\\addon.js",
2565
+ "file": "lib/models/addon.js",
2597
2566
  "line": 344,
2598
2567
  "description": "Check if the current addon intends to be hinted. Typically this is for\nhinting/linting libraries such as eslint or jshint",
2599
2568
  "access": "public",
@@ -2604,7 +2573,7 @@
2604
2573
  "module": "ember-cli"
2605
2574
  },
2606
2575
  {
2607
- "file": "lib\\models\\addon.js",
2576
+ "file": "lib/models/addon.js",
2608
2577
  "line": 359,
2609
2578
  "description": "Shorthand method for [broccoli-concat](https://github.com/ember-cli/broccoli-concat)",
2610
2579
  "access": "private",
@@ -2631,7 +2600,7 @@
2631
2600
  "module": "ember-cli"
2632
2601
  },
2633
2602
  {
2634
- "file": "lib\\models\\addon.js",
2603
+ "file": "lib/models/addon.js",
2635
2604
  "line": 373,
2636
2605
  "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",
2637
2606
  "access": "public",
@@ -2646,7 +2615,7 @@
2646
2615
  "module": "ember-cli"
2647
2616
  },
2648
2617
  {
2649
- "file": "lib\\models\\addon.js",
2618
+ "file": "lib/models/addon.js",
2650
2619
  "line": 409,
2651
2620
  "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.",
2652
2621
  "access": "private",
@@ -2657,7 +2626,7 @@
2657
2626
  "module": "ember-cli"
2658
2627
  },
2659
2628
  {
2660
- "file": "lib\\models\\addon.js",
2629
+ "file": "lib/models/addon.js",
2661
2630
  "line": 459,
2662
2631
  "description": "Invoke the specified method for each enabled addon.",
2663
2632
  "access": "private",
@@ -2680,7 +2649,7 @@
2680
2649
  "module": "ember-cli"
2681
2650
  },
2682
2651
  {
2683
- "file": "lib\\models\\addon.js",
2652
+ "file": "lib/models/addon.js",
2684
2653
  "line": 484,
2685
2654
  "description": "Invoke the specified method for each of the project's addons.",
2686
2655
  "access": "private",
@@ -2703,7 +2672,7 @@
2703
2672
  "module": "ember-cli"
2704
2673
  },
2705
2674
  {
2706
- "file": "lib\\models\\addon.js",
2675
+ "file": "lib/models/addon.js",
2707
2676
  "line": 517,
2708
2677
  "description": "Generates a tree for the specified path",
2709
2678
  "access": "private",
@@ -2718,7 +2687,7 @@
2718
2687
  "module": "ember-cli"
2719
2688
  },
2720
2689
  {
2721
- "file": "lib\\models\\addon.js",
2690
+ "file": "lib/models/addon.js",
2722
2691
  "line": 552,
2723
2692
  "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",
2724
2693
  "access": "public",
@@ -2740,7 +2709,7 @@
2740
2709
  "module": "ember-cli"
2741
2710
  },
2742
2711
  {
2743
- "file": "lib\\models\\addon.js",
2712
+ "file": "lib/models/addon.js",
2744
2713
  "line": 618,
2745
2714
  "access": "private",
2746
2715
  "tagname": "",
@@ -2761,7 +2730,7 @@
2761
2730
  "module": "ember-cli"
2762
2731
  },
2763
2732
  {
2764
- "file": "lib\\models\\addon.js",
2733
+ "file": "lib/models/addon.js",
2765
2734
  "line": 640,
2766
2735
  "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.",
2767
2736
  "access": "public",
@@ -2783,7 +2752,7 @@
2783
2752
  "module": "ember-cli"
2784
2753
  },
2785
2754
  {
2786
- "file": "lib\\models\\addon.js",
2755
+ "file": "lib/models/addon.js",
2787
2756
  "line": 682,
2788
2757
  "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.",
2789
2758
  "access": "private",
@@ -2794,7 +2763,7 @@
2794
2763
  "module": "ember-cli"
2795
2764
  },
2796
2765
  {
2797
- "file": "lib\\models\\addon.js",
2766
+ "file": "lib/models/addon.js",
2798
2767
  "line": 705,
2799
2768
  "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.",
2800
2769
  "access": "public",
@@ -2815,7 +2784,7 @@
2815
2784
  "module": "ember-cli"
2816
2785
  },
2817
2786
  {
2818
- "file": "lib\\models\\addon.js",
2787
+ "file": "lib/models/addon.js",
2819
2788
  "line": 738,
2820
2789
  "description": "Imports an asset into this addon.",
2821
2790
  "access": "public",
@@ -2860,7 +2829,7 @@
2860
2829
  "module": "ember-cli"
2861
2830
  },
2862
2831
  {
2863
- "file": "lib\\models\\addon.js",
2832
+ "file": "lib/models/addon.js",
2864
2833
  "line": 758,
2865
2834
  "description": "Returns the tree for all app files",
2866
2835
  "access": "public",
@@ -2882,7 +2851,7 @@
2882
2851
  "module": "ember-cli"
2883
2852
  },
2884
2853
  {
2885
- "file": "lib\\models\\addon.js",
2854
+ "file": "lib/models/addon.js",
2886
2855
  "line": 770,
2887
2856
  "description": "Returns the tree for all template files",
2888
2857
  "access": "public",
@@ -2904,7 +2873,7 @@
2904
2873
  "module": "ember-cli"
2905
2874
  },
2906
2875
  {
2907
- "file": "lib\\models\\addon.js",
2876
+ "file": "lib/models/addon.js",
2908
2877
  "line": 782,
2909
2878
  "description": "Returns the tree for this addon's templates",
2910
2879
  "access": "public",
@@ -2926,7 +2895,7 @@
2926
2895
  "module": "ember-cli"
2927
2896
  },
2928
2897
  {
2929
- "file": "lib\\models\\addon.js",
2898
+ "file": "lib/models/addon.js",
2930
2899
  "line": 794,
2931
2900
  "description": "Returns a tree for this addon",
2932
2901
  "access": "public",
@@ -2951,7 +2920,7 @@
2951
2920
  "module": "ember-cli"
2952
2921
  },
2953
2922
  {
2954
- "file": "lib\\models\\addon.js",
2923
+ "file": "lib/models/addon.js",
2955
2924
  "line": 825,
2956
2925
  "description": "Returns the tree for all style files",
2957
2926
  "access": "public",
@@ -2973,7 +2942,7 @@
2973
2942
  "module": "ember-cli"
2974
2943
  },
2975
2944
  {
2976
- "file": "lib\\models\\addon.js",
2945
+ "file": "lib/models/addon.js",
2977
2946
  "line": 844,
2978
2947
  "description": "Returns the tree for all vendor files",
2979
2948
  "access": "public",
@@ -2995,7 +2964,7 @@
2995
2964
  "module": "ember-cli"
2996
2965
  },
2997
2966
  {
2998
- "file": "lib\\models\\addon.js",
2967
+ "file": "lib/models/addon.js",
2999
2968
  "line": 856,
3000
2969
  "description": "Returns the tree for all test support files",
3001
2970
  "access": "public",
@@ -3017,7 +2986,7 @@
3017
2986
  "module": "ember-cli"
3018
2987
  },
3019
2988
  {
3020
- "file": "lib\\models\\addon.js",
2989
+ "file": "lib/models/addon.js",
3021
2990
  "line": 868,
3022
2991
  "description": "Returns the tree for all public files",
3023
2992
  "access": "public",
@@ -3039,7 +3008,7 @@
3039
3008
  "module": "ember-cli"
3040
3009
  },
3041
3010
  {
3042
- "file": "lib\\models\\addon.js",
3011
+ "file": "lib/models/addon.js",
3043
3012
  "line": 888,
3044
3013
  "description": "Returns the tree for all test files namespaced to a given addon.",
3045
3014
  "access": "public",
@@ -3061,7 +3030,7 @@
3061
3030
  "module": "ember-cli"
3062
3031
  },
3063
3032
  {
3064
- "file": "lib\\models\\addon.js",
3033
+ "file": "lib/models/addon.js",
3065
3034
  "line": 922,
3066
3035
  "description": "Runs the styles tree through preprocessors.",
3067
3036
  "access": "private",
@@ -3083,7 +3052,7 @@
3083
3052
  "module": "ember-cli"
3084
3053
  },
3085
3054
  {
3086
- "file": "lib\\models\\addon.js",
3055
+ "file": "lib/models/addon.js",
3087
3056
  "line": 947,
3088
3057
  "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.",
3089
3058
  "access": "private",
@@ -3098,7 +3067,7 @@
3098
3067
  "module": "ember-cli"
3099
3068
  },
3100
3069
  {
3101
- "file": "lib\\models\\addon.js",
3070
+ "file": "lib/models/addon.js",
3102
3071
  "line": 961,
3103
3072
  "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.",
3104
3073
  "access": "private",
@@ -3113,7 +3082,7 @@
3113
3082
  "module": "ember-cli"
3114
3083
  },
3115
3084
  {
3116
- "file": "lib\\models\\addon.js",
3085
+ "file": "lib/models/addon.js",
3117
3086
  "line": 1079,
3118
3087
  "description": "Runs the templates tree through preprocessors.",
3119
3088
  "access": "private",
@@ -3135,7 +3104,7 @@
3135
3104
  "module": "ember-cli"
3136
3105
  },
3137
3106
  {
3138
- "file": "lib\\models\\addon.js",
3107
+ "file": "lib/models/addon.js",
3139
3108
  "line": 1113,
3140
3109
  "description": "Runs the addon tree through preprocessors.",
3141
3110
  "access": "private",
@@ -3157,7 +3126,7 @@
3157
3126
  "module": "ember-cli"
3158
3127
  },
3159
3128
  {
3160
- "file": "lib\\models\\addon.js",
3129
+ "file": "lib/models/addon.js",
3161
3130
  "line": 1157,
3162
3131
  "description": "Returns a tree with JSHint output for all addon JS.",
3163
3132
  "access": "private",
@@ -3172,7 +3141,7 @@
3172
3141
  "module": "ember-cli"
3173
3142
  },
3174
3143
  {
3175
- "file": "lib\\models\\addon.js",
3144
+ "file": "lib/models/addon.js",
3176
3145
  "line": 1223,
3177
3146
  "description": "Preprocesses a javascript tree.",
3178
3147
  "access": "private",
@@ -3187,7 +3156,7 @@
3187
3156
  "module": "ember-cli"
3188
3157
  },
3189
3158
  {
3190
- "file": "lib\\models\\addon.js",
3159
+ "file": "lib/models/addon.js",
3191
3160
  "line": 1234,
3192
3161
  "description": "Returns a tree with all javascript for this addon.",
3193
3162
  "access": "private",
@@ -3209,7 +3178,7 @@
3209
3178
  "module": "ember-cli"
3210
3179
  },
3211
3180
  {
3212
- "file": "lib\\models\\addon.js",
3181
+ "file": "lib/models/addon.js",
3213
3182
  "line": 1263,
3214
3183
  "description": "Returns the module name for this addon.",
3215
3184
  "access": "public",
@@ -3224,7 +3193,7 @@
3224
3193
  "module": "ember-cli"
3225
3194
  },
3226
3195
  {
3227
- "file": "lib\\models\\addon.js",
3196
+ "file": "lib/models/addon.js",
3228
3197
  "line": 1278,
3229
3198
  "description": "Returns the path for addon blueprints.",
3230
3199
  "access": "public",
@@ -3242,7 +3211,7 @@
3242
3211
  "module": "ember-cli"
3243
3212
  },
3244
3213
  {
3245
- "file": "lib\\models\\addon.js",
3214
+ "file": "lib/models/addon.js",
3246
3215
  "line": 1296,
3247
3216
  "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",
3248
3217
  "access": "public",
@@ -3272,7 +3241,7 @@
3272
3241
  "module": "ember-cli"
3273
3242
  },
3274
3243
  {
3275
- "file": "lib\\models\\addon.js",
3244
+ "file": "lib/models/addon.js",
3276
3245
  "line": 1335,
3277
3246
  "access": "public",
3278
3247
  "tagname": "",
@@ -3286,7 +3255,7 @@
3286
3255
  "module": "ember-cli"
3287
3256
  },
3288
3257
  {
3289
- "file": "lib\\models\\addon.js",
3258
+ "file": "lib/models/addon.js",
3290
3259
  "line": 1345,
3291
3260
  "access": "public",
3292
3261
  "tagname": "",
@@ -3300,7 +3269,7 @@
3300
3269
  "module": "ember-cli"
3301
3270
  },
3302
3271
  {
3303
- "file": "lib\\models\\addon.js",
3272
+ "file": "lib/models/addon.js",
3304
3273
  "line": 1354,
3305
3274
  "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",
3306
3275
  "access": "public",
@@ -3325,7 +3294,7 @@
3325
3294
  "module": "ember-cli"
3326
3295
  },
3327
3296
  {
3328
- "file": "lib\\models\\addon.js",
3297
+ "file": "lib/models/addon.js",
3329
3298
  "line": 1386,
3330
3299
  "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",
3331
3300
  "access": "public",
@@ -3343,7 +3312,7 @@
3343
3312
  "module": "ember-cli"
3344
3313
  },
3345
3314
  {
3346
- "file": "lib\\models\\addon.js",
3315
+ "file": "lib/models/addon.js",
3347
3316
  "line": 1410,
3348
3317
  "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`.",
3349
3318
  "access": "public",
@@ -3362,7 +3331,7 @@
3362
3331
  "module": "ember-cli"
3363
3332
  },
3364
3333
  {
3365
- "file": "lib\\models\\addon.js",
3334
+ "file": "lib/models/addon.js",
3366
3335
  "line": 1454,
3367
3336
  "description": "Pre-process a tree\n\n#### Uses:\n\n- removing / adding files from the build.",
3368
3337
  "access": "public",
@@ -3389,7 +3358,7 @@
3389
3358
  "module": "ember-cli"
3390
3359
  },
3391
3360
  {
3392
- "file": "lib\\models\\addon.js",
3361
+ "file": "lib/models/addon.js",
3393
3362
  "line": 1468,
3394
3363
  "description": "Post-process a tree",
3395
3364
  "access": "public",
@@ -3419,7 +3388,7 @@
3419
3388
  "module": "ember-cli"
3420
3389
  },
3421
3390
  {
3422
- "file": "lib\\models\\addon.js",
3391
+ "file": "lib/models/addon.js",
3423
3392
  "line": 1481,
3424
3393
  "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.",
3425
3394
  "access": "public",
@@ -3440,7 +3409,7 @@
3440
3409
  "module": "ember-cli"
3441
3410
  },
3442
3411
  {
3443
- "file": "lib\\models\\addon.js",
3412
+ "file": "lib/models/addon.js",
3444
3413
  "line": 1520,
3445
3414
  "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",
3446
3415
  "access": "public",
@@ -3458,7 +3427,7 @@
3458
3427
  "module": "ember-cli"
3459
3428
  },
3460
3429
  {
3461
- "file": "lib\\models\\addon.js",
3430
+ "file": "lib/models/addon.js",
3462
3431
  "line": 1535,
3463
3432
  "description": "This hook is called before a build takes place.",
3464
3433
  "access": "public",
@@ -3476,7 +3445,7 @@
3476
3445
  "module": "ember-cli"
3477
3446
  },
3478
3447
  {
3479
- "file": "lib\\models\\addon.js",
3448
+ "file": "lib/models/addon.js",
3480
3449
  "line": 1543,
3481
3450
  "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",
3482
3451
  "access": "public",
@@ -3494,7 +3463,7 @@
3494
3463
  "module": "ember-cli"
3495
3464
  },
3496
3465
  {
3497
- "file": "lib\\models\\addon.js",
3466
+ "file": "lib/models/addon.js",
3498
3467
  "line": 1559,
3499
3468
  "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",
3500
3469
  "access": "public",
@@ -3515,7 +3484,7 @@
3515
3484
  "module": "ember-cli"
3516
3485
  },
3517
3486
  {
3518
- "file": "lib\\models\\addon.js",
3487
+ "file": "lib/models/addon.js",
3519
3488
  "line": 1576,
3520
3489
  "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",
3521
3490
  "access": "public",
@@ -3536,7 +3505,7 @@
3536
3505
  "module": "ember-cli"
3537
3506
  },
3538
3507
  {
3539
- "file": "lib\\models\\addon.js",
3508
+ "file": "lib/models/addon.js",
3540
3509
  "line": 1592,
3541
3510
  "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.",
3542
3511
  "access": "public",
@@ -3561,7 +3530,7 @@
3561
3530
  "module": "ember-cli"
3562
3531
  },
3563
3532
  {
3564
- "file": "lib\\models\\addon.js",
3533
+ "file": "lib/models/addon.js",
3565
3534
  "line": 1634,
3566
3535
  "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",
3567
3536
  "access": "public",
@@ -3587,7 +3556,7 @@
3587
3556
  "module": "ember-cli"
3588
3557
  },
3589
3558
  {
3590
- "file": "lib\\models\\addon.js",
3559
+ "file": "lib/models/addon.js",
3591
3560
  "line": 1653,
3592
3561
  "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`",
3593
3562
  "access": "public",
@@ -3615,7 +3584,7 @@
3615
3584
  "module": "ember-cli"
3616
3585
  },
3617
3586
  {
3618
- "file": "lib\\models\\blueprint.js",
3587
+ "file": "lib/models/blueprint.js",
3619
3588
  "line": 198,
3620
3589
  "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.",
3621
3590
  "access": "public",
@@ -3627,7 +3596,7 @@
3627
3596
  "module": "ember-cli"
3628
3597
  },
3629
3598
  {
3630
- "file": "lib\\models\\blueprint.js",
3599
+ "file": "lib/models/blueprint.js",
3631
3600
  "line": 219,
3632
3601
  "description": "Process the options object coming from either\nthe `init`, `install` or `uninstall` hook.",
3633
3602
  "access": "private",
@@ -3645,7 +3614,7 @@
3645
3614
  "module": "ember-cli"
3646
3615
  },
3647
3616
  {
3648
- "file": "lib\\models\\blueprint.js",
3617
+ "file": "lib/models/blueprint.js",
3649
3618
  "line": 235,
3650
3619
  "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.",
3651
3620
  "access": "public",
@@ -3667,7 +3636,7 @@
3667
3636
  "module": "ember-cli"
3668
3637
  },
3669
3638
  {
3670
- "file": "lib\\models\\blueprint.js",
3639
+ "file": "lib/models/blueprint.js",
3671
3640
  "line": 252,
3672
3641
  "description": "Used to retrieve files for blueprint.",
3673
3642
  "access": "public",
@@ -3689,7 +3658,7 @@
3689
3658
  "module": "ember-cli"
3690
3659
  },
3691
3660
  {
3692
- "file": "lib\\models\\blueprint.js",
3661
+ "file": "lib/models/blueprint.js",
3693
3662
  "line": 275,
3694
3663
  "itemtype": "method",
3695
3664
  "name": "srcPath",
@@ -3708,7 +3677,7 @@
3708
3677
  "module": "ember-cli"
3709
3678
  },
3710
3679
  {
3711
- "file": "lib\\models\\blueprint.js",
3680
+ "file": "lib/models/blueprint.js",
3712
3681
  "line": 284,
3713
3682
  "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.",
3714
3683
  "access": "public",
@@ -3730,7 +3699,7 @@
3730
3699
  "module": "ember-cli"
3731
3700
  },
3732
3701
  {
3733
- "file": "lib\\models\\blueprint.js",
3702
+ "file": "lib/models/blueprint.js",
3734
3703
  "line": 304,
3735
3704
  "description": "Write a status and message to the UI",
3736
3705
  "access": "private",
@@ -3758,7 +3727,7 @@
3758
3727
  "module": "ember-cli"
3759
3728
  },
3760
3729
  {
3761
- "file": "lib\\models\\blueprint.js",
3730
+ "file": "lib/models/blueprint.js",
3762
3731
  "line": 318,
3763
3732
  "access": "private",
3764
3733
  "tagname": "",
@@ -3779,7 +3748,7 @@
3779
3748
  "module": "ember-cli"
3780
3749
  },
3781
3750
  {
3782
- "file": "lib\\models\\blueprint.js",
3751
+ "file": "lib/models/blueprint.js",
3783
3752
  "line": 330,
3784
3753
  "description": "Actions lookup",
3785
3754
  "access": "private",
@@ -3791,7 +3760,7 @@
3791
3760
  "module": "ember-cli"
3792
3761
  },
3793
3762
  {
3794
- "file": "lib\\models\\blueprint.js",
3763
+ "file": "lib/models/blueprint.js",
3795
3764
  "line": 368,
3796
3765
  "description": "Calls an action.",
3797
3766
  "access": "private",
@@ -3817,7 +3786,7 @@
3817
3786
  "module": "ember-cli"
3818
3787
  },
3819
3788
  {
3820
- "file": "lib\\models\\blueprint.js",
3789
+ "file": "lib/models/blueprint.js",
3821
3790
  "line": 386,
3822
3791
  "description": "Prints warning for pod unsupported.",
3823
3792
  "access": "private",
@@ -3828,7 +3797,7 @@
3828
3797
  "module": "ember-cli"
3829
3798
  },
3830
3799
  {
3831
- "file": "lib\\models\\blueprint.js",
3800
+ "file": "lib/models/blueprint.js",
3832
3801
  "line": 403,
3833
3802
  "access": "private",
3834
3803
  "tagname": "",
@@ -3845,7 +3814,7 @@
3845
3814
  "module": "ember-cli"
3846
3815
  },
3847
3816
  {
3848
- "file": "lib\\models\\blueprint.js",
3817
+ "file": "lib/models/blueprint.js",
3849
3818
  "line": 414,
3850
3819
  "access": "private",
3851
3820
  "tagname": "",
@@ -3862,7 +3831,7 @@
3862
3831
  "module": "ember-cli"
3863
3832
  },
3864
3833
  {
3865
- "file": "lib\\models\\blueprint.js",
3834
+ "file": "lib/models/blueprint.js",
3866
3835
  "line": 443,
3867
3836
  "access": "private",
3868
3837
  "tagname": "",
@@ -3894,7 +3863,7 @@
3894
3863
  "module": "ember-cli"
3895
3864
  },
3896
3865
  {
3897
- "file": "lib\\models\\blueprint.js",
3866
+ "file": "lib/models/blueprint.js",
3898
3867
  "line": 469,
3899
3868
  "access": "private",
3900
3869
  "tagname": "",
@@ -3920,7 +3889,7 @@
3920
3889
  "module": "ember-cli"
3921
3890
  },
3922
3891
  {
3923
- "file": "lib\\models\\blueprint.js",
3892
+ "file": "lib/models/blueprint.js",
3924
3893
  "line": 523,
3925
3894
  "access": "private",
3926
3895
  "tagname": "",
@@ -3941,7 +3910,7 @@
3941
3910
  "module": "ember-cli"
3942
3911
  },
3943
3912
  {
3944
- "file": "lib\\models\\blueprint.js",
3913
+ "file": "lib/models/blueprint.js",
3945
3914
  "line": 543,
3946
3915
  "itemtype": "method",
3947
3916
  "name": "install",
@@ -3960,7 +3929,7 @@
3960
3929
  "module": "ember-cli"
3961
3930
  },
3962
3931
  {
3963
- "file": "lib\\models\\blueprint.js",
3932
+ "file": "lib/models/blueprint.js",
3964
3933
  "line": 570,
3965
3934
  "itemtype": "method",
3966
3935
  "name": "uninstall",
@@ -3979,7 +3948,7 @@
3979
3948
  "module": "ember-cli"
3980
3949
  },
3981
3950
  {
3982
- "file": "lib\\models\\blueprint.js",
3951
+ "file": "lib/models/blueprint.js",
3983
3952
  "line": 592,
3984
3953
  "description": "Hook for running operations before install.",
3985
3954
  "itemtype": "method",
@@ -3992,7 +3961,7 @@
3992
3961
  "module": "ember-cli"
3993
3962
  },
3994
3963
  {
3995
- "file": "lib\\models\\blueprint.js",
3964
+ "file": "lib/models/blueprint.js",
3996
3965
  "line": 599,
3997
3966
  "description": "Hook for running operations after install.",
3998
3967
  "itemtype": "method",
@@ -4005,7 +3974,7 @@
4005
3974
  "module": "ember-cli"
4006
3975
  },
4007
3976
  {
4008
- "file": "lib\\models\\blueprint.js",
3977
+ "file": "lib/models/blueprint.js",
4009
3978
  "line": 606,
4010
3979
  "description": "Hook for running operations before uninstall.",
4011
3980
  "itemtype": "method",
@@ -4018,7 +3987,7 @@
4018
3987
  "module": "ember-cli"
4019
3988
  },
4020
3989
  {
4021
- "file": "lib\\models\\blueprint.js",
3990
+ "file": "lib/models/blueprint.js",
4022
3991
  "line": 613,
4023
3992
  "description": "Hook for running operations after uninstall.",
4024
3993
  "itemtype": "method",
@@ -4031,7 +4000,7 @@
4031
4000
  "module": "ember-cli"
4032
4001
  },
4033
4002
  {
4034
- "file": "lib\\models\\blueprint.js",
4003
+ "file": "lib/models/blueprint.js",
4035
4004
  "line": 622,
4036
4005
  "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.",
4037
4006
  "access": "public",
@@ -4053,7 +4022,7 @@
4053
4022
  "module": "ember-cli"
4054
4023
  },
4055
4024
  {
4056
- "file": "lib\\models\\blueprint.js",
4025
+ "file": "lib/models/blueprint.js",
4057
4026
  "line": 657,
4058
4027
  "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.",
4059
4028
  "access": "public",
@@ -4068,7 +4037,7 @@
4068
4037
  "module": "ember-cli"
4069
4038
  },
4070
4039
  {
4071
- "file": "lib\\models\\blueprint.js",
4040
+ "file": "lib/models/blueprint.js",
4072
4041
  "line": 685,
4073
4042
  "access": "private",
4074
4043
  "tagname": "",
@@ -4089,7 +4058,7 @@
4089
4058
  "module": "ember-cli"
4090
4059
  },
4091
4060
  {
4092
- "file": "lib\\models\\blueprint.js",
4061
+ "file": "lib/models/blueprint.js",
4093
4062
  "line": 741,
4094
4063
  "description": "Used to generate fileMap tokens for mapFile.",
4095
4064
  "itemtype": "method",
@@ -4109,7 +4078,7 @@
4109
4078
  "module": "ember-cli"
4110
4079
  },
4111
4080
  {
4112
- "file": "lib\\models\\blueprint.js",
4081
+ "file": "lib/models/blueprint.js",
4113
4082
  "line": 756,
4114
4083
  "itemtype": "method",
4115
4084
  "name": "buildFileInfo",
@@ -4138,7 +4107,7 @@
4138
4107
  "module": "ember-cli"
4139
4108
  },
4140
4109
  {
4141
- "file": "lib\\models\\blueprint.js",
4110
+ "file": "lib/models/blueprint.js",
4142
4111
  "line": 777,
4143
4112
  "itemtype": "method",
4144
4113
  "name": "isUpdate",
@@ -4150,7 +4119,7 @@
4150
4119
  "module": "ember-cli"
4151
4120
  },
4152
4121
  {
4153
- "file": "lib\\models\\blueprint.js",
4122
+ "file": "lib/models/blueprint.js",
4154
4123
  "line": 787,
4155
4124
  "access": "private",
4156
4125
  "tagname": "",
@@ -4181,7 +4150,7 @@
4181
4150
  "module": "ember-cli"
4182
4151
  },
4183
4152
  {
4184
- "file": "lib\\models\\blueprint.js",
4153
+ "file": "lib/models/blueprint.js",
4185
4154
  "line": 799,
4186
4155
  "description": "Add update files to ignored files or reset them",
4187
4156
  "access": "private",
@@ -4192,7 +4161,7 @@
4192
4161
  "module": "ember-cli"
4193
4162
  },
4194
4163
  {
4195
- "file": "lib\\models\\blueprint.js",
4164
+ "file": "lib/models/blueprint.js",
4196
4165
  "line": 812,
4197
4166
  "access": "private",
4198
4167
  "tagname": "",
@@ -4213,7 +4182,7 @@
4213
4182
  "module": "ember-cli"
4214
4183
  },
4215
4184
  {
4216
- "file": "lib\\models\\blueprint.js",
4185
+ "file": "lib/models/blueprint.js",
4217
4186
  "line": 825,
4218
4187
  "access": "private",
4219
4188
  "tagname": "",
@@ -4235,7 +4204,7 @@
4235
4204
  "module": "ember-cli"
4236
4205
  },
4237
4206
  {
4238
- "file": "lib\\models\\blueprint.js",
4207
+ "file": "lib/models/blueprint.js",
4239
4208
  "line": 839,
4240
4209
  "itemtype": "method",
4241
4210
  "name": "processFiles",
@@ -4259,7 +4228,7 @@
4259
4228
  "module": "ember-cli"
4260
4229
  },
4261
4230
  {
4262
- "file": "lib\\models\\blueprint.js",
4231
+ "file": "lib/models/blueprint.js",
4263
4232
  "line": 872,
4264
4233
  "itemtype": "method",
4265
4234
  "name": "processFilesForUninstall",
@@ -4279,7 +4248,7 @@
4279
4248
  "module": "ember-cli"
4280
4249
  },
4281
4250
  {
4282
- "file": "lib\\models\\blueprint.js",
4251
+ "file": "lib/models/blueprint.js",
4283
4252
  "line": 923,
4284
4253
  "itemtype": "method",
4285
4254
  "name": "mapFile",
@@ -4302,7 +4271,7 @@
4302
4271
  "module": "ember-cli"
4303
4272
  },
4304
4273
  {
4305
- "file": "lib\\models\\blueprint.js",
4274
+ "file": "lib/models/blueprint.js",
4306
4275
  "line": 940,
4307
4276
  "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`",
4308
4277
  "access": "private",
@@ -4317,7 +4286,7 @@
4317
4286
  "module": "ember-cli"
4318
4287
  },
4319
4288
  {
4320
- "file": "lib\\models\\blueprint.js",
4289
+ "file": "lib/models/blueprint.js",
4321
4290
  "line": 952,
4322
4291
  "access": "private",
4323
4292
  "tagname": "",
@@ -4347,7 +4316,7 @@
4347
4316
  "module": "ember-cli"
4348
4317
  },
4349
4318
  {
4350
- "file": "lib\\models\\blueprint.js",
4319
+ "file": "lib/models/blueprint.js",
4351
4320
  "line": 982,
4352
4321
  "access": "private",
4353
4322
  "tagname": "",
@@ -4368,7 +4337,7 @@
4368
4337
  "module": "ember-cli"
4369
4338
  },
4370
4339
  {
4371
- "file": "lib\\models\\blueprint.js",
4340
+ "file": "lib/models/blueprint.js",
4372
4341
  "line": 1015,
4373
4342
  "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.",
4374
4343
  "itemtype": "method",
@@ -4393,7 +4362,7 @@
4393
4362
  "module": "ember-cli"
4394
4363
  },
4395
4364
  {
4396
- "file": "lib\\models\\blueprint.js",
4365
+ "file": "lib/models/blueprint.js",
4397
4366
  "line": 1037,
4398
4367
  "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.",
4399
4368
  "itemtype": "method",
@@ -4416,7 +4385,7 @@
4416
4385
  "module": "ember-cli"
4417
4386
  },
4418
4387
  {
4419
- "file": "lib\\models\\blueprint.js",
4388
+ "file": "lib/models/blueprint.js",
4420
4389
  "line": 1086,
4421
4390
  "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.",
4422
4391
  "itemtype": "method",
@@ -4436,7 +4405,7 @@
4436
4405
  "module": "ember-cli"
4437
4406
  },
4438
4407
  {
4439
- "file": "lib\\models\\blueprint.js",
4408
+ "file": "lib/models/blueprint.js",
4440
4409
  "line": 1103,
4441
4410
  "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.",
4442
4411
  "itemtype": "method",
@@ -4456,7 +4425,7 @@
4456
4425
  "module": "ember-cli"
4457
4426
  },
4458
4427
  {
4459
- "file": "lib\\models\\blueprint.js",
4428
+ "file": "lib/models/blueprint.js",
4460
4429
  "line": 1144,
4461
4430
  "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.",
4462
4431
  "itemtype": "method",
@@ -4476,7 +4445,7 @@
4476
4445
  "module": "ember-cli"
4477
4446
  },
4478
4447
  {
4479
- "file": "lib\\models\\blueprint.js",
4448
+ "file": "lib/models/blueprint.js",
4480
4449
  "line": 1164,
4481
4450
  "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.",
4482
4451
  "itemtype": "method",
@@ -4496,9 +4465,9 @@
4496
4465
  "module": "ember-cli"
4497
4466
  },
4498
4467
  {
4499
- "file": "lib\\models\\blueprint.js",
4468
+ "file": "lib/models/blueprint.js",
4500
4469
  "line": 1241,
4501
- "description": "Used to retrieve a task with the given name. Passes the new task\nthe standard information available (like `ui`, `analytics`, `project`, etc).",
4470
+ "description": "Used to retrieve a task with the given name. Passes the new task\nthe standard information available (like `ui`, `project`, etc).",
4502
4471
  "itemtype": "method",
4503
4472
  "name": "taskFor",
4504
4473
  "params": [
@@ -4513,8 +4482,8 @@
4513
4482
  "module": "ember-cli"
4514
4483
  },
4515
4484
  {
4516
- "file": "lib\\models\\blueprint.js",
4517
- "line": 1259,
4485
+ "file": "lib/models/blueprint.js",
4486
+ "line": 1258,
4518
4487
  "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```",
4519
4488
  "itemtype": "method",
4520
4489
  "name": "insertIntoFile",
@@ -4543,8 +4512,8 @@
4543
4512
  "module": "ember-cli"
4544
4513
  },
4545
4514
  {
4546
- "file": "lib\\models\\blueprint.js",
4547
- "line": 1363,
4515
+ "file": "lib/models/blueprint.js",
4516
+ "line": 1362,
4548
4517
  "description": "Used to retrieve a blueprint with the given name.",
4549
4518
  "itemtype": "method",
4550
4519
  "name": "lookupBlueprint",
@@ -4565,8 +4534,8 @@
4565
4534
  "module": "ember-cli"
4566
4535
  },
4567
4536
  {
4568
- "file": "lib\\models\\blueprint.js",
4569
- "line": 1380,
4537
+ "file": "lib/models/blueprint.js",
4538
+ "line": 1379,
4570
4539
  "static": 1,
4571
4540
  "itemtype": "method",
4572
4541
  "name": "lookup",
@@ -4612,8 +4581,8 @@
4612
4581
  "namespace": "Blueprint"
4613
4582
  },
4614
4583
  {
4615
- "file": "lib\\models\\blueprint.js",
4616
- "line": 1421,
4584
+ "file": "lib/models/blueprint.js",
4585
+ "line": 1420,
4617
4586
  "description": "Loads a blueprint from given path.",
4618
4587
  "static": 1,
4619
4588
  "itemtype": "method",
@@ -4640,8 +4609,8 @@
4640
4609
  "namespace": "Blueprint"
4641
4610
  },
4642
4611
  {
4643
- "file": "lib\\models\\blueprint.js",
4644
- "line": 1449,
4612
+ "file": "lib/models/blueprint.js",
4613
+ "line": 1448,
4645
4614
  "static": 1,
4646
4615
  "itemtype": "method",
4647
4616
  "name": "list",
@@ -4670,8 +4639,8 @@
4670
4639
  "namespace": "Blueprint"
4671
4640
  },
4672
4641
  {
4673
- "file": "lib\\models\\blueprint.js",
4674
- "line": 1498,
4642
+ "file": "lib/models/blueprint.js",
4643
+ "line": 1497,
4675
4644
  "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.",
4676
4645
  "static": 1,
4677
4646
  "itemtype": "property",
@@ -4681,8 +4650,8 @@
4681
4650
  "namespace": "Blueprint"
4682
4651
  },
4683
4652
  {
4684
- "file": "lib\\models\\blueprint.js",
4685
- "line": 1513,
4653
+ "file": "lib/models/blueprint.js",
4654
+ "line": 1512,
4686
4655
  "static": 1,
4687
4656
  "itemtype": "property",
4688
4657
  "name": "ignoredFiles",
@@ -4691,8 +4660,8 @@
4691
4660
  "namespace": "Blueprint"
4692
4661
  },
4693
4662
  {
4694
- "file": "lib\\models\\blueprint.js",
4695
- "line": 1519,
4663
+ "file": "lib/models/blueprint.js",
4664
+ "line": 1518,
4696
4665
  "static": 1,
4697
4666
  "itemtype": "property",
4698
4667
  "name": "ignoredUpdateFiles",
@@ -4701,8 +4670,8 @@
4701
4670
  "namespace": "Blueprint"
4702
4671
  },
4703
4672
  {
4704
- "file": "lib\\models\\blueprint.js",
4705
- "line": 1525,
4673
+ "file": "lib/models/blueprint.js",
4674
+ "line": 1524,
4706
4675
  "static": 1,
4707
4676
  "itemtype": "property",
4708
4677
  "name": "defaultLookupPaths",
@@ -4711,8 +4680,8 @@
4711
4680
  "namespace": "Blueprint"
4712
4681
  },
4713
4682
  {
4714
- "file": "lib\\models\\blueprint.js",
4715
- "line": 1533,
4683
+ "file": "lib/models/blueprint.js",
4684
+ "line": 1532,
4716
4685
  "access": "private",
4717
4686
  "tagname": "",
4718
4687
  "itemtype": "method",
@@ -4733,8 +4702,8 @@
4733
4702
  "namespace": "Blueprint"
4734
4703
  },
4735
4704
  {
4736
- "file": "lib\\models\\blueprint.js",
4737
- "line": 1546,
4705
+ "file": "lib/models/blueprint.js",
4706
+ "line": 1545,
4738
4707
  "access": "private",
4739
4708
  "tagname": "",
4740
4709
  "itemtype": "method",
@@ -4751,8 +4720,8 @@
4751
4720
  "namespace": "Blueprint"
4752
4721
  },
4753
4722
  {
4754
- "file": "lib\\models\\blueprint.js",
4755
- "line": 1557,
4723
+ "file": "lib/models/blueprint.js",
4724
+ "line": 1556,
4756
4725
  "access": "private",
4757
4726
  "tagname": "",
4758
4727
  "itemtype": "method",
@@ -4769,8 +4738,8 @@
4769
4738
  "namespace": "Blueprint"
4770
4739
  },
4771
4740
  {
4772
- "file": "lib\\models\\blueprint.js",
4773
- "line": 1566,
4741
+ "file": "lib/models/blueprint.js",
4742
+ "line": 1565,
4774
4743
  "access": "private",
4775
4744
  "tagname": "",
4776
4745
  "itemtype": "method",
@@ -4796,8 +4765,8 @@
4796
4765
  "namespace": "Blueprint"
4797
4766
  },
4798
4767
  {
4799
- "file": "lib\\models\\blueprint.js",
4800
- "line": 1580,
4768
+ "file": "lib/models/blueprint.js",
4769
+ "line": 1579,
4801
4770
  "access": "private",
4802
4771
  "tagname": "",
4803
4772
  "itemtype": "method",
@@ -4818,8 +4787,8 @@
4818
4787
  "namespace": "Blueprint"
4819
4788
  },
4820
4789
  {
4821
- "file": "lib\\models\\blueprint.js",
4822
- "line": 1592,
4790
+ "file": "lib/models/blueprint.js",
4791
+ "line": 1591,
4823
4792
  "description": "Combines provided lookup paths with defaults and removes\nduplicates.",
4824
4793
  "access": "private",
4825
4794
  "tagname": "",
@@ -4841,8 +4810,8 @@
4841
4810
  "namespace": "Blueprint"
4842
4811
  },
4843
4812
  {
4844
- "file": "lib\\models\\blueprint.js",
4845
- "line": 1607,
4813
+ "file": "lib/models/blueprint.js",
4814
+ "line": 1606,
4846
4815
  "description": "Looks for a __path__ token in the files folder. Must be present for\nthe blueprint to support pod tokens.",
4847
4816
  "access": "private",
4848
4817
  "tagname": "",
@@ -4864,8 +4833,8 @@
4864
4833
  "namespace": "Blueprint"
4865
4834
  },
4866
4835
  {
4867
- "file": "lib\\models\\blueprint.js",
4868
- "line": 1646,
4836
+ "file": "lib/models/blueprint.js",
4837
+ "line": 1645,
4869
4838
  "access": "private",
4870
4839
  "tagname": "",
4871
4840
  "itemtype": "method",
@@ -4886,8 +4855,8 @@
4886
4855
  "namespace": "Blueprint"
4887
4856
  },
4888
4857
  {
4889
- "file": "lib\\models\\blueprint.js",
4890
- "line": 1660,
4858
+ "file": "lib/models/blueprint.js",
4859
+ "line": 1659,
4891
4860
  "access": "private",
4892
4861
  "tagname": "",
4893
4862
  "itemtype": "method",
@@ -4908,8 +4877,8 @@
4908
4877
  "namespace": "Blueprint"
4909
4878
  },
4910
4879
  {
4911
- "file": "lib\\models\\blueprint.js",
4912
- "line": 1670,
4880
+ "file": "lib/models/blueprint.js",
4881
+ "line": 1669,
4913
4882
  "access": "private",
4914
4883
  "tagname": "",
4915
4884
  "itemtype": "method",
@@ -4923,8 +4892,8 @@
4923
4892
  "namespace": "Blueprint"
4924
4893
  },
4925
4894
  {
4926
- "file": "lib\\models\\blueprint.js",
4927
- "line": 1683,
4895
+ "file": "lib/models/blueprint.js",
4896
+ "line": 1682,
4928
4897
  "access": "private",
4929
4898
  "tagname": "",
4930
4899
  "itemtype": "method",
@@ -4945,7 +4914,7 @@
4945
4914
  "namespace": "Blueprint"
4946
4915
  },
4947
4916
  {
4948
- "file": "lib\\models\\builder.js",
4917
+ "file": "lib/models/builder.js",
4949
4918
  "line": 39,
4950
4919
  "access": "private",
4951
4920
  "tagname": "",
@@ -4961,7 +4930,7 @@
4961
4930
  "module": "ember-cli"
4962
4931
  },
4963
4932
  {
4964
- "file": "lib\\models\\builder.js",
4933
+ "file": "lib/models/builder.js",
4965
4934
  "line": 60,
4966
4935
  "access": "private",
4967
4936
  "tagname": "",
@@ -4971,7 +4940,7 @@
4971
4940
  "module": "ember-cli"
4972
4941
  },
4973
4942
  {
4974
- "file": "lib\\models\\builder.js",
4943
+ "file": "lib/models/builder.js",
4975
4944
  "line": 98,
4976
4945
  "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`.",
4977
4946
  "access": "private",
@@ -4993,7 +4962,7 @@
4993
4962
  "module": "ember-cli"
4994
4963
  },
4995
4964
  {
4996
- "file": "lib\\models\\builder.js",
4965
+ "file": "lib/models/builder.js",
4997
4966
  "line": 120,
4998
4967
  "access": "private",
4999
4968
  "tagname": "",
@@ -5010,7 +4979,7 @@
5010
4979
  "module": "ember-cli"
5011
4980
  },
5012
4981
  {
5013
- "file": "lib\\models\\builder.js",
4982
+ "file": "lib/models/builder.js",
5014
4983
  "line": 144,
5015
4984
  "access": "private",
5016
4985
  "tagname": "",
@@ -5034,7 +5003,7 @@
5034
5003
  "module": "ember-cli"
5035
5004
  },
5036
5005
  {
5037
- "file": "lib\\models\\builder.js",
5006
+ "file": "lib/models/builder.js",
5038
5007
  "line": 169,
5039
5008
  "access": "private",
5040
5009
  "tagname": "",
@@ -5048,7 +5017,7 @@
5048
5017
  "module": "ember-cli"
5049
5018
  },
5050
5019
  {
5051
- "file": "lib\\models\\builder.js",
5020
+ "file": "lib/models/builder.js",
5052
5021
  "line": 244,
5053
5022
  "description": "Delegates to the `cleanup` method of the wrapped Broccoli builder.",
5054
5023
  "access": "private",
@@ -5063,7 +5032,7 @@
5063
5032
  "module": "ember-cli"
5064
5033
  },
5065
5034
  {
5066
- "file": "lib\\models\\builder.js",
5035
+ "file": "lib/models/builder.js",
5067
5036
  "line": 276,
5068
5037
  "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",
5069
5038
  "access": "private",
@@ -5074,7 +5043,7 @@
5074
5043
  "module": "ember-cli"
5075
5044
  },
5076
5045
  {
5077
- "file": "lib\\models\\command.js",
5046
+ "file": "lib/models/command.js",
5078
5047
  "line": 51,
5079
5048
  "description": "The description of what this command does.",
5080
5049
  "final": 1,
@@ -5085,7 +5054,7 @@
5085
5054
  "module": "ember-cli"
5086
5055
  },
5087
5056
  {
5088
- "file": "lib\\models\\command.js",
5057
+ "file": "lib/models/command.js",
5089
5058
  "line": 60,
5090
5059
  "description": "Does this command work everywhere or just inside or outside of projects.\n\nPossible values:\n\n- `insideProject`\n- `outsideProject`\n- `everywhere`",
5091
5060
  "final": 1,
@@ -5097,7 +5066,7 @@
5097
5066
  "module": "ember-cli"
5098
5067
  },
5099
5068
  {
5100
- "file": "lib\\models\\command.js",
5069
+ "file": "lib/models/command.js",
5101
5070
  "line": 81,
5102
5071
  "final": 1,
5103
5072
  "itemtype": "property",
@@ -5107,7 +5076,7 @@
5107
5076
  "module": "ember-cli"
5108
5077
  },
5109
5078
  {
5110
- "file": "lib\\models\\command.js",
5079
+ "file": "lib/models/command.js",
5111
5080
  "line": 88,
5112
5081
  "description": "The name of the command.",
5113
5082
  "final": 1,
@@ -5121,7 +5090,7 @@
5121
5090
  "module": "ember-cli"
5122
5091
  },
5123
5092
  {
5124
- "file": "lib\\models\\command.js",
5093
+ "file": "lib/models/command.js",
5125
5094
  "line": 100,
5126
5095
  "description": "An array of aliases for the command",
5127
5096
  "final": 1,
@@ -5135,7 +5104,7 @@
5135
5104
  "module": "ember-cli"
5136
5105
  },
5137
5106
  {
5138
- "file": "lib\\models\\command.js",
5107
+ "file": "lib/models/command.js",
5139
5108
  "line": 117,
5140
5109
  "description": "An array of available options for the command",
5141
5110
  "final": 1,
@@ -5149,7 +5118,7 @@
5149
5118
  "module": "ember-cli"
5150
5119
  },
5151
5120
  {
5152
- "file": "lib\\models\\command.js",
5121
+ "file": "lib/models/command.js",
5153
5122
  "line": 137,
5154
5123
  "description": "An array of anonymous options for the command",
5155
5124
  "final": 1,
@@ -5163,7 +5132,7 @@
5163
5132
  "module": "ember-cli"
5164
5133
  },
5165
5134
  {
5166
- "file": "lib\\models\\command.js",
5135
+ "file": "lib/models/command.js",
5167
5136
  "line": 153,
5168
5137
  "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.",
5169
5138
  "itemtype": "method",
@@ -5179,7 +5148,7 @@
5179
5148
  "module": "ember-cli"
5180
5149
  },
5181
5150
  {
5182
- "file": "lib\\models\\command.js",
5151
+ "file": "lib/models/command.js",
5183
5152
  "line": 179,
5184
5153
  "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",
5185
5154
  "itemtype": "method",
@@ -5192,8 +5161,8 @@
5192
5161
  "module": "ember-cli"
5193
5162
  },
5194
5163
  {
5195
- "file": "lib\\models\\command.js",
5196
- "line": 207,
5164
+ "file": "lib/models/command.js",
5165
+ "line": 206,
5197
5166
  "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",
5198
5167
  "access": "private",
5199
5168
  "tagname": "",
@@ -5223,8 +5192,8 @@
5223
5192
  "module": "ember-cli"
5224
5193
  },
5225
5194
  {
5226
- "file": "lib\\models\\command.js",
5227
- "line": 248,
5195
+ "file": "lib/models/command.js",
5196
+ "line": 247,
5228
5197
  "description": "Hook for extending a command before it is run in the cli.run command.\nMost common use case would be to extend availableOptions.",
5229
5198
  "itemtype": "method",
5230
5199
  "name": "beforeRun",
@@ -5236,8 +5205,8 @@
5236
5205
  "module": "ember-cli"
5237
5206
  },
5238
5207
  {
5239
- "file": "lib\\models\\command.js",
5240
- "line": 256,
5208
+ "file": "lib/models/command.js",
5209
+ "line": 255,
5241
5210
  "itemtype": "method",
5242
5211
  "name": "validateAndRun",
5243
5212
  "return": {
@@ -5248,8 +5217,8 @@
5248
5217
  "module": "ember-cli"
5249
5218
  },
5250
5219
  {
5251
- "file": "lib\\models\\command.js",
5252
- "line": 321,
5220
+ "file": "lib/models/command.js",
5221
+ "line": 315,
5253
5222
  "description": "Reports if the given command has a command line option by a given name",
5254
5223
  "itemtype": "method",
5255
5224
  "name": "hasOption",
@@ -5268,8 +5237,8 @@
5268
5237
  "module": "ember-cli"
5269
5238
  },
5270
5239
  {
5271
- "file": "lib\\models\\command.js",
5272
- "line": 337,
5240
+ "file": "lib/models/command.js",
5241
+ "line": 331,
5273
5242
  "description": "Merges any options with duplicate keys in the availableOptions array.\nUsed primarily by registerOptions.",
5274
5243
  "itemtype": "method",
5275
5244
  "name": "mergeDuplicateOption",
@@ -5288,8 +5257,8 @@
5288
5257
  "module": "ember-cli"
5289
5258
  },
5290
5259
  {
5291
- "file": "lib\\models\\command.js",
5292
- "line": 372,
5260
+ "file": "lib/models/command.js",
5261
+ "line": 366,
5293
5262
  "description": "Normalizes option, filling in implicit values",
5294
5263
  "itemtype": "method",
5295
5264
  "name": "normalizeOption",
@@ -5308,8 +5277,8 @@
5308
5277
  "module": "ember-cli"
5309
5278
  },
5310
5279
  {
5311
- "file": "lib\\models\\command.js",
5312
- "line": 384,
5280
+ "file": "lib/models/command.js",
5281
+ "line": 378,
5313
5282
  "description": "Assigns option",
5314
5283
  "itemtype": "method",
5315
5284
  "name": "assignOption",
@@ -5338,8 +5307,8 @@
5338
5307
  "module": "ember-cli"
5339
5308
  },
5340
5309
  {
5341
- "file": "lib\\models\\command.js",
5342
- "line": 417,
5310
+ "file": "lib/models/command.js",
5311
+ "line": 411,
5343
5312
  "description": "Validates option",
5344
5313
  "itemtype": "method",
5345
5314
  "name": "validateOption",
@@ -5358,8 +5327,8 @@
5358
5327
  "module": "ember-cli"
5359
5328
  },
5360
5329
  {
5361
- "file": "lib\\models\\command.js",
5362
- "line": 443,
5330
+ "file": "lib/models/command.js",
5331
+ "line": 437,
5363
5332
  "description": "Parses alias for an option and adds it to optionsAliases",
5364
5333
  "itemtype": "method",
5365
5334
  "name": "parseAlias",
@@ -5383,8 +5352,8 @@
5383
5352
  "module": "ember-cli"
5384
5353
  },
5385
5354
  {
5386
- "file": "lib\\models\\command.js",
5387
- "line": 488,
5355
+ "file": "lib/models/command.js",
5356
+ "line": 482,
5388
5357
  "itemtype": "method",
5389
5358
  "name": "assignAlias",
5390
5359
  "params": [
@@ -5405,8 +5374,8 @@
5405
5374
  "module": "ember-cli"
5406
5375
  },
5407
5376
  {
5408
- "file": "lib\\models\\command.js",
5409
- "line": 503,
5377
+ "file": "lib/models/command.js",
5378
+ "line": 497,
5410
5379
  "description": "Validates alias value",
5411
5380
  "itemtype": "method",
5412
5381
  "name": "validateAlias",
@@ -5425,8 +5394,8 @@
5425
5394
  "module": "ember-cli"
5426
5395
  },
5427
5396
  {
5428
- "file": "lib\\models\\command.js",
5429
- "line": 535,
5397
+ "file": "lib/models/command.js",
5398
+ "line": 529,
5430
5399
  "description": "Parses command arguments and processes",
5431
5400
  "itemtype": "method",
5432
5401
  "name": "parseArgs",
@@ -5445,8 +5414,8 @@
5445
5414
  "module": "ember-cli"
5446
5415
  },
5447
5416
  {
5448
- "file": "lib\\models\\command.js",
5449
- "line": 591,
5417
+ "file": "lib/models/command.js",
5418
+ "line": 585,
5450
5419
  "itemtype": "method",
5451
5420
  "name": "run",
5452
5421
  "params": [
@@ -5459,8 +5428,8 @@
5459
5428
  "module": "ember-cli"
5460
5429
  },
5461
5430
  {
5462
- "file": "lib\\models\\command.js",
5463
- "line": 601,
5431
+ "file": "lib/models/command.js",
5432
+ "line": 595,
5464
5433
  "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.",
5465
5434
  "itemtype": "method",
5466
5435
  "name": "printBasicHelp",
@@ -5468,8 +5437,8 @@
5468
5437
  "module": "ember-cli"
5469
5438
  },
5470
5439
  {
5471
- "file": "lib\\models\\command.js",
5472
- "line": 632,
5440
+ "file": "lib/models/command.js",
5441
+ "line": 626,
5473
5442
  "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.",
5474
5443
  "itemtype": "method",
5475
5444
  "name": "printDetailedHelp",
@@ -5477,8 +5446,8 @@
5477
5446
  "module": "ember-cli"
5478
5447
  },
5479
5448
  {
5480
- "file": "lib\\models\\command.js",
5481
- "line": 642,
5449
+ "file": "lib/models/command.js",
5450
+ "line": 636,
5482
5451
  "itemtype": "method",
5483
5452
  "name": "getJson",
5484
5453
  "params": [
@@ -5496,7 +5465,7 @@
5496
5465
  "module": "ember-cli"
5497
5466
  },
5498
5467
  {
5499
- "file": "lib\\models\\hardware-info.js",
5468
+ "file": "lib/models/hardware-info.js",
5500
5469
  "line": 232,
5501
5470
  "description": "Indicates whether the host is running on battery power. This can cause\nperformance degredation.",
5502
5471
  "access": "private",
@@ -5518,7 +5487,7 @@
5518
5487
  "module": "ember-cli"
5519
5488
  },
5520
5489
  {
5521
- "file": "lib\\models\\hardware-info.js",
5490
+ "file": "lib/models/hardware-info.js",
5522
5491
  "line": 266,
5523
5492
  "description": "Determines the amount of swap/virtual memory currently in use.",
5524
5493
  "access": "private",
@@ -5540,7 +5509,7 @@
5540
5509
  "module": "ember-cli"
5541
5510
  },
5542
5511
  {
5543
- "file": "lib\\models\\hardware-info.js",
5512
+ "file": "lib/models/hardware-info.js",
5544
5513
  "line": 297,
5545
5514
  "description": "Determines the total amount of memory available to the host, as from\n`os.totalmem`.",
5546
5515
  "access": "private",
@@ -5555,7 +5524,7 @@
5555
5524
  "module": "ember-cli"
5556
5525
  },
5557
5526
  {
5558
- "file": "lib\\models\\hardware-info.js",
5527
+ "file": "lib/models/hardware-info.js",
5559
5528
  "line": 309,
5560
5529
  "description": "Determines the amount of memory currently being used by the current Node\nprocess, as from `process.memoryUsage`.",
5561
5530
  "access": "private",
@@ -5570,7 +5539,7 @@
5570
5539
  "module": "ember-cli"
5571
5540
  },
5572
5541
  {
5573
- "file": "lib\\models\\hardware-info.js",
5542
+ "file": "lib/models/hardware-info.js",
5574
5543
  "line": 322,
5575
5544
  "description": "Determines the number of logical processors available to the host, as from\n`os.cpus`.",
5576
5545
  "access": "private",
@@ -5585,7 +5554,7 @@
5585
5554
  "module": "ember-cli"
5586
5555
  },
5587
5556
  {
5588
- "file": "lib\\models\\hardware-info.js",
5557
+ "file": "lib/models/hardware-info.js",
5589
5558
  "line": 334,
5590
5559
  "description": "Determines the average processor load across the system. This is\nexpressed as a fractional number between 0 and the number of logical\nprocessors.",
5591
5560
  "access": "private",
@@ -5607,7 +5576,7 @@
5607
5576
  "module": "ember-cli"
5608
5577
  },
5609
5578
  {
5610
- "file": "lib\\models\\hardware-info.js",
5579
+ "file": "lib/models/hardware-info.js",
5611
5580
  "line": 358,
5612
5581
  "description": "Gets the speed of the host's processors.\n\nIf more than one processor is found, the average of their speeds is taken.",
5613
5582
  "access": "private",
@@ -5622,7 +5591,7 @@
5622
5591
  "module": "ember-cli"
5623
5592
  },
5624
5593
  {
5625
- "file": "lib\\models\\hardware-info.js",
5594
+ "file": "lib/models/hardware-info.js",
5626
5595
  "line": 373,
5627
5596
  "description": "Determines the time since the host was started, as from `os.uptime`.",
5628
5597
  "access": "private",
@@ -5637,7 +5606,7 @@
5637
5606
  "module": "ember-cli"
5638
5607
  },
5639
5608
  {
5640
- "file": "lib\\models\\host-info-cache.js",
5609
+ "file": "lib/models/host-info-cache.js",
5641
5610
  "line": 16,
5642
5611
  "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]]",
5643
5612
  "itemtype": "method",
@@ -5659,7 +5628,7 @@
5659
5628
  "module": "ember-cli"
5660
5629
  },
5661
5630
  {
5662
- "file": "lib\\models\\host-info-cache.js",
5631
+ "file": "lib/models/host-info-cache.js",
5663
5632
  "line": 93,
5664
5633
  "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)",
5665
5634
  "itemtype": "method",
@@ -5681,7 +5650,7 @@
5681
5650
  "module": "ember-cli"
5682
5651
  },
5683
5652
  {
5684
- "file": "lib\\models\\host-info-cache.js",
5653
+ "file": "lib/models/host-info-cache.js",
5685
5654
  "line": 147,
5686
5655
  "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`.",
5687
5656
  "itemtype": "method",
@@ -5701,7 +5670,7 @@
5701
5670
  "module": "ember-cli"
5702
5671
  },
5703
5672
  {
5704
- "file": "lib\\models\\host-info-cache.js",
5673
+ "file": "lib/models/host-info-cache.js",
5705
5674
  "line": 270,
5706
5675
  "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",
5707
5676
  "itemtype": "method",
@@ -5721,7 +5690,7 @@
5721
5690
  "module": "ember-cli"
5722
5691
  },
5723
5692
  {
5724
- "file": "lib\\models\\instantiate-addons.js",
5693
+ "file": "lib/models/instantiate-addons.js",
5725
5694
  "line": 12,
5726
5695
  "description": "Create instances of a set of \"child\" addons for a parent addon or project.",
5727
5696
  "itemtype": "method",
@@ -5747,7 +5716,7 @@
5747
5716
  "module": "ember-cli"
5748
5717
  },
5749
5718
  {
5750
- "file": "lib\\models\\project.js",
5719
+ "file": "lib/models/project.js",
5751
5720
  "line": 52,
5752
5721
  "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`.",
5753
5722
  "access": "private",
@@ -5763,7 +5732,7 @@
5763
5732
  "module": "ember-cli"
5764
5733
  },
5765
5734
  {
5766
- "file": "lib\\models\\project.js",
5735
+ "file": "lib/models/project.js",
5767
5736
  "line": 154,
5768
5737
  "description": "Returns the name from package.json.",
5769
5738
  "access": "private",
@@ -5778,7 +5747,7 @@
5778
5747
  "module": "ember-cli"
5779
5748
  },
5780
5749
  {
5781
- "file": "lib\\models\\project.js",
5750
+ "file": "lib/models/project.js",
5782
5751
  "line": 167,
5783
5752
  "description": "Returns whether or not this is an Ember CLI project.\nThis checks whether ember-cli is listed in devDependencies.",
5784
5753
  "access": "private",
@@ -5793,7 +5762,7 @@
5793
5762
  "module": "ember-cli"
5794
5763
  },
5795
5764
  {
5796
- "file": "lib\\models\\project.js",
5765
+ "file": "lib/models/project.js",
5797
5766
  "line": 179,
5798
5767
  "description": "Returns whether or not this is an Ember CLI addon.",
5799
5768
  "itemtype": "method",
@@ -5806,7 +5775,7 @@
5806
5775
  "module": "ember-cli"
5807
5776
  },
5808
5777
  {
5809
- "file": "lib\\models\\project.js",
5778
+ "file": "lib/models/project.js",
5810
5779
  "line": 189,
5811
5780
  "description": "Returns the path to the configuration.",
5812
5781
  "access": "private",
@@ -5821,7 +5790,7 @@
5821
5790
  "module": "ember-cli"
5822
5791
  },
5823
5792
  {
5824
- "file": "lib\\models\\project.js",
5793
+ "file": "lib/models/project.js",
5825
5794
  "line": 206,
5826
5795
  "description": "Loads the configuration for this project and its addons.",
5827
5796
  "access": "public",
@@ -5843,7 +5812,7 @@
5843
5812
  "module": "ember-cli"
5844
5813
  },
5845
5814
  {
5846
- "file": "lib\\models\\project.js",
5815
+ "file": "lib/models/project.js",
5847
5816
  "line": 225,
5848
5817
  "access": "private",
5849
5818
  "tagname": "",
@@ -5864,7 +5833,7 @@
5864
5833
  "module": "ember-cli"
5865
5834
  },
5866
5835
  {
5867
- "file": "lib\\models\\project.js",
5836
+ "file": "lib/models/project.js",
5868
5837
  "line": 244,
5869
5838
  "description": "Returns the targets of this project, or the default targets if not present.",
5870
5839
  "access": "public",
@@ -5879,7 +5848,7 @@
5879
5848
  "module": "ember-cli"
5880
5849
  },
5881
5850
  {
5882
- "file": "lib\\models\\project.js",
5851
+ "file": "lib/models/project.js",
5883
5852
  "line": 271,
5884
5853
  "description": "Returns the addons configuration.",
5885
5854
  "access": "private",
@@ -5906,7 +5875,7 @@
5906
5875
  "module": "ember-cli"
5907
5876
  },
5908
5877
  {
5909
- "file": "lib\\models\\project.js",
5878
+ "file": "lib/models/project.js",
5910
5879
  "line": 294,
5911
5880
  "description": "Returns whether or not the given file name is present in this project.",
5912
5881
  "access": "private",
@@ -5928,7 +5897,7 @@
5928
5897
  "module": "ember-cli"
5929
5898
  },
5930
5899
  {
5931
- "file": "lib\\models\\project.js",
5900
+ "file": "lib/models/project.js",
5932
5901
  "line": 306,
5933
5902
  "description": "Resolves the absolute path to a file synchronously",
5934
5903
  "access": "private",
@@ -5950,7 +5919,7 @@
5950
5919
  "module": "ember-cli"
5951
5920
  },
5952
5921
  {
5953
- "file": "lib\\models\\project.js",
5922
+ "file": "lib/models/project.js",
5954
5923
  "line": 320,
5955
5924
  "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.",
5956
5925
  "access": "public",
@@ -5972,7 +5941,7 @@
5972
5941
  "module": "ember-cli"
5973
5942
  },
5974
5943
  {
5975
- "file": "lib\\models\\project.js",
5944
+ "file": "lib/models/project.js",
5976
5945
  "line": 335,
5977
5946
  "description": "Returns the dependencies from a package.json",
5978
5947
  "access": "private",
@@ -6003,7 +5972,7 @@
6003
5972
  "module": "ember-cli"
6004
5973
  },
6005
5974
  {
6006
- "file": "lib\\models\\project.js",
5975
+ "file": "lib/models/project.js",
6007
5976
  "line": 355,
6008
5977
  "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.",
6009
5978
  "access": "private",
@@ -6014,7 +5983,7 @@
6014
5983
  "module": "ember-cli"
6015
5984
  },
6016
5985
  {
6017
- "file": "lib\\models\\project.js",
5986
+ "file": "lib/models/project.js",
6018
5987
  "line": 381,
6019
5988
  "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.",
6020
5989
  "access": "private",
@@ -6025,7 +5994,7 @@
6025
5994
  "module": "ember-cli"
6026
5995
  },
6027
5996
  {
6028
- "file": "lib\\models\\project.js",
5997
+ "file": "lib/models/project.js",
6029
5998
  "line": 403,
6030
5999
  "description": "Loads and initializes all addons for this project.",
6031
6000
  "access": "private",
@@ -6036,7 +6005,7 @@
6036
6005
  "module": "ember-cli"
6037
6006
  },
6038
6007
  {
6039
- "file": "lib\\models\\project.js",
6008
+ "file": "lib/models/project.js",
6040
6009
  "line": 424,
6041
6010
  "description": "Returns what commands are made available by addons by inspecting\n`includedCommands` for every addon.",
6042
6011
  "access": "private",
@@ -6051,7 +6020,7 @@
6051
6020
  "module": "ember-cli"
6052
6021
  },
6053
6022
  {
6054
- "file": "lib\\models\\project.js",
6023
+ "file": "lib/models/project.js",
6055
6024
  "line": 465,
6056
6025
  "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```",
6057
6026
  "access": "private",
@@ -6069,7 +6038,7 @@
6069
6038
  "module": "ember-cli"
6070
6039
  },
6071
6040
  {
6072
- "file": "lib\\models\\project.js",
6041
+ "file": "lib/models/project.js",
6073
6042
  "line": 488,
6074
6043
  "description": "Path to the blueprints for this project.",
6075
6044
  "access": "private",
@@ -6084,7 +6053,7 @@
6084
6053
  "module": "ember-cli"
6085
6054
  },
6086
6055
  {
6087
- "file": "lib\\models\\project.js",
6056
+ "file": "lib/models/project.js",
6088
6057
  "line": 499,
6089
6058
  "description": "Returns a list of paths (including addon paths) where blueprints will be looked up.",
6090
6059
  "access": "private",
@@ -6099,7 +6068,7 @@
6099
6068
  "module": "ember-cli"
6100
6069
  },
6101
6070
  {
6102
- "file": "lib\\models\\project.js",
6071
+ "file": "lib/models/project.js",
6103
6072
  "line": 517,
6104
6073
  "description": "Returns a list of addon paths where blueprints will be looked up.",
6105
6074
  "access": "private",
@@ -6114,7 +6083,7 @@
6114
6083
  "module": "ember-cli"
6115
6084
  },
6116
6085
  {
6117
- "file": "lib\\models\\project.js",
6086
+ "file": "lib/models/project.js",
6118
6087
  "line": 540,
6119
6088
  "description": "Reloads package.json of the project. Clears and reloads the packageInfo and\nper-bundle addon cache, too.",
6120
6089
  "access": "private",
@@ -6129,7 +6098,7 @@
6129
6098
  "module": "ember-cli"
6130
6099
  },
6131
6100
  {
6132
- "file": "lib\\models\\project.js",
6101
+ "file": "lib/models/project.js",
6133
6102
  "line": 568,
6134
6103
  "description": "Re-initializes addons.",
6135
6104
  "access": "private",
@@ -6140,7 +6109,7 @@
6140
6109
  "module": "ember-cli"
6141
6110
  },
6142
6111
  {
6143
- "file": "lib\\models\\project.js",
6112
+ "file": "lib/models/project.js",
6144
6113
  "line": 581,
6145
6114
  "description": "Find an addon by its name",
6146
6115
  "access": "public",
@@ -6162,7 +6131,7 @@
6162
6131
  "module": "ember-cli"
6163
6132
  },
6164
6133
  {
6165
- "file": "lib\\models\\project.js",
6134
+ "file": "lib/models/project.js",
6166
6135
  "line": 595,
6167
6136
  "description": "Generate test file contents.\n\nThis method is supposed to be overwritten by test framework addons\nlike `ember-qunit`.",
6168
6137
  "access": "public",
@@ -6189,7 +6158,7 @@
6189
6158
  "module": "ember-cli"
6190
6159
  },
6191
6160
  {
6192
- "file": "lib\\models\\project.js",
6161
+ "file": "lib/models/project.js",
6193
6162
  "line": 619,
6194
6163
  "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`.",
6195
6164
  "access": "private",
@@ -6217,7 +6186,7 @@
6217
6186
  "module": "ember-cli"
6218
6187
  },
6219
6188
  {
6220
- "file": "lib\\models\\project.js",
6189
+ "file": "lib/models/project.js",
6221
6190
  "line": 670,
6222
6191
  "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",
6223
6192
  "access": "private",
@@ -6240,7 +6209,7 @@
6240
6209
  "module": "ember-cli"
6241
6210
  },
6242
6211
  {
6243
- "file": "lib\\models\\project.js",
6212
+ "file": "lib/models/project.js",
6244
6213
  "line": 694,
6245
6214
  "description": "Returns the project root based on the first package.json that is found",
6246
6215
  "static": 1,
@@ -6254,7 +6223,7 @@
6254
6223
  "module": "ember-cli"
6255
6224
  },
6256
6225
  {
6257
- "file": "lib\\models\\task.js",
6226
+ "file": "lib/models/task.js",
6258
6227
  "line": 10,
6259
6228
  "description": "Interrupt comamd with an exit code\nCalled when the process is interrupted from outside, e.g. CTRL+C or `process.kill()`",
6260
6229
  "access": "private",
@@ -6265,8 +6234,8 @@
6265
6234
  "module": "ember-cli"
6266
6235
  },
6267
6236
  {
6268
- "file": "lib\\tasks\\build-watch.js",
6269
- "line": 53,
6237
+ "file": "lib/tasks/build-watch.js",
6238
+ "line": 52,
6270
6239
  "description": "Exit silently",
6271
6240
  "access": "private",
6272
6241
  "tagname": "",
@@ -6276,8 +6245,8 @@
6276
6245
  "module": "ember-cli"
6277
6246
  },
6278
6247
  {
6279
- "file": "lib\\tasks\\npm-task.js",
6280
- "line": 131,
6248
+ "file": "lib/tasks/npm-task.js",
6249
+ "line": 128,
6281
6250
  "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`.",
6282
6251
  "access": "private",
6283
6252
  "tagname": "",
@@ -6291,8 +6260,8 @@
6291
6260
  "module": "ember-cli"
6292
6261
  },
6293
6262
  {
6294
- "file": "lib\\tasks\\serve.js",
6295
- "line": 105,
6263
+ "file": "lib/tasks/serve.js",
6264
+ "line": 102,
6296
6265
  "description": "Exit silently",
6297
6266
  "access": "private",
6298
6267
  "tagname": "",
@@ -6302,7 +6271,7 @@
6302
6271
  "module": "ember-cli"
6303
6272
  },
6304
6273
  {
6305
- "file": "lib\\tasks\\test-server.js",
6274
+ "file": "lib/tasks/test-server.js",
6306
6275
  "line": 61,
6307
6276
  "description": "Exit silently",
6308
6277
  "access": "private",
@@ -6313,7 +6282,7 @@
6313
6282
  "module": "ember-cli"
6314
6283
  },
6315
6284
  {
6316
- "file": "lib\\utilities\\directory-for-package-name.js",
6285
+ "file": "lib/utilities/directory-for-package-name.js",
6317
6286
  "line": 5,
6318
6287
  "description": "Derive a directory name from a package name.\nTakes scoped packages into account.",
6319
6288
  "itemtype": "method",
@@ -6333,7 +6302,7 @@
6333
6302
  "module": "ember-cli"
6334
6303
  },
6335
6304
  {
6336
- "file": "lib\\utilities\\ember-app-utils.js",
6305
+ "file": "lib/utilities/ember-app-utils.js",
6337
6306
  "line": 7,
6338
6307
  "description": "Returns a normalized url given a string.\nReturns an empty string if `null`, `undefined` or an empty string are passed\nin.",
6339
6308
  "itemtype": "method",
@@ -6353,7 +6322,7 @@
6353
6322
  "module": "ember-cli"
6354
6323
  },
6355
6324
  {
6356
- "file": "lib\\utilities\\ember-app-utils.js",
6325
+ "file": "lib/utilities/ember-app-utils.js",
6357
6326
  "line": 24,
6358
6327
  "description": "Converts Javascript Object to a string.\nReturns an empty object string representation if a \"falsy\" value is passed\nin.",
6359
6328
  "itemtype": "method",
@@ -6373,7 +6342,7 @@
6373
6342
  "module": "ember-cli"
6374
6343
  },
6375
6344
  {
6376
- "file": "lib\\utilities\\ember-app-utils.js",
6345
+ "file": "lib/utilities/ember-app-utils.js",
6377
6346
  "line": 37,
6378
6347
  "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'",
6379
6348
  "itemtype": "method",
@@ -6420,29 +6389,7 @@
6420
6389
  "module": "ember-cli"
6421
6390
  },
6422
6391
  {
6423
- "file": "lib\\utilities\\get-package-manager-from-flags.js",
6424
- "line": 3,
6425
- "description": "Returns the package manager, given an object where folks can *technically*\npass --pnpm --yarn --npm. But using multiple package managers at the\nsame time is not supported (by anything).\n\nThis function defines the priority of package managers, if multiple are present.",
6426
- "access": "private",
6427
- "tagname": "",
6428
- "itemtype": "method",
6429
- "name": "getPackageManagerFromFlags",
6430
- "params": [
6431
- {
6432
- "name": "}",
6433
- "description": "options",
6434
- "type": " pnpm?: boolean; yarn?: boolean; packageManager?: 'pnpm' | 'yarn' | 'npm'"
6435
- }
6436
- ],
6437
- "return": {
6438
- "description": "",
6439
- "type": "'pnpm' | 'yarn' | 'npm' | undefined"
6440
- },
6441
- "class": "WindowsSymlinkChecker",
6442
- "module": "ember-cli"
6443
- },
6444
- {
6445
- "file": "lib\\utilities\\insert-into-file.js",
6392
+ "file": "lib/utilities/insert-into-file.js",
6446
6393
  "line": 6,
6447
6394
  "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```",
6448
6395
  "itemtype": "method",
@@ -6472,51 +6419,7 @@
6472
6419
  "module": "ember-cli"
6473
6420
  },
6474
6421
  {
6475
- "file": "lib\\utilities\\is-pnpm-project.js",
6476
- "line": 5,
6477
- "description": "Returns true if and only if the given directory has a pnpm-lock.yaml file or is a child of a\npnpm workspace root.",
6478
- "access": "private",
6479
- "tagname": "",
6480
- "itemtype": "method",
6481
- "name": "isPnpmProject",
6482
- "params": [
6483
- {
6484
- "name": "thePath",
6485
- "description": "",
6486
- "type": "String"
6487
- }
6488
- ],
6489
- "return": {
6490
- "description": "",
6491
- "type": "Promise<boolean>"
6492
- },
6493
- "class": "WindowsSymlinkChecker",
6494
- "module": "is-lazy-engine"
6495
- },
6496
- {
6497
- "file": "lib\\utilities\\is-yarn-project.js",
6498
- "line": 6,
6499
- "description": "Returns true if and only if the given directory has a yarn.lock file or is a child of a\nyarn workspace root.",
6500
- "access": "private",
6501
- "tagname": "",
6502
- "itemtype": "method",
6503
- "name": "isYarnProject",
6504
- "params": [
6505
- {
6506
- "name": "thePath",
6507
- "description": "",
6508
- "type": "String"
6509
- }
6510
- ],
6511
- "return": {
6512
- "description": "",
6513
- "type": "Boolean"
6514
- },
6515
- "class": "WindowsSymlinkChecker",
6516
- "module": "is-lazy-engine"
6517
- },
6518
- {
6519
- "file": "lib\\utilities\\valid-project-name.js",
6422
+ "file": "lib/utilities/valid-project-name.js",
6520
6423
  "line": 5,
6521
6424
  "description": "Checks if the string starts with a number.",
6522
6425
  "itemtype": "method",
@@ -6529,7 +6432,7 @@
6529
6432
  "module": "is-lazy-engine"
6530
6433
  },
6531
6434
  {
6532
- "file": "lib\\utilities\\valid-project-name.js",
6435
+ "file": "lib/utilities/valid-project-name.js",
6533
6436
  "line": 24,
6534
6437
  "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.",
6535
6438
  "itemtype": "method",
@@ -6549,7 +6452,7 @@
6549
6452
  "module": "is-lazy-engine"
6550
6453
  },
6551
6454
  {
6552
- "file": "lib\\utilities\\will-interrupt-process.js",
6455
+ "file": "lib/utilities/will-interrupt-process.js",
6553
6456
  "line": 47,
6554
6457
  "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.",
6555
6458
  "access": "private",
@@ -6560,7 +6463,7 @@
6560
6463
  "module": "is-lazy-engine"
6561
6464
  },
6562
6465
  {
6563
- "file": "lib\\utilities\\will-interrupt-process.js",
6466
+ "file": "lib/utilities/will-interrupt-process.js",
6564
6467
  "line": 69,
6565
6468
  "description": "Add process interruption handler\n\nWhen the first handler is added then automatically\nsets up process interruption signals listeners",
6566
6469
  "access": "private",
@@ -6578,7 +6481,7 @@
6578
6481
  "module": "is-lazy-engine"
6579
6482
  },
6580
6483
  {
6581
- "file": "lib\\utilities\\will-interrupt-process.js",
6484
+ "file": "lib/utilities/will-interrupt-process.js",
6582
6485
  "line": 97,
6583
6486
  "description": "Remove process interruption handler\n\nIf there are no remaining handlers after removal\nthen clean up all the process interruption signal listeners",
6584
6487
  "access": "private",
@@ -6596,7 +6499,7 @@
6596
6499
  "module": "is-lazy-engine"
6597
6500
  },
6598
6501
  {
6599
- "file": "lib\\utilities\\will-interrupt-process.js",
6502
+ "file": "lib/utilities/will-interrupt-process.js",
6600
6503
  "line": 122,
6601
6504
  "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",
6602
6505
  "itemtype": "method",
@@ -6605,7 +6508,7 @@
6605
6508
  "module": "is-lazy-engine"
6606
6509
  },
6607
6510
  {
6608
- "file": "lib\\utilities\\will-interrupt-process.js",
6511
+ "file": "lib/utilities/will-interrupt-process.js",
6609
6512
  "line": 140,
6610
6513
  "description": "Removes interruption signal listeners and tears down capture-exit",
6611
6514
  "itemtype": "method",
@@ -6614,7 +6517,7 @@
6614
6517
  "module": "is-lazy-engine"
6615
6518
  },
6616
6519
  {
6617
- "file": "lib\\utilities\\will-interrupt-process.js",
6520
+ "file": "lib/utilities/will-interrupt-process.js",
6618
6521
  "line": 155,
6619
6522
  "description": "Suppresses \"Terminate batch job (Y/N)\" confirmation on Windows",
6620
6523
  "itemtype": "method",
@@ -6623,7 +6526,7 @@
6623
6526
  "module": "is-lazy-engine"
6624
6527
  },
6625
6528
  {
6626
- "file": "lib\\utilities\\windows-admin.js",
6529
+ "file": "lib/utilities/windows-admin.js",
6627
6530
  "line": 38,
6628
6531
  "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",
6629
6532
  "access": "public",
@@ -6638,7 +6541,7 @@
6638
6541
  "module": "is-lazy-engine"
6639
6542
  },
6640
6543
  {
6641
- "file": "lib\\utilities\\windows-admin.js",
6544
+ "file": "lib/utilities/windows-admin.js",
6642
6545
  "line": 60,
6643
6546
  "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",
6644
6547
  "access": "private",
@@ -6660,7 +6563,7 @@
6660
6563
  "module": "is-lazy-engine"
6661
6564
  },
6662
6565
  {
6663
- "file": "lib\\utilities\\windows-admin.js",
6566
+ "file": "lib/utilities/windows-admin.js",
6664
6567
  "line": 81,
6665
6568
  "access": "public",
6666
6569
  "tagname": "",
@@ -6674,7 +6577,7 @@
6674
6577
  "module": "is-lazy-engine"
6675
6578
  },
6676
6579
  {
6677
- "file": "lib\\utilities\\windows-admin.js",
6580
+ "file": "lib/utilities/windows-admin.js",
6678
6581
  "line": 104,
6679
6582
  "description": "Uses the eon-old command NET SESSION to determine whether or not the\n current user has elevated rights (think sudo, but Windows).",
6680
6583
  "access": "private",