@angular/compiler-cli 15.1.2 → 15.1.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 (48) hide show
  1. package/bundles/{chunk-ZOI6L3RR.js → chunk-5M32KPOS.js} +28 -28
  2. package/bundles/{chunk-ZOI6L3RR.js.map → chunk-5M32KPOS.js.map} +0 -0
  3. package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
  4. package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
  5. package/bundles/{chunk-33AJ4VGZ.js → chunk-FU4IW4GN.js} +70 -70
  6. package/bundles/{chunk-33AJ4VGZ.js.map → chunk-FU4IW4GN.js.map} +0 -0
  7. package/bundles/{chunk-YZWN2KWE.js → chunk-HK36RNP3.js} +5 -5
  8. package/bundles/{chunk-YZWN2KWE.js.map → chunk-HK36RNP3.js.map} +0 -0
  9. package/bundles/{chunk-2AV6BOTZ.js → chunk-J44BXEUC.js} +5 -5
  10. package/bundles/{chunk-2AV6BOTZ.js.map → chunk-J44BXEUC.js.map} +0 -0
  11. package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
  12. package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
  13. package/bundles/{chunk-2NLFVEGY.js → chunk-L644G6CJ.js} +7 -7
  14. package/bundles/{chunk-2NLFVEGY.js.map → chunk-L644G6CJ.js.map} +0 -0
  15. package/bundles/{chunk-P6RV7WPP.js → chunk-L6LHAJZ7.js} +72 -72
  16. package/bundles/{chunk-P6RV7WPP.js.map → chunk-L6LHAJZ7.js.map} +0 -0
  17. package/bundles/{chunk-7CWE4INV.js → chunk-ML7UDN4R.js} +40 -40
  18. package/bundles/{chunk-7CWE4INV.js.map → chunk-ML7UDN4R.js.map} +0 -0
  19. package/bundles/{chunk-NEQOZOZQ.js → chunk-O52BHOQL.js} +31 -31
  20. package/bundles/{chunk-NEQOZOZQ.js.map → chunk-O52BHOQL.js.map} +0 -0
  21. package/bundles/{chunk-B57SP4JB.js → chunk-OFPWZYAK.js} +2 -2
  22. package/bundles/{chunk-B57SP4JB.js.map → chunk-OFPWZYAK.js.map} +0 -0
  23. package/bundles/{chunk-LPXFO4TY.js → chunk-U6ACTSPA.js} +6 -6
  24. package/bundles/{chunk-LPXFO4TY.js.map → chunk-U6ACTSPA.js.map} +0 -0
  25. package/bundles/{chunk-ZF3IVDQ2.js → chunk-UPBLAOWL.js} +6 -6
  26. package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-UPBLAOWL.js.map} +0 -0
  27. package/bundles/{chunk-DEOVYZ6W.js → chunk-XRJ2O3LZ.js} +97 -97
  28. package/bundles/{chunk-DEOVYZ6W.js.map → chunk-XRJ2O3LZ.js.map} +0 -0
  29. package/bundles/{chunk-K7P4IHT5.js → chunk-YSDCIO24.js} +4 -4
  30. package/bundles/{chunk-K7P4IHT5.js.map → chunk-YSDCIO24.js.map} +0 -0
  31. package/bundles/index.js +12 -12
  32. package/bundles/linker/babel/index.js +12 -12
  33. package/bundles/linker/index.js +4 -4
  34. package/bundles/ngcc/index.js +12 -12
  35. package/bundles/ngcc/main-ngcc.js +13 -13
  36. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
  37. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  38. package/bundles/private/bazel.js +1 -1
  39. package/bundles/private/localize.js +3 -3
  40. package/bundles/private/migrations.js +5 -5
  41. package/bundles/private/tooling.js +2 -2
  42. package/bundles/src/bin/ng_xi18n.js +10 -10
  43. package/bundles/src/bin/ngc.js +8 -8
  44. package/bundles_metadata.json +1 -1
  45. package/index.d.ts +1 -1
  46. package/ngcc/src/packages/build_marker.d.ts +1 -1
  47. package/package.json +2 -2
  48. package/src/ngtsc/tsc_plugin.d.ts +1 -1
package/index.d.ts CHANGED
@@ -6,7 +6,7 @@ export { CompilerOptions as AngularCompilerOptions } from './src/transformers/ap
6
6
  export * from './private/tooling';
7
7
  export * from './src/ngtsc/logging';
8
8
  export * from './src/ngtsc/file_system';
9
- export { NgTscPlugin } from './src/ngtsc/tsc_plugin';
9
+ export { NgTscPlugin, PluginCompilerHost } from './src/ngtsc/tsc_plugin';
10
10
  export { NgtscProgram } from './src/ngtsc/program';
11
11
  export { OptimizeFor } from './src/ngtsc/typecheck/api';
12
12
  export { ConsoleLogger, Logger, LogLevel } from './src/ngtsc/logging';
@@ -8,7 +8,7 @@
8
8
  import { AbsoluteFsPath } from '../../../src/ngtsc/file_system';
9
9
  import { PackageJsonUpdater } from '../writing/package_json_updater';
10
10
  import { EntryPointPackageJson, PackageJsonFormatProperties } from './entry_point';
11
- export declare const NGCC_VERSION = "15.1.2";
11
+ export declare const NGCC_VERSION = "15.1.3";
12
12
  /**
13
13
  * Returns true if there is a format in this entry-point that was compiled with an outdated version
14
14
  * of ngcc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "15.1.2",
3
+ "version": "15.1.3",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -65,7 +65,7 @@
65
65
  "yargs": "^17.2.1"
66
66
  },
67
67
  "peerDependencies": {
68
- "@angular/compiler": "15.1.2",
68
+ "@angular/compiler": "15.1.3",
69
69
  "typescript": ">=4.8.2 <5.0"
70
70
  },
71
71
  "repository": {
@@ -15,7 +15,7 @@ import { UnifiedModulesHost } from './core/api';
15
15
  * Currently mirrored from @bazel/concatjs/internal/tsc_wrapped/plugin_api (with the naming of
16
16
  * `fileNameToModuleName` corrected).
17
17
  */
18
- interface PluginCompilerHost extends ts.CompilerHost, Partial<UnifiedModulesHost> {
18
+ export interface PluginCompilerHost extends ts.CompilerHost, Partial<UnifiedModulesHost> {
19
19
  readonly inputFiles: ReadonlyArray<string>;
20
20
  }
21
21
  /**