@angular-devkit/core 15.1.0-next.3 → 15.1.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 (114) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/node/cli-logger.d.ts +0 -0
  4. package/node/cli-logger.js +1 -0
  5. package/node/host.d.ts +0 -0
  6. package/node/host.js +2 -1
  7. package/node/index.d.ts +0 -0
  8. package/node/index.js +1 -0
  9. package/node/package.json +0 -0
  10. package/node/testing/index.d.ts +0 -0
  11. package/node/testing/index.js +1 -0
  12. package/package.json +6 -6
  13. package/src/exception.d.ts +0 -0
  14. package/src/exception.js +1 -0
  15. package/src/index.d.ts +0 -0
  16. package/src/index.js +1 -0
  17. package/src/json/index.d.ts +0 -0
  18. package/src/json/index.js +1 -0
  19. package/src/json/schema/index.d.ts +0 -0
  20. package/src/json/schema/index.js +1 -0
  21. package/src/json/schema/interface.d.ts +4 -4
  22. package/src/json/schema/interface.js +1 -0
  23. package/src/json/schema/pointer.d.ts +0 -0
  24. package/src/json/schema/pointer.js +1 -0
  25. package/src/json/schema/registry.d.ts +1 -1
  26. package/src/json/schema/registry.js +1 -0
  27. package/src/json/schema/schema.d.ts +1 -1
  28. package/src/json/schema/schema.js +1 -0
  29. package/src/json/schema/transforms.d.ts +0 -0
  30. package/src/json/schema/transforms.js +1 -0
  31. package/src/json/schema/utility.d.ts +0 -0
  32. package/src/json/schema/utility.js +1 -0
  33. package/src/json/schema/visitor.d.ts +0 -0
  34. package/src/json/schema/visitor.js +1 -0
  35. package/src/json/utils.d.ts +1 -1
  36. package/src/json/utils.js +1 -0
  37. package/src/logger/indent.d.ts +0 -0
  38. package/src/logger/indent.js +1 -0
  39. package/src/logger/index.d.ts +0 -0
  40. package/src/logger/index.js +1 -0
  41. package/src/logger/level.d.ts +0 -0
  42. package/src/logger/level.js +1 -0
  43. package/src/logger/logger.d.ts +1 -1
  44. package/src/logger/logger.js +21 -20
  45. package/src/logger/null-logger.d.ts +0 -0
  46. package/src/logger/null-logger.js +1 -0
  47. package/src/logger/transform-logger.d.ts +0 -0
  48. package/src/logger/transform-logger.js +1 -0
  49. package/src/utils/index.d.ts +0 -0
  50. package/src/utils/index.js +1 -0
  51. package/src/utils/lang.d.ts +0 -0
  52. package/src/utils/lang.js +1 -0
  53. package/src/utils/literals.d.ts +0 -0
  54. package/src/utils/literals.js +1 -0
  55. package/src/utils/object.d.ts +0 -0
  56. package/src/utils/object.js +1 -0
  57. package/src/utils/partially-ordered-set.d.ts +0 -0
  58. package/src/utils/partially-ordered-set.js +1 -0
  59. package/src/utils/priority-queue.d.ts +0 -0
  60. package/src/utils/priority-queue.js +1 -0
  61. package/src/utils/strings.d.ts +0 -0
  62. package/src/utils/strings.js +1 -0
  63. package/src/utils/template.d.ts +1 -1
  64. package/src/utils/template.js +1 -0
  65. package/src/virtual-fs/host/alias.d.ts +0 -0
  66. package/src/virtual-fs/host/alias.js +1 -0
  67. package/src/virtual-fs/host/buffer.d.ts +0 -0
  68. package/src/virtual-fs/host/buffer.js +1 -0
  69. package/src/virtual-fs/host/create.d.ts +0 -0
  70. package/src/virtual-fs/host/create.js +1 -0
  71. package/src/virtual-fs/host/empty.d.ts +0 -0
  72. package/src/virtual-fs/host/empty.js +1 -0
  73. package/src/virtual-fs/host/index.d.ts +0 -0
  74. package/src/virtual-fs/host/index.js +1 -0
  75. package/src/virtual-fs/host/interface.d.ts +3 -3
  76. package/src/virtual-fs/host/interface.js +1 -0
  77. package/src/virtual-fs/host/memory.d.ts +0 -0
  78. package/src/virtual-fs/host/memory.js +6 -5
  79. package/src/virtual-fs/host/pattern.d.ts +1 -1
  80. package/src/virtual-fs/host/pattern.js +1 -0
  81. package/src/virtual-fs/host/record.d.ts +1 -1
  82. package/src/virtual-fs/host/record.js +1 -0
  83. package/src/virtual-fs/host/resolver.d.ts +0 -0
  84. package/src/virtual-fs/host/resolver.js +1 -0
  85. package/src/virtual-fs/host/safe.d.ts +0 -0
  86. package/src/virtual-fs/host/safe.js +1 -0
  87. package/src/virtual-fs/host/scoped.d.ts +0 -0
  88. package/src/virtual-fs/host/scoped.js +1 -0
  89. package/src/virtual-fs/host/sync.d.ts +0 -0
  90. package/src/virtual-fs/host/sync.js +1 -0
  91. package/src/virtual-fs/host/test.d.ts +0 -0
  92. package/src/virtual-fs/host/test.js +1 -0
  93. package/src/virtual-fs/index.d.ts +0 -0
  94. package/src/virtual-fs/index.js +1 -0
  95. package/src/virtual-fs/path.d.ts +4 -4
  96. package/src/virtual-fs/path.js +1 -0
  97. package/src/workspace/core.d.ts +0 -0
  98. package/src/workspace/core.js +1 -0
  99. package/src/workspace/definitions.d.ts +1 -1
  100. package/src/workspace/definitions.js +1 -0
  101. package/src/workspace/host.d.ts +0 -0
  102. package/src/workspace/host.js +3 -2
  103. package/src/workspace/index.d.ts +0 -0
  104. package/src/workspace/index.js +1 -0
  105. package/src/workspace/json/metadata.d.ts +0 -0
  106. package/src/workspace/json/metadata.js +1 -0
  107. package/src/workspace/json/reader.d.ts +0 -0
  108. package/src/workspace/json/reader.js +1 -0
  109. package/src/workspace/json/utilities.d.ts +1 -1
  110. package/src/workspace/json/utilities.js +1 -0
  111. package/src/workspace/json/writer.d.ts +0 -0
  112. package/src/workspace/json/writer.js +1 -0
  113. package/node/BUILD.bazel +0 -70
  114. package/node/testing/BUILD.bazel +0 -29
