@angular/compiler-cli 14.0.0-rc.3 → 14.1.0-next.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 (48) hide show
  1. package/bundles/{chunk-LX5Q27EF.js → chunk-7J66ZDC5.js} +3 -3
  2. package/bundles/{chunk-LX5Q27EF.js.map → chunk-7J66ZDC5.js.map} +0 -0
  3. package/bundles/{chunk-W6KM7BUM.js → chunk-AKU7LV22.js} +6 -6
  4. package/bundles/{chunk-W6KM7BUM.js.map → chunk-AKU7LV22.js.map} +0 -0
  5. package/bundles/{chunk-WGBFSDVQ.js → chunk-BFPVXDJN.js} +7 -7
  6. package/bundles/{chunk-WGBFSDVQ.js.map → chunk-BFPVXDJN.js.map} +0 -0
  7. package/bundles/{chunk-I7TI6THJ.js → chunk-CFXFF2GM.js} +40 -40
  8. package/bundles/{chunk-I7TI6THJ.js.map → chunk-CFXFF2GM.js.map} +0 -0
  9. package/bundles/{chunk-EN4WVK2E.js → chunk-GIDRICZE.js} +5 -5
  10. package/bundles/{chunk-EN4WVK2E.js.map → chunk-GIDRICZE.js.map} +0 -0
  11. package/bundles/{chunk-R3C7RFJ4.js → chunk-HMWNYAAE.js} +2 -2
  12. package/bundles/{chunk-R3C7RFJ4.js.map → chunk-HMWNYAAE.js.map} +0 -0
  13. package/bundles/{chunk-7XY4OMWJ.js → chunk-JJOKGPPP.js} +33 -31
  14. package/bundles/{chunk-7XY4OMWJ.js.map → chunk-JJOKGPPP.js.map} +1 -1
  15. package/bundles/{chunk-T7MYRXIE.js → chunk-MURZUYM7.js} +7 -7
  16. package/bundles/{chunk-T7MYRXIE.js.map → chunk-MURZUYM7.js.map} +0 -0
  17. package/bundles/{chunk-KAZROYQX.js → chunk-PI2777Z6.js} +71 -71
  18. package/bundles/{chunk-KAZROYQX.js.map → chunk-PI2777Z6.js.map} +1 -1
  19. package/bundles/{chunk-R4NY3TJC.js → chunk-QK4SXRQA.js} +5 -5
  20. package/bundles/{chunk-R4NY3TJC.js.map → chunk-QK4SXRQA.js.map} +0 -0
  21. package/bundles/{chunk-JDKMNZ6O.js → chunk-SFACRVMZ.js} +26 -26
  22. package/bundles/{chunk-JDKMNZ6O.js.map → chunk-SFACRVMZ.js.map} +0 -0
  23. package/bundles/{chunk-OLGEBPBY.js → chunk-U2VFXNL7.js} +4 -4
  24. package/bundles/{chunk-OLGEBPBY.js.map → chunk-U2VFXNL7.js.map} +0 -0
  25. package/bundles/{chunk-GWA6QBDZ.js → chunk-UERCMXQE.js} +83 -71
  26. package/bundles/{chunk-GWA6QBDZ.js.map → chunk-UERCMXQE.js.map} +1 -1
  27. package/bundles/{chunk-AWUSLKAS.js → chunk-VAPEAGED.js} +93 -92
  28. package/bundles/{chunk-AWUSLKAS.js.map → chunk-VAPEAGED.js.map} +1 -1
  29. package/bundles/{chunk-2IMT6JFI.js → chunk-ZJCM37WF.js} +6 -6
  30. package/bundles/{chunk-2IMT6JFI.js.map → chunk-ZJCM37WF.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/ngcc/src/packages/build_marker.d.ts +1 -1
  46. package/package.json +2 -2
  47. package/src/ngtsc/annotations/ng_module/src/handler.d.ts +2 -1
  48. package/src/ngtsc/core/api/src/public_options.d.ts +10 -0
@@ -9,7 +9,7 @@
9
9
  import { AbsoluteFsPath } from '../../../src/ngtsc/file_system';
10
10
  import { PackageJsonUpdater } from '../writing/package_json_updater';
11
11
  import { EntryPointPackageJson, PackageJsonFormatProperties } from './entry_point';
12
- export declare const NGCC_VERSION = "14.0.0-rc.3";
12
+ export declare const NGCC_VERSION = "14.1.0-next.0";
13
13
  /**
14
14
  * Returns true if there is a format in this entry-point that was compiled with an outdated version
15
15
  * of ngcc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "14.0.0-rc.3",
3
+ "version": "14.1.0-next.0",
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": "14.0.0-rc.3",
68
+ "@angular/compiler": "14.1.0-next.0",
69
69
  "typescript": ">=4.6.2 <4.8"
70
70
  },
71
71
  "repository": {
@@ -64,9 +64,10 @@ export declare class NgModuleDecoratorHandler implements DecoratorHandler<Decora
64
64
  private refEmitter;
65
65
  private factoryTracker;
66
66
  private annotateForClosureCompiler;
67
+ private onlyPublishPublicTypings;
67
68
  private injectableRegistry;
68
69
  private perf;
69
- constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaReader: MetadataReader, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, referencesRegistry: ReferencesRegistry, isCore: boolean, refEmitter: ReferenceEmitter, factoryTracker: FactoryTracker | null, annotateForClosureCompiler: boolean, injectableRegistry: InjectableClassRegistry, perf: PerfRecorder);
70
+ constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaReader: MetadataReader, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, referencesRegistry: ReferencesRegistry, isCore: boolean, refEmitter: ReferenceEmitter, factoryTracker: FactoryTracker | null, annotateForClosureCompiler: boolean, onlyPublishPublicTypings: boolean, injectableRegistry: InjectableClassRegistry, perf: PerfRecorder);
70
71
  readonly precedence = HandlerPrecedence.PRIMARY;
71
72
  readonly name: string;
72
73
  detect(node: ClassDeclaration, decorators: Decorator[] | null): DetectResult<Decorator> | undefined;
@@ -312,6 +312,16 @@ export interface BazelAndG3Options {
312
312
  * support these future imports.
313
313
  */
314
314
  generateDeepReexports?: boolean;
315
+ /**
316
+ * The `.d.ts` file for NgModules contain type pointers to their declarations, imports, and
317
+ * exports. Without this flag, the generated type definition will include
318
+ * components/directives/pipes/NgModules that are declared or imported locally in the NgModule and
319
+ * not necessarily exported to consumers.
320
+ *
321
+ * With this flag set, the type definition generated in the `.d.ts` for an NgModule will be
322
+ * filtered to only list those types which are publicly exported by the NgModule.
323
+ */
324
+ onlyPublishPublicTypingsForNgModules?: boolean;
315
325
  /**
316
326
  * Insert JSDoc type annotations needed by Closure Compiler
317
327
  */