@angular/build 18.1.0-next.1 → 18.1.0-next.3

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 (254) hide show
  1. package/package.json +20 -11
  2. package/src/builders/application/build-action.d.ts +1 -1
  3. package/src/builders/application/build-action.js +1 -1
  4. package/src/builders/application/execute-build.d.ts +1 -1
  5. package/src/builders/application/execute-build.js +1 -1
  6. package/src/builders/application/execute-post-bundle.d.ts +1 -1
  7. package/src/builders/application/execute-post-bundle.js +1 -1
  8. package/src/builders/application/i18n.d.ts +1 -1
  9. package/src/builders/application/i18n.js +1 -1
  10. package/src/builders/application/index.d.ts +1 -1
  11. package/src/builders/application/index.js +1 -1
  12. package/src/builders/application/options.d.ts +1 -1
  13. package/src/builders/application/options.js +1 -1
  14. package/src/builders/application/setup-bundling.d.ts +1 -1
  15. package/src/builders/application/setup-bundling.js +1 -1
  16. package/src/builders/dev-server/builder.d.ts +1 -1
  17. package/src/builders/dev-server/builder.js +1 -1
  18. package/src/builders/dev-server/index.d.ts +1 -1
  19. package/src/builders/dev-server/index.js +1 -1
  20. package/src/builders/dev-server/internal.d.ts +1 -1
  21. package/src/builders/dev-server/internal.js +1 -1
  22. package/src/builders/dev-server/options.d.ts +1 -1
  23. package/src/builders/dev-server/options.js +1 -1
  24. package/src/builders/dev-server/output.d.ts +1 -1
  25. package/src/builders/dev-server/output.js +1 -1
  26. package/src/builders/dev-server/vite-server.d.ts +1 -1
  27. package/src/builders/dev-server/vite-server.js +2 -1
  28. package/src/builders/extract-i18n/application-extraction.d.ts +1 -1
  29. package/src/builders/extract-i18n/application-extraction.js +1 -1
  30. package/src/builders/extract-i18n/builder.d.ts +1 -1
  31. package/src/builders/extract-i18n/builder.js +1 -1
  32. package/src/builders/extract-i18n/index.d.ts +1 -1
  33. package/src/builders/extract-i18n/index.js +1 -1
  34. package/src/builders/extract-i18n/options.d.ts +1 -1
  35. package/src/builders/extract-i18n/options.js +1 -1
  36. package/src/index.d.ts +1 -1
  37. package/src/index.js +1 -1
  38. package/src/private.d.ts +1 -1
  39. package/src/private.js +1 -1
  40. package/src/tools/babel/plugins/adjust-static-class-members.d.ts +1 -1
  41. package/src/tools/babel/plugins/adjust-static-class-members.js +1 -1
  42. package/src/tools/babel/plugins/adjust-typescript-enums.d.ts +1 -1
  43. package/src/tools/babel/plugins/adjust-typescript-enums.js +1 -1
  44. package/src/tools/babel/plugins/elide-angular-metadata.d.ts +1 -1
  45. package/src/tools/babel/plugins/elide-angular-metadata.js +1 -1
  46. package/src/tools/babel/plugins/index.d.ts +1 -1
  47. package/src/tools/babel/plugins/index.js +1 -1
  48. package/src/tools/babel/plugins/pure-toplevel-functions.d.ts +1 -1
  49. package/src/tools/babel/plugins/pure-toplevel-functions.js +1 -1
  50. package/src/tools/babel/typings.d.ts +1 -1
  51. package/src/tools/esbuild/angular/angular-host.d.ts +1 -1
  52. package/src/tools/esbuild/angular/angular-host.js +1 -1
  53. package/src/tools/esbuild/angular/compilation/angular-compilation.d.ts +1 -1
  54. package/src/tools/esbuild/angular/compilation/angular-compilation.js +1 -1
  55. package/src/tools/esbuild/angular/compilation/aot-compilation.d.ts +1 -1
  56. package/src/tools/esbuild/angular/compilation/aot-compilation.js +1 -1
  57. package/src/tools/esbuild/angular/compilation/factory.d.ts +1 -1
  58. package/src/tools/esbuild/angular/compilation/factory.js +1 -1
  59. package/src/tools/esbuild/angular/compilation/index.d.ts +1 -1
  60. package/src/tools/esbuild/angular/compilation/index.js +1 -1
  61. package/src/tools/esbuild/angular/compilation/jit-bootstrap-transformer.d.ts +1 -1
  62. package/src/tools/esbuild/angular/compilation/jit-bootstrap-transformer.js +1 -1
  63. package/src/tools/esbuild/angular/compilation/jit-compilation.d.ts +1 -1
  64. package/src/tools/esbuild/angular/compilation/jit-compilation.js +1 -1
  65. package/src/tools/esbuild/angular/compilation/noop-compilation.d.ts +1 -1
  66. package/src/tools/esbuild/angular/compilation/noop-compilation.js +1 -1
  67. package/src/tools/esbuild/angular/compilation/parallel-compilation.d.ts +1 -1
  68. package/src/tools/esbuild/angular/compilation/parallel-compilation.js +1 -1
  69. package/src/tools/esbuild/angular/compilation/parallel-worker.d.ts +1 -1
  70. package/src/tools/esbuild/angular/compilation/parallel-worker.js +1 -1
  71. package/src/tools/esbuild/angular/compilation-state.d.ts +1 -1
  72. package/src/tools/esbuild/angular/compilation-state.js +1 -1
  73. package/src/tools/esbuild/angular/compiler-plugin.d.ts +2 -2
  74. package/src/tools/esbuild/angular/compiler-plugin.js +9 -4
  75. package/src/tools/esbuild/angular/component-stylesheets.d.ts +1 -1
  76. package/src/tools/esbuild/angular/component-stylesheets.js +1 -1
  77. package/src/tools/esbuild/angular/diagnostics.d.ts +1 -1
  78. package/src/tools/esbuild/angular/diagnostics.js +1 -1
  79. package/src/tools/esbuild/angular/file-reference-tracker.d.ts +1 -1
  80. package/src/tools/esbuild/angular/file-reference-tracker.js +1 -1
  81. package/src/tools/esbuild/angular/jit-plugin-callbacks.d.ts +1 -1
  82. package/src/tools/esbuild/angular/jit-plugin-callbacks.js +1 -1
  83. package/src/tools/esbuild/angular/jit-resource-transformer.d.ts +1 -1
  84. package/src/tools/esbuild/angular/jit-resource-transformer.js +1 -1
  85. package/src/tools/esbuild/angular/source-file-cache.d.ts +1 -1
  86. package/src/tools/esbuild/angular/source-file-cache.js +1 -1
  87. package/src/tools/esbuild/angular/uri.d.ts +1 -1
  88. package/src/tools/esbuild/angular/uri.js +1 -1
  89. package/src/tools/esbuild/angular/web-worker-transformer.d.ts +1 -1
  90. package/src/tools/esbuild/angular/web-worker-transformer.js +1 -1
  91. package/src/tools/esbuild/application-code-bundle.d.ts +1 -1
  92. package/src/tools/esbuild/application-code-bundle.js +18 -3
  93. package/src/tools/esbuild/budget-stats.d.ts +1 -1
  94. package/src/tools/esbuild/budget-stats.js +1 -1
  95. package/src/tools/esbuild/bundler-context.d.ts +1 -1
  96. package/src/tools/esbuild/bundler-context.js +1 -1
  97. package/src/tools/esbuild/bundler-execution-result.d.ts +1 -1
  98. package/src/tools/esbuild/bundler-execution-result.js +1 -1
  99. package/src/tools/esbuild/cache.d.ts +1 -1
  100. package/src/tools/esbuild/cache.js +1 -1
  101. package/src/tools/esbuild/commonjs-checker.d.ts +1 -1
  102. package/src/tools/esbuild/commonjs-checker.js +1 -1
  103. package/src/tools/esbuild/compiler-plugin-options.d.ts +1 -1
  104. package/src/tools/esbuild/compiler-plugin-options.js +2 -2
  105. package/src/tools/esbuild/external-packages-plugin.d.ts +1 -1
  106. package/src/tools/esbuild/external-packages-plugin.js +1 -1
  107. package/src/tools/esbuild/global-scripts.d.ts +1 -1
  108. package/src/tools/esbuild/global-scripts.js +2 -2
  109. package/src/tools/esbuild/global-styles.d.ts +1 -1
  110. package/src/tools/esbuild/global-styles.js +2 -2
  111. package/src/tools/esbuild/i18n-inliner-worker.d.ts +1 -1
  112. package/src/tools/esbuild/i18n-inliner-worker.js +1 -1
  113. package/src/tools/esbuild/i18n-inliner.d.ts +1 -1
  114. package/src/tools/esbuild/i18n-inliner.js +1 -1
  115. package/src/tools/esbuild/i18n-locale-plugin.d.ts +1 -1
  116. package/src/tools/esbuild/i18n-locale-plugin.js +1 -1
  117. package/src/tools/esbuild/index-html-generator.d.ts +1 -1
  118. package/src/tools/esbuild/index-html-generator.js +8 -10
  119. package/src/tools/esbuild/javascript-transformer-worker.d.ts +1 -1
  120. package/src/tools/esbuild/javascript-transformer-worker.js +1 -1
  121. package/src/tools/esbuild/javascript-transformer.d.ts +1 -1
  122. package/src/tools/esbuild/javascript-transformer.js +1 -1
  123. package/src/tools/esbuild/license-extractor.d.ts +1 -1
  124. package/src/tools/esbuild/license-extractor.js +1 -1
  125. package/src/tools/esbuild/lmdb-cache-store.d.ts +1 -1
  126. package/src/tools/esbuild/lmdb-cache-store.js +1 -1
  127. package/src/tools/esbuild/load-result-cache.d.ts +1 -1
  128. package/src/tools/esbuild/load-result-cache.js +1 -1
  129. package/src/tools/esbuild/profiling.d.ts +1 -1
  130. package/src/tools/esbuild/profiling.js +1 -1
  131. package/src/tools/esbuild/rxjs-esm-resolution-plugin.d.ts +1 -1
  132. package/src/tools/esbuild/rxjs-esm-resolution-plugin.js +1 -1
  133. package/src/tools/esbuild/sourcemap-ignorelist-plugin.d.ts +1 -1
  134. package/src/tools/esbuild/sourcemap-ignorelist-plugin.js +1 -1
  135. package/src/tools/esbuild/stylesheets/bundle-options.d.ts +1 -1
  136. package/src/tools/esbuild/stylesheets/bundle-options.js +1 -1
  137. package/src/tools/esbuild/stylesheets/css-inline-fonts-plugin.d.ts +1 -1
  138. package/src/tools/esbuild/stylesheets/css-inline-fonts-plugin.js +1 -1
  139. package/src/tools/esbuild/stylesheets/css-language.d.ts +1 -1
  140. package/src/tools/esbuild/stylesheets/css-language.js +1 -1
  141. package/src/tools/esbuild/stylesheets/css-resource-plugin.d.ts +1 -1
  142. package/src/tools/esbuild/stylesheets/css-resource-plugin.js +1 -1
  143. package/src/tools/esbuild/stylesheets/less-language.d.ts +1 -1
  144. package/src/tools/esbuild/stylesheets/less-language.js +1 -1
  145. package/src/tools/esbuild/stylesheets/sass-language.d.ts +1 -1
  146. package/src/tools/esbuild/stylesheets/sass-language.js +1 -1
  147. package/src/tools/esbuild/stylesheets/stylesheet-plugin-factory.d.ts +9 -2
  148. package/src/tools/esbuild/stylesheets/stylesheet-plugin-factory.js +46 -41
  149. package/src/tools/esbuild/utils.d.ts +1 -1
  150. package/src/tools/esbuild/utils.js +1 -1
  151. package/src/tools/esbuild/virtual-module-plugin.d.ts +1 -1
  152. package/src/tools/esbuild/virtual-module-plugin.js +1 -1
  153. package/src/tools/esbuild/watcher.d.ts +1 -1
  154. package/src/tools/esbuild/watcher.js +1 -1
  155. package/src/tools/sass/lexer.d.ts +1 -1
  156. package/src/tools/sass/lexer.js +1 -1
  157. package/src/tools/sass/rebasing-importer.d.ts +1 -1
  158. package/src/tools/sass/rebasing-importer.js +1 -1
  159. package/src/tools/sass/sass-service.d.ts +1 -1
  160. package/src/tools/sass/sass-service.js +1 -1
  161. package/src/tools/sass/worker.d.ts +1 -1
  162. package/src/tools/sass/worker.js +1 -1
  163. package/src/tools/vite/angular-memory-plugin.d.ts +1 -1
  164. package/src/tools/vite/angular-memory-plugin.js +12 -12
  165. package/src/tools/vite/i18n-locale-plugin.d.ts +1 -1
  166. package/src/tools/vite/i18n-locale-plugin.js +1 -1
  167. package/src/utils/bundle-calculator.d.ts +1 -1
  168. package/src/utils/bundle-calculator.js +1 -1
  169. package/src/utils/check-port.d.ts +1 -1
  170. package/src/utils/check-port.js +27 -7
  171. package/src/utils/color.d.ts +1 -1
  172. package/src/utils/color.js +1 -1
  173. package/src/utils/delete-output-dir.d.ts +1 -1
  174. package/src/utils/delete-output-dir.js +1 -1
  175. package/src/utils/environment-options.d.ts +1 -1
  176. package/src/utils/environment-options.js +5 -2
  177. package/src/utils/error.d.ts +1 -1
  178. package/src/utils/error.js +1 -1
  179. package/src/utils/format-bytes.d.ts +1 -1
  180. package/src/utils/format-bytes.js +1 -1
  181. package/src/utils/i18n-options.d.ts +1 -1
  182. package/src/utils/i18n-options.js +1 -1
  183. package/src/utils/index-file/add-event-dispatch-contract.d.ts +1 -1
  184. package/src/utils/index-file/add-event-dispatch-contract.js +1 -1
  185. package/src/utils/index-file/augment-index-html.d.ts +1 -1
  186. package/src/utils/index-file/augment-index-html.js +21 -8
  187. package/src/utils/index-file/html-rewriting-stream.d.ts +1 -1
  188. package/src/utils/index-file/html-rewriting-stream.js +1 -1
  189. package/src/utils/index-file/index-html-generator.d.ts +1 -1
  190. package/src/utils/index-file/index-html-generator.js +1 -1
  191. package/src/utils/index-file/inline-critical-css.d.ts +1 -1
  192. package/src/utils/index-file/inline-critical-css.js +1 -1
  193. package/src/utils/index-file/inline-fonts.d.ts +1 -1
  194. package/src/utils/index-file/inline-fonts.js +1 -1
  195. package/src/utils/index-file/nonce.d.ts +1 -1
  196. package/src/utils/index-file/nonce.js +2 -3
  197. package/src/utils/index-file/valid-self-closing-tags.d.ts +1 -1
  198. package/src/utils/index-file/valid-self-closing-tags.js +1 -1
  199. package/src/utils/index.d.ts +1 -1
  200. package/src/utils/index.js +1 -1
  201. package/src/utils/load-esm.d.ts +1 -1
  202. package/src/utils/load-esm.js +1 -1
  203. package/src/utils/load-proxy-config.d.ts +1 -1
  204. package/src/utils/load-proxy-config.js +1 -1
  205. package/src/utils/load-translations.d.ts +1 -1
  206. package/src/utils/load-translations.js +1 -1
  207. package/src/utils/normalize-asset-patterns.d.ts +1 -1
  208. package/src/utils/normalize-asset-patterns.js +1 -1
  209. package/src/utils/normalize-cache.d.ts +1 -1
  210. package/src/utils/normalize-cache.js +2 -2
  211. package/src/utils/normalize-optimization.d.ts +1 -1
  212. package/src/utils/normalize-optimization.js +1 -1
  213. package/src/utils/normalize-source-maps.d.ts +1 -1
  214. package/src/utils/normalize-source-maps.js +1 -1
  215. package/src/utils/postcss-configuration.d.ts +1 -1
  216. package/src/utils/postcss-configuration.js +1 -1
  217. package/src/utils/purge-cache.d.ts +1 -1
  218. package/src/utils/purge-cache.js +1 -1
  219. package/src/utils/resolve-assets.d.ts +1 -1
  220. package/src/utils/resolve-assets.js +1 -1
  221. package/src/utils/routes-extractor/extractor.d.ts +1 -1
  222. package/src/utils/routes-extractor/extractor.js +1 -1
  223. package/src/utils/server-rendering/esm-in-memory-loader/loader-hooks.d.ts +1 -1
  224. package/src/utils/server-rendering/esm-in-memory-loader/loader-hooks.js +1 -1
  225. package/src/utils/server-rendering/esm-in-memory-loader/register-hooks.d.ts +1 -1
  226. package/src/utils/server-rendering/esm-in-memory-loader/register-hooks.js +1 -1
  227. package/src/utils/server-rendering/fetch-patch.d.ts +1 -1
  228. package/src/utils/server-rendering/fetch-patch.js +1 -1
  229. package/src/utils/server-rendering/load-esm-from-memory.d.ts +1 -1
  230. package/src/utils/server-rendering/load-esm-from-memory.js +1 -1
  231. package/src/utils/server-rendering/main-bundle-exports.d.ts +1 -1
  232. package/src/utils/server-rendering/main-bundle-exports.js +1 -1
  233. package/src/utils/server-rendering/prerender.d.ts +1 -1
  234. package/src/utils/server-rendering/prerender.js +1 -1
  235. package/src/utils/server-rendering/render-page.d.ts +1 -1
  236. package/src/utils/server-rendering/render-page.js +1 -1
  237. package/src/utils/server-rendering/render-worker.d.ts +1 -1
  238. package/src/utils/server-rendering/render-worker.js +1 -1
  239. package/src/utils/server-rendering/routes-extractor-worker.d.ts +1 -1
  240. package/src/utils/server-rendering/routes-extractor-worker.js +1 -1
  241. package/src/utils/service-worker.d.ts +1 -1
  242. package/src/utils/service-worker.js +1 -1
  243. package/src/utils/spinner.d.ts +1 -1
  244. package/src/utils/spinner.js +1 -1
  245. package/src/utils/stats-table.d.ts +1 -1
  246. package/src/utils/stats-table.js +1 -1
  247. package/src/utils/supported-browsers.d.ts +1 -1
  248. package/src/utils/supported-browsers.js +1 -1
  249. package/src/utils/tty.d.ts +1 -1
  250. package/src/utils/tty.js +1 -1
  251. package/src/utils/url.d.ts +1 -1
  252. package/src/utils/url.js +1 -1
  253. package/src/utils/version.d.ts +1 -1
  254. package/src/utils/version.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/build",
