@angular-devkit/schematics 18.1.0-next.0 → 18.1.0-next.2

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 (117) hide show
  1. package/package.json +12 -3
  2. package/src/engine/engine.d.ts +3 -4
  3. package/src/engine/engine.js +1 -1
  4. package/src/engine/index.d.ts +1 -1
  5. package/src/engine/index.js +1 -1
  6. package/src/engine/interface.d.ts +1 -2
  7. package/src/engine/interface.js +1 -1
  8. package/src/engine/schematic.d.ts +1 -1
  9. package/src/engine/schematic.js +1 -1
  10. package/src/exception/exception.d.ts +1 -1
  11. package/src/exception/exception.js +1 -1
  12. package/src/formats/format-validator.d.ts +1 -1
  13. package/src/formats/format-validator.js +2 -3
  14. package/src/formats/html-selector.d.ts +1 -1
  15. package/src/formats/html-selector.js +1 -1
  16. package/src/formats/index.d.ts +1 -1
  17. package/src/formats/index.js +1 -1
  18. package/src/formats/path.d.ts +1 -1
  19. package/src/formats/path.js +1 -1
  20. package/src/index.d.ts +1 -1
  21. package/src/index.js +1 -1
  22. package/src/rules/base.d.ts +1 -1
  23. package/src/rules/base.js +15 -16
  24. package/src/rules/call.d.ts +1 -1
  25. package/src/rules/call.js +4 -4
  26. package/src/rules/move.d.ts +1 -1
  27. package/src/rules/move.js +2 -3
  28. package/src/rules/random.d.ts +1 -1
  29. package/src/rules/random.js +2 -2
  30. package/src/rules/schematic.d.ts +1 -1
  31. package/src/rules/schematic.js +3 -4
  32. package/src/rules/template.d.ts +1 -1
  33. package/src/rules/template.js +9 -9
  34. package/src/rules/url.d.ts +1 -1
  35. package/src/rules/url.js +2 -3
  36. package/src/sink/dryrun.d.ts +1 -2
  37. package/src/sink/dryrun.js +1 -1
  38. package/src/sink/host.d.ts +1 -2
  39. package/src/sink/host.js +1 -1
  40. package/src/sink/sink.d.ts +1 -2
  41. package/src/sink/sink.js +1 -1
  42. package/src/tree/action.d.ts +1 -2
  43. package/src/tree/action.js +3 -3
  44. package/src/tree/delegate.d.ts +1 -2
  45. package/src/tree/delegate.js +1 -1
  46. package/src/tree/empty.d.ts +1 -1
  47. package/src/tree/empty.js +1 -1
  48. package/src/tree/entry.d.ts +1 -2
  49. package/src/tree/entry.js +1 -1
  50. package/src/tree/host-tree.d.ts +1 -2
  51. package/src/tree/host-tree.js +1 -1
  52. package/src/tree/interface.d.ts +1 -2
  53. package/src/tree/interface.js +1 -1
  54. package/src/tree/null.d.ts +1 -2
  55. package/src/tree/null.js +1 -1
  56. package/src/tree/recorder.d.ts +1 -2
  57. package/src/tree/recorder.js +1 -1
  58. package/src/tree/scoped.d.ts +1 -2
  59. package/src/tree/scoped.js +1 -1
  60. package/src/tree/static.d.ts +1 -1
  61. package/src/tree/static.js +5 -6
  62. package/src/workflow/base.d.ts +1 -1
  63. package/src/workflow/base.js +1 -1
  64. package/src/workflow/index.d.ts +1 -1
  65. package/src/workflow/index.js +1 -1
  66. package/src/workflow/interface.d.ts +1 -1
  67. package/src/workflow/interface.js +1 -1
  68. package/tasks/index.d.ts +1 -1
  69. package/tasks/index.js +1 -1
  70. package/tasks/node/index.d.ts +1 -1
  71. package/tasks/node/index.js +1 -1
  72. package/tasks/package-manager/executor.d.ts +1 -1
  73. package/tasks/package-manager/executor.js +2 -2
  74. package/tasks/package-manager/install-task.d.ts +1 -1
  75. package/tasks/package-manager/install-task.js +1 -1
  76. package/tasks/package-manager/link-task.d.ts +1 -1
  77. package/tasks/package-manager/link-task.js +1 -1
  78. package/tasks/package-manager/options.d.ts +1 -1
  79. package/tasks/package-manager/options.js +1 -1
  80. package/tasks/repo-init/executor.d.ts +1 -1
  81. package/tasks/repo-init/executor.js +2 -2
  82. package/tasks/repo-init/init-task.d.ts +1 -1
  83. package/tasks/repo-init/init-task.js +1 -1
  84. package/tasks/repo-init/options.d.ts +1 -1
  85. package/tasks/repo-init/options.js +1 -1
  86. package/tasks/run-schematic/executor.d.ts +1 -1
  87. package/tasks/run-schematic/executor.js +2 -2
  88. package/tasks/run-schematic/options.d.ts +1 -1
  89. package/tasks/run-schematic/options.js +1 -1
  90. package/tasks/run-schematic/task.d.ts +1 -1
  91. package/tasks/run-schematic/task.js +1 -1
  92. package/testing/index.d.ts +1 -1
  93. package/testing/index.js +1 -1
  94. package/testing/schematic-test-runner.d.ts +1 -1
  95. package/testing/schematic-test-runner.js +1 -1
  96. package/tools/description.d.ts +1 -1
  97. package/tools/description.js +1 -1
  98. package/tools/export-ref.d.ts +1 -1
  99. package/tools/export-ref.js +1 -1
  100. package/tools/fallback-engine-host.d.ts +1 -2
  101. package/tools/fallback-engine-host.js +1 -1
  102. package/tools/file-system-engine-host-base.d.ts +1 -2
  103. package/tools/file-system-engine-host-base.js +1 -1
  104. package/tools/file-system-engine-host.d.ts +1 -1
  105. package/tools/file-system-engine-host.js +1 -1
  106. package/tools/file-system-utility.d.ts +1 -1
  107. package/tools/file-system-utility.js +2 -3
  108. package/tools/index.d.ts +1 -1
  109. package/tools/index.js +1 -1
  110. package/tools/node-module-engine-host.d.ts +1 -1
  111. package/tools/node-module-engine-host.js +1 -1
  112. package/tools/node-modules-test-engine-host.d.ts +1 -1
  113. package/tools/node-modules-test-engine-host.js +1 -1
  114. package/tools/schema-option-transform.d.ts +1 -1
  115. package/tools/schema-option-transform.js +3 -3
  116. package/tools/workflow/node-workflow.d.ts +1 -1
  117. package/tools/workflow/node-workflow.js +1 -1
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { Path, virtualFs } from '@angular-devkit/core';
10
9
  import { Observable } from 'rxjs';
11
10
  import { CreateFileAction } from '../tree/action';
package/src/sink/host.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.HostSink = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { Observable } from 'rxjs';
10
9
  import { Action, CreateFileAction, DeleteFileAction, OverwriteFileAction, RenameFileAction } from '../tree/action';
11
10
  import { Tree } from '../tree/interface';
package/src/sink/sink.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.SimpleSinkBase = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { BaseException, Path } from '@angular-devkit/core';
10
9
  export declare class UnknownActionException extends BaseException {
11
10
  constructor(action: Action);
@@ -4,10 +4,11 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.isContentAction = exports.ActionList = exports.UnknownActionException = void 0;
10
+ exports.ActionList = exports.UnknownActionException = void 0;
11
+ exports.isContentAction = isContentAction;
11
12
  const core_1 = require("@angular-devkit/core");
12
13
  class UnknownActionException extends core_1.BaseException {
13
14
  constructor(action) {
@@ -134,4 +135,3 @@ exports.ActionList = ActionList;
134
135
  function isContentAction(action) {
135
136
  return action.kind == 'c' || action.kind == 'o';
136
137
  }
137
- exports.isContentAction = isContentAction;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { JsonValue } from '@angular-devkit/core';
10
9
  import { Action } from './action';
11
10
  import { DirEntry, FileEntry, FileVisitor, MergeStrategy, Tree, UpdateRecorder } from './interface';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.DelegateTree = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { HostTree } from './host-tree';
9
9
  export declare class EmptyTree extends HostTree {
package/src/tree/empty.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.EmptyTree = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { Path } from '@angular-devkit/core';
10
9
  import { FileEntry } from './interface';
11
10
  export declare class SimpleFileEntry implements FileEntry {
package/src/tree/entry.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.LazyFileEntry = exports.SimpleFileEntry = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { JsonValue, Path, PathFragment, virtualFs } from '@angular-devkit/core';
10
9
  import { Action } from './action';
11
10
  import { DirEntry, FileEntry, FilePredicate, FileVisitor, MergeStrategy, Tree, UpdateRecorder } from './interface';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.FilterHostTree = exports.HostCreateTree = exports.HostTree = exports.HostDirEntry = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { JsonValue, Path, PathFragment } from '@angular-devkit/core';
10
9
  import { Action } from './action';
11
10
  export declare enum MergeStrategy {
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.Tree = exports.TreeSymbol = exports.FileVisitorCancelToken = exports.MergeStrategy = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { BaseException, JsonValue, Path, PathFragment } from '@angular-devkit/core';
10
9
  import { Action } from './action';
11
10
  import { DirEntry, MergeStrategy, Tree, UpdateRecorder } from './interface';
package/src/tree/null.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.NullTree = exports.NullTreeDirEntry = exports.CannotCreateFileException = void 0;
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { BaseException } from '@angular-devkit/core';
10
9
  import MagicString from 'magic-string';
11
10
  import { FileEntry, UpdateRecorder } from './interface';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  var __importDefault = (this && this.__importDefault) || function (mod) {
10
10
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3,9 +3,8 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
- /// <reference types="node" />
9
8
  import { JsonValue, Path, PathFragment } from '@angular-devkit/core';
10
9
  import { Action } from './action';
11
10
  import { DirEntry, FileEntry, FileVisitor, MergeStrategy, Tree, UpdateRecorder } from './interface';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.ScopedTree = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { HostTree } from './host-tree';
9
9
  import { FilePredicate, MergeStrategy, Tree } from './interface';
@@ -4,26 +4,26 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.partition = exports.merge = exports.branch = exports.empty = void 0;
10
+ exports.empty = empty;
11
+ exports.branch = branch;
12
+ exports.merge = merge;
13
+ exports.partition = partition;
11
14
  const exception_1 = require("../exception/exception");
12
15
  const host_tree_1 = require("./host-tree");
13
16
  const interface_1 = require("./interface");
14
17
  function empty() {
15
18
  return new host_tree_1.HostTree();
16
19
  }
17
- exports.empty = empty;
18
20
  function branch(tree) {
19
21
  return tree.branch();
20
22
  }
21
- exports.branch = branch;
22
23
  function merge(tree, other, strategy = interface_1.MergeStrategy.Default) {
23
24
  tree.merge(other, strategy);
24
25
  return tree;
25
26
  }
26
- exports.merge = merge;
27
27
  function partition(tree, predicate) {
28
28
  if (tree instanceof host_tree_1.HostTree) {
29
29
  return [
@@ -35,4 +35,3 @@ function partition(tree, predicate) {
35
35
  throw new exception_1.SchematicsException('Tree type is not supported.');
36
36
  }
37
37
  }
38
- exports.partition = partition;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { schema, virtualFs } from '@angular-devkit/core';
9
9
  import { Observable, Subject } from 'rxjs';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.BaseWorkflow = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  export * from './base';
9
9
  export * from './interface';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
10
  if (k2 === undefined) k2 = k;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { logging } from '@angular-devkit/core';
9
9
  import { Observable } from 'rxjs';
@@ -4,6 +4,6 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
package/tasks/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  export { NodePackageInstallTask } from './package-manager/install-task';
9
9
  export { NodePackageLinkTask } from './package-manager/link-task';
package/tasks/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.RunSchematicTask = exports.RepositoryInitializerTask = exports.NodePackageLinkTask = exports.NodePackageInstallTask = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskExecutorFactory } from '../../src';
9
9
  import { NodePackageTaskFactoryOptions } from '../package-manager/options';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
10
  if (k2 === undefined) k2 = k;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { BaseException } from '@angular-devkit/core';
9
9
  import { TaskExecutor } from '../../src';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
10
  if (k2 === undefined) k2 = k;
@@ -34,6 +34,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
34
34
  };
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.UnknownPackageManagerException = void 0;
37
+ exports.default = default_1;
37
38
  const core_1 = require("@angular-devkit/core");
38
39
  const child_process_1 = require("child_process");
39
40
  const ora_1 = __importDefault(require("ora"));
@@ -165,4 +166,3 @@ function default_1(factoryOptions = {}) {
165
166
  });
166
167
  };
167
168
  }
168
- exports.default = default_1;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';
9
9
  import { NodePackageTaskOptions } from './options';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.NodePackageInstallTask = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';
9
9
  import { NodePackageTaskOptions } from './options';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.NodePackageLinkTask = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  export declare const NodePackageName = "node-package";
9
9
  export interface NodePackageTaskFactoryOptions {
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.NodePackageName = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskExecutor } from '../../src';
9
9
  import { RepositoryInitializerTaskFactoryOptions, RepositoryInitializerTaskOptions } from './options';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
10
  if (k2 === undefined) k2 = k;
@@ -30,6 +30,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
30
30
  return result;
31
31
  };
32
32
  Object.defineProperty(exports, "__esModule", { value: true });
33
+ exports.default = default_1;
33
34
  const core_1 = require("@angular-devkit/core");
34
35
  const child_process_1 = require("child_process");
35
36
  const path = __importStar(require("path"));
@@ -91,4 +92,3 @@ function default_1(factoryOptions = {}) {
91
92
  catch { }
92
93
  };
93
94
  }
94
- exports.default = default_1;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';
9
9
  import { RepositoryInitializerTaskOptions } from './options';
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.RepositoryInitializerTask = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  export declare const RepositoryInitializerName = "repo-init";
9
9
  export interface RepositoryInitializerTaskFactoryOptions {
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.RepositoryInitializerName = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskExecutor } from '../../src';
9
9
  import { RunSchematicTaskOptions } from './options';
@@ -4,9 +4,10 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.default = default_1;
10
11
  function default_1() {
11
12
  return (options, context) => {
12
13
  if (!options?.name) {
@@ -26,4 +27,3 @@ function default_1() {
26
27
  });
27
28
  };
28
29
  }
29
- exports.default = default_1;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  export declare const RunSchematicName = "run-schematic";
9
9
  export interface RunSchematicTaskOptions<T> {
@@ -4,7 +4,7 @@
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  *
6
6
  * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
7
+ * found in the LICENSE file at https://angular.dev/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.RunSchematicName = void 0;
@@ -3,7 +3,7 @@
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  *
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
6
+ * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { TaskConfiguration, TaskConfigurationGenerator } from '../../src';
9
9
  import { RunSchematicTaskOptions } from './options';