package/node/BUILD.bazel DELETED
@@ -1,70 +0,0 @@
1
- # Copyright Google Inc. All Rights Reserved.
2
- #
3
- # Use of this source code is governed by an MIT-style license that can be
4
- # found in the LICENSE file at https://angular.io/license
5
-
6
- load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
7
- load("//tools:defaults.bzl", "ts_library")
8
- load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
9
-
10
- licenses(["notice"])
11
-
12
- package(default_visibility = ["//visibility:public"])
13
-
14
- ts_library(
15
- name = "node",
16
- srcs = glob(
17
- include = ["**/*.ts"],
18
- exclude = [
19
- "testing/**/*.ts",
20
- "**/*_spec.ts",
21
- "**/*_benchmark.ts",
22
- ],
23
- ),
24
- data = ["package.json"],
25
- module_name = "@angular-devkit/core/node",
26
- module_root = "index.d.ts",
27
- deps = [
28
- "//packages/angular_devkit/core",
29
- "@npm//@types/node",
30
- "@npm//chokidar",
31
- "@npm//rxjs",
32
- ],
33
- )
34
-
35
- # @external_begin
36
-
37
- ts_library(
38
- name = "node_test_lib",
39
- testonly = True,
40
- srcs = glob(
41
- include = [
42
- "**/*_spec.ts",
43
- ],
44
- exclude = [
45
- "testing/**/*.ts",
46
- ],
47
- ),
48
- deps = [
49
- ":node",
50
- "//packages/angular_devkit/core",
51
- "@npm//rxjs",
52
- ],
53
- )
54
-
55
- [
56
- jasmine_node_test(
57
- name = "node_test_" + toolchain_name,
58
- srcs = [":node_test_lib"],
59
- tags = [toolchain_name],
60
- toolchain = toolchain,
61
- deps = [
62
- "@npm//chokidar",
63
- ],
64
- )
65
- for toolchain_name, toolchain in zip(
66
- TOOLCHAINS_NAMES,
67
- TOOLCHAINS_VERSIONS,
68
- )
69
- ]
70
- # @external_end
@@ -1,29 +0,0 @@
1
- load("//tools:defaults.bzl", "ts_library")
2
-
3
- # Copyright Google Inc. All Rights Reserved.
4
- #
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
7
- licenses(["notice"])
8
-
9
- package(default_visibility = ["//visibility:public"])
10
-
11
- ts_library(
12
- name = "testing",
13
- srcs = glob(
14
- include = ["**/*.ts"],
15
- exclude = [
16
- "**/*_spec.ts",
17
- "**/*_benchmark.ts",
18
- ],
19
- ),
20
- module_name = "@angular-devkit/core/node/testing",
21
- module_root = "index.d.ts",
22
- deps = [
23
- "//packages/angular_devkit/core",
24
- "//packages/angular_devkit/core/node",
25
- "@npm//@types/jasmine",
26
- "@npm//@types/node",
27
- "@npm//rxjs",
28
- ],
29
- )