3
- "version": "18.1.0-next.1",
3
+ "version": "18.1.0-next.3",
4
4
  "description": "Official build system for Angular",
5
5
  "keywords": [
6
6
  "Angular CLI",
@@ -23,29 +23,29 @@
23
23
  "builders": "builders.json",
24
24
  "dependencies": {
25
25
  "@ampproject/remapping": "2.3.0",
26
- "@angular-devkit/architect": "0.1801.0-next.1",
26
+ "@angular-devkit/architect": "0.1801.0-next.3",
27
27
  "@babel/core": "7.24.7",
28
28
  "@babel/helper-annotate-as-pure": "7.24.7",
29
29
  "@babel/helper-split-export-declaration": "7.24.7",
30
+ "@inquirer/confirm": "3.1.10",
30
31
  "@vitejs/plugin-basic-ssl": "1.1.0",
31
32
  "ansi-colors": "4.1.3",
32
33
  "browserslist": "^4.23.0",
33
34
  "critters": "0.0.22",
34
- "esbuild": "0.21.4",
35
+ "esbuild": "0.21.5",
35
36
  "fast-glob": "3.3.2",
36
37
  "https-proxy-agent": "7.0.4",
37
- "inquirer": "9.2.23",
38
- "lmdb": "3.0.11",
38
+ "lmdb": "3.0.12",
39
39
  "magic-string": "0.30.10",
40
40
  "mrmime": "2.0.0",
41
41
  "ora": "5.4.1",
42
- "picomatch": "4.0.2",
43
- "piscina": "4.5.1",
44
42
  "parse5-html-rewriting-stream": "7.0.0",
45
- "sass": "1.77.4",
43
+ "picomatch": "4.0.2",
44
+ "piscina": "4.6.0",
45
+ "sass": "1.77.6",
46
46
  "semver": "7.6.2",
47
- "undici": "6.18.2",
48
- "vite": "5.2.12",
47
+ "undici": "6.19.2",
48
+ "vite": "5.3.1",
49
49
  "watchpack": "2.4.1"
50
50
  },
51
51
  "peerDependencies": {
@@ -78,6 +78,7 @@
78
78
  "optional": true
79
79
  }
80
80
  },
