File tree Expand file tree Collapse file tree 6 files changed +71
-8
lines changed Expand file tree Collapse file tree 6 files changed +71
-8
lines changed Original file line number Diff line number Diff line change 431
431
"required" : false ,
432
432
"aliases" : [],
433
433
"hidden" : false
434
+ },
435
+ {
436
+ "name" : " webWorkerTsConfig" ,
437
+ "description" : " TypeScript configuration for Web Worker modules." ,
438
+ "type" : " string" ,
439
+ "required" : false ,
440
+ "aliases" : [],
441
+ "hidden" : false
434
442
}
435
443
],
436
444
"aliases" : [
Original file line number Diff line number Diff line change 1400
1400
}
1401
1401
],
1402
1402
"aliases" : []
1403
+ },
1404
+ "webWorker" : {
1405
+ "name" : " webWorker" ,
1406
+ "description" : " Pass this schematic to the \" run\" command to create a Web Worker" ,
1407
+ "options" : [
1408
+ {
1409
+ "name" : " path" ,
1410
+ "description" : " The path at which to create the worker file, relative to the current workspace." ,
1411
+ "type" : " string" ,
1412
+ "required" : false ,
1413
+ "aliases" : [],
1414
+ "format" : " path" ,
1415
+ "hidden" : true
1416
+ },
1417
+ {
1418
+ "name" : " project" ,
1419
+ "description" : " The name of the project." ,
1420
+ "type" : " string" ,
1421
+ "required" : false ,
1422
+ "aliases" : [],
1423
+ "hidden" : false
1424
+ },
1425
+ {
1426
+ "name" : " target" ,
1427
+ "description" : " The target to apply service worker to." ,
1428
+ "type" : " string" ,
1429
+ "default" : " build" ,
1430
+ "required" : false ,
1431
+ "aliases" : [],
1432
+ "hidden" : false
1433
+ },
1434
+ {
1435
+ "name" : " name" ,
1436
+ "description" : " The name of the worker." ,
1437
+ "type" : " string" ,
1438
+ "required" : false ,
1439
+ "aliases" : [],
1440
+ "hidden" : false ,
1441
+ "positional" : 0
1442
+ },
1443
+ {
1444
+ "name" : " snippet" ,
1445
+ "description" : " Add a worker creation snippet in a sibling file of the same name." ,
1446
+ "type" : " boolean" ,
1447
+ "default" : true ,
1448
+ "required" : false ,
1449
+ "aliases" : [],
1450
+ "hidden" : false
1451
+ }
1452
+ ],
1453
+ "aliases" : []
1403
1454
}
1404
1455
}
1405
1456
},
Original file line number Diff line number Diff line change 882
882
"type" : " boolean" ,
883
883
"default" : false ,
884
884
"x-deprecated" : true
885
+ },
886
+ "webWorkerTsConfig" : {
887
+ "type" : " string" ,
888
+ "description" : " TypeScript configuration for Web Worker modules."
885
889
}
886
890
},
887
891
"additionalProperties" : false ,
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ async function promptGlobalAnalytics(force = false) {
326
326
if ( answers . analytics ) {
327
327
console . log ( '' ) ;
328
328
console . log ( core_1 . tags . stripIndent `
329
- Thank you for sharing anonymous usage data. Would you change your mind, the following
329
+ Thank you for sharing anonymous usage data. If you change your mind, the following
330
330
command will disable this feature entirely:
331
331
332
332
${ core_1 . terminal . yellow ( 'ng analytics off' ) }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/cli" ,
3
- "version" : " 8.0.0-beta.10+46.1216106 " ,
3
+ "version" : " 8.0.0-beta.11+8.9ac6bfd " ,
4
4
"description" : " CLI tool for Angular" ,
5
5
"main" : " lib/cli/index.js" ,
6
6
"bin" : {
28
28
},
29
29
"homepage" : " https://github.com/angular/angular-cli" ,
30
30
"dependencies" : {
31
- "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#1216106 " ,
32
- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#1216106 " ,
33
- "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#1216106 " ,
34
- "@schematics/angular" : " github:angular/schematics-angular-builds#1216106 " ,
35
- "@schematics/update" : " github:angular/schematics-update-builds#1216106 " ,
31
+ "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#9ac6bfd " ,
32
+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#9ac6bfd " ,
33
+ "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#9ac6bfd " ,
34
+ "@schematics/angular" : " github:angular/schematics-angular-builds#9ac6bfd " ,
35
+ "@schematics/update" : " github:angular/schematics-update-builds#9ac6bfd " ,
36
36
"@yarnpkg/lockfile" : " 1.1.0" ,
37
37
"debug" : " ^4.1.1" ,
38
38
"ini" : " 1.3.5" ,
Original file line number Diff line number Diff line change 1
- Tue Apr 02 2019 06:52:06 GMT+0000 (Coordinated Universal Time)
1
+ Thu Apr 04 2019 17:12:21 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments