@angular-devkit/schematics 18.1.0-next.1 → 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 +1 -1
  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 -1
  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 +1 -1
  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 +1 -1
  24. package/src/rules/call.d.ts +1 -1
  25. package/src/rules/call.js +1 -1
  26. package/src/rules/move.d.ts +1 -1
  27. package/src/rules/move.js +1 -1
  28. package/src/rules/random.d.ts +1 -1
  29. package/src/rules/random.js +1 -1
  30. package/src/rules/schematic.d.ts +1 -1
  31. package/src/rules/schematic.js +1 -1
  32. package/src/rules/template.d.ts +1 -1
  33. package/src/rules/template.js +1 -1
  34. package/src/rules/url.d.ts +1 -1
  35. package/src/rules/url.js +1 -1
  36. package/src/sink/dryrun.d.ts +1 -1
  37. package/src/sink/dryrun.js +1 -1
  38. package/src/sink/host.d.ts +1 -1
  39. package/src/sink/host.js +1 -1
  40. package/src/sink/sink.d.ts +1 -1
  41. package/src/sink/sink.js +1 -1
  42. package/src/tree/action.d.ts +1 -1
  43. package/src/tree/action.js +1 -1
  44. package/src/tree/delegate.d.ts +1 -1
  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 -1
  49. package/src/tree/entry.js +1 -1
  50. package/src/tree/host-tree.d.ts +1 -1
  51. package/src/tree/host-tree.js +1 -1
  52. package/src/tree/interface.d.ts +1 -1
  53. package/src/tree/interface.js +1 -1
  54. package/src/tree/null.d.ts +1 -1
  55. package/src/tree/null.js +1 -1
  56. package/src/tree/recorder.d.ts +1 -1
  57. package/src/tree/recorder.js +1 -1
  58. package/src/tree/scoped.d.ts +1 -1
  59. package/src/tree/scoped.js +1 -1
  60. package/src/tree/static.d.ts +1 -1
  61. package/src/tree/static.js +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 -1
  101. package/tools/fallback-engine-host.js +1 -1
  102. package/tools/file-system-engine-host-base.d.ts +1 -1
  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 +1 -1
  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 +1 -1
  116. package/tools/workflow/node-workflow.d.ts +1 -1
  117. package/tools/workflow/node-workflow.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/schematics",
3
- "version": "18.1.0-next.1",
3
+ "version": "18.1.0-next.2",
4
4
  "description": "Angular Schematics - Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -18,12 +18,13 @@
18
18
  "tooling"
19
19
  ],
20
20
  "dependencies": {
21
- "@angular-devkit/core": "18.1.0-next.1",
21
+ "@angular-devkit/core": "18.1.0-next.2",
22
22
  "jsonc-parser": "3.2.1",
23
23
  "magic-string": "0.30.10",
24
24
  "ora": "5.4.1",
25
25
  "rxjs": "7.8.1"
26
26
  },
27
+ "packageManager": "yarn@4.2.2",
27
28
  "repository": {
28
29
  "type": "git",
29
30
  "url": "https://github.com/angular/angular-cli.git"
@@ -38,5 +39,13 @@
38
39
  "bugs": {
39
40
  "url": "https://github.com/angular/angular-cli/issues"
40
41
  },
41
- "homepage": "https://github.com/angular/angular-cli"
42
+ "homepage": "https://github.com/angular/angular-cli",
43
+ "dependenciesMeta": {
44
+ "esbuild": {
45
+ "built": true
46
+ },
47
+ "puppeteer": {
48
+ "built": true
49
+ }
50
+ }
42
51
  }
@@ -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 { Observable } 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.SchematicEngine = exports.TaskScheduler = exports.CollectionImpl = exports.UnknownTaskDependencyException = exports.UnregisteredTaskException = exports.SchematicEngineConflictingException = exports.PrivateSchematicException = exports.UnknownSchematicException = exports.CircularCollectionException = exports.UnknownCollectionException = exports.UnknownUrlSourceProtocol = 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 './engine';
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 });
@@ -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 { Observable } 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.SchematicImpl = exports.InvalidSchematicsNameException = 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 { BaseException } from '@angular-devkit/core';
9
9
  export declare class SchematicsException extends BaseException {
@@ -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.UnimplementedException = exports.UnsuccessfulWorkflowExecution = exports.MergeConflictException = exports.InvalidUpdateRecordException = exports.ContentHasMutatedException = exports.FileAlreadyExistException = exports.FileDoesNotExistException = exports.SchematicsException = 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 { JsonObject, JsonValue, schema } from '@angular-devkit/core';
9
9
  export declare function formatValidator(data: JsonValue, dataSchema: JsonObject, formats: schema.SchemaFormat[]): Promise<schema.SchemaValidatorResult>;
@@ -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.formatValidator = formatValidator;
@@ -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 } from '@angular-devkit/core';
9
9
  export declare const htmlSelectorFormat: schema.SchemaFormat;
@@ -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.htmlSelectorFormat = 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 { schema } from '@angular-devkit/core';
9
9
  export { htmlSelectorFormat } from './html-selector';
@@ -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.standardFormats = exports.pathFormat = exports.htmlSelectorFormat = 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 { schema } from '@angular-devkit/core';
9
9
  export declare const pathFormat: schema.SchemaFormat;
@@ -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.pathFormat = void 0;
package/src/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
  import { strings } from '@angular-devkit/core';
9
9
  import * as formats from './formats/index';
package/src/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
  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 { FileOperator, Rule, Source } from '../engine/interface';
9
9
  import { FilePredicate, MergeStrategy, Tree } from '../tree/interface';
package/src/rules/base.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.source = source;
@@ -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 { Observable } from 'rxjs';
package/src/rules/call.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.InvalidSourceResultException = exports.InvalidRuleResultException = 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 { Rule } from '../engine/interface';
9
9
  export declare function move(from: string, to?: string): Rule;
package/src/rules/move.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.move = move;
@@ -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 { Source } from '../engine/interface';
9
9
  export interface RandomOptions {
@@ -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.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 { ExecutionOptions, Rule } from '../engine/interface';
9
9
  /**
@@ -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.externalSchematic = externalSchematic;
@@ -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 { FileOperator, Rule } from '../engine/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.InvalidPipeException = exports.UnknownPipeException = exports.OptionIsNotDefinedException = exports.TEMPLATE_FILENAME_RE = 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 { Source } from '../engine/interface';
9
9
  export declare function url(urlString: string): Source;
package/src/rules/url.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.url = url;
@@ -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 { 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.DryRunSink = 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 { Path, virtualFs } from '@angular-devkit/core';
9
9
  import { Observable } from 'rxjs';
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,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 { Observable } from 'rxjs';
9
9
  import { Action, CreateFileAction, DeleteFileAction, OverwriteFileAction, RenameFileAction } from '../tree/action';
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,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, Path } from '@angular-devkit/core';
9
9
  export declare class UnknownActionException extends BaseException {
@@ -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.ActionList = exports.UnknownActionException = 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 { JsonValue } from '@angular-devkit/core';
9
9
  import { Action } from './action';
@@ -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,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 { Path } from '@angular-devkit/core';
9
9
  import { FileEntry } from './interface';
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,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 { JsonValue, Path, PathFragment, virtualFs } from '@angular-devkit/core';
9
9
  import { Action } from './action';
@@ -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,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 { JsonValue, Path, PathFragment } from '@angular-devkit/core';
9
9
  import { Action } from './action';
@@ -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,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, JsonValue, Path, PathFragment } from '@angular-devkit/core';
9
9
  import { Action } from './action';
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,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 MagicString from 'magic-string';
@@ -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,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 { JsonValue, Path, PathFragment } from '@angular-devkit/core';
9
9
  import { Action } from './action';