81
+ "packageManager": "yarn@4.3.0",
81
82
  "repository": {
82
83
  "type": "git",
83
84
  "url": "https://github.com/angular/angular-cli.git"
@@ -92,5 +93,13 @@
92
93
  "bugs": {
93
94
  "url": "https://github.com/angular/angular-cli/issues"
94
95
  },
95
- "homepage": "https://github.com/angular/angular-cli"
96
+ "homepage": "https://github.com/angular/angular-cli",
97
+ "dependenciesMeta": {
98
+ "esbuild": {
99
+ "built": true
100
+ },
101
+ "puppeteer": {
102
+ "built": true
103
+ }
104
+ }
96
105
  }
@@ -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 { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
9
9
  import { BuildOutputFile } from '../../tools/esbuild/bundler-context';
@@ -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 { BuilderContext } from '@angular-devkit/architect';
9
9
  import { ExecutionResult, RebuildState } from '../../tools/esbuild/bundler-execution-result';
@@ -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.executeBuild = executeBuild;
@@ -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 { BuildOutputFile, InitialFileRecord } from '../../tools/esbuild/bundler-context';
9
9
  import { BuildOutputAsset } from '../../tools/esbuild/bundler-execution-result';
@@ -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 { BuilderContext } from '@angular-devkit/architect';
9
9
  import { InitialFileRecord } from '../../tools/esbuild/bundler-context';
@@ -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.inlineI18n = inlineI18n;
@@ -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 { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
9
9
  import type { Plugin } from 'esbuild';
@@ -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.buildApplicationInternal = buildApplicationInternal;
@@ -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 type { BuilderContext } from '@angular-devkit/architect';
9
9
  import type { Plugin } from 'esbuild';
@@ -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 { SourceFileCache } from '../../tools/esbuild/angular/source-file-cache';
9
9
  import { BundlerContext } from '../../tools/esbuild/bundler-context';
@@ -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.setupBundlerContexts = setupBundlerContexts;
@@ -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 type { BuilderContext } from '@angular-devkit/architect';
9
9
  import type { Plugin } from 'esbuild';
@@ -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.execute = execute;
@@ -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 { execute } from './builder';
9
9
  import { DevServerBuilderOutput } from './output';
@@ -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.executeDevServer = exports.executeDevServerBuilder = 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 { BuildOutputFile, BuildOutputFileType } from '@angular/build';
9
9
  export { createRxjsEsmResolutionPlugin } from '../../tools/esbuild/rxjs-esm-resolution-plugin';
@@ -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.buildApplicationInternal = exports.transformSupportedBrowsersToTargets = exports.getSupportedBrowsers = exports.purgeStaleBuildCache = exports.renderPage = exports.isZonelessApp = exports.getFeatureSupport = exports.JavaScriptTransformer = exports.createRxjsEsmResolutionPlugin = exports.BuildOutputFileType = 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 { BuilderContext } from '@angular-devkit/architect';
9
9
  import { Schema as DevServerOptions } from './schema';
@@ -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 { BuilderOutput } from '@angular-devkit/architect';
9
9
  /**
@@ -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 type { BuilderContext } from '@angular-devkit/architect';
9
9
  import type { Plugin } from 'esbuild';
@@ -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;
@@ -508,6 +508,7 @@ function getDepOptimizationConfig({ disabled, exclude, include, target, zoneless
508
508
  supported: (0, internal_1.getFeatureSupport)(target, zoneless),
509
509
  plugins,
510
510
  loader,
511
+ resolveExtensions: ['.mjs', '.js', '.cjs'],
511
512
  },
512
513
  };
513
514
  }
@@ -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 type { ɵParsedMessage as LocalizeMessage } from '@angular/localize';
9
9
  import type { MessageExtractor } from '@angular/localize/tools';
@@ -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 type { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
9
9
  import type { ApplicationBuilderExtensions } from '../application/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 { execute } from './builder';
9
9
  import type { Schema as ExtractI18nBuilderOptions } from './schema';
@@ -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.execute = 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 { BuilderContext } from '@angular-devkit/architect';
9
9
  import { Schema as ExtractI18nOptions, Format } from './schema';
@@ -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 };
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
  export { buildApplication, type ApplicationBuilderOptions, type ApplicationBuilderOutput, } from './builders/application';
9
9
  export { type BuildOutputFile, BuildOutputFileType } from './tools/esbuild/bundler-context';
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
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.executeExtractI18nBuilder = exports.executeDevServerBuilder = exports.BuildOutputFileType = exports.buildApplication = void 0;
package/src/private.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
  /**
9
9
  * @fileoverview
package/src/private.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 { PluginObj } from '@babel/core';
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
  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 { PluginObj } from '@babel/core';
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
  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 type { PluginObj } from '@babel/core';
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.getKeywords = getKeywords;
@@ -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 { default as adjustStaticMembers } from './adjust-static-class-members';
9
9
  export { default as adjustTypeScriptEnums } from './adjust-typescript-enums';
@@ -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 type { PluginObj } from '@babel/core';
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
  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
 
9
9
  declare module '@babel/helper-annotate-as-pure' {
@@ -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 type ng from '@angular/compiler-cli';
9
9
  import type ts from 'typescript';
@@ -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 type ng from '@angular/compiler-cli';
9
9
  import type { PartialMessage } from 'esbuild';
@@ -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;