@angular/compiler-cli 9.1.3 → 9.1.7
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.
- package/ngcc/index.d.ts +2 -1
- package/ngcc/index.js +1 -1
- package/ngcc/src/analysis/module_with_providers_analyzer.d.ts +35 -9
- package/ngcc/src/analysis/module_with_providers_analyzer.js +101 -16
- package/ngcc/src/dependencies/dts_dependency_host.d.ts +1 -1
- package/ngcc/src/dependencies/dts_dependency_host.js +1 -1
- package/ngcc/src/dependencies/module_resolver.d.ts +1 -1
- package/ngcc/src/dependencies/module_resolver.js +1 -1
- package/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.d.ts +1 -1
- package/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.js +1 -1
- package/ngcc/src/entry_point_finder/targeted_entry_point_finder.d.ts +15 -8
- package/ngcc/src/entry_point_finder/targeted_entry_point_finder.js +86 -54
- package/ngcc/src/entry_point_finder/utils.d.ts +10 -1
- package/ngcc/src/entry_point_finder/utils.js +78 -28
- package/ngcc/src/execution/api.d.ts +3 -2
- package/ngcc/src/execution/api.js +1 -1
- package/ngcc/src/execution/cluster/api.d.ts +6 -1
- package/ngcc/src/execution/cluster/api.js +1 -1
- package/ngcc/src/execution/cluster/executor.d.ts +3 -1
- package/ngcc/src/execution/cluster/executor.js +4 -3
- package/ngcc/src/execution/cluster/master.d.ts +6 -1
- package/ngcc/src/execution/cluster/master.js +63 -19
- package/ngcc/src/execution/cluster/utils.d.ts +4 -2
- package/ngcc/src/execution/cluster/utils.js +13 -7
- package/ngcc/src/execution/cluster/worker.js +59 -29
- package/ngcc/src/execution/create_compile_function.d.ts +3 -3
- package/ngcc/src/execution/create_compile_function.js +14 -16
- package/ngcc/src/execution/single_process_executor.js +3 -3
- package/ngcc/src/execution/tasks/api.d.ts +10 -1
- package/ngcc/src/execution/tasks/api.js +1 -1
- package/ngcc/src/execution/tasks/queues/base_task_queue.d.ts +2 -1
- package/ngcc/src/execution/tasks/queues/base_task_queue.js +11 -4
- package/ngcc/src/execution/tasks/queues/parallel_task_queue.d.ts +1 -1
- package/ngcc/src/execution/tasks/queues/parallel_task_queue.js +3 -3
- package/ngcc/src/host/commonjs_host.js +6 -3
- package/ngcc/src/host/delegating_host.d.ts +1 -2
- package/ngcc/src/host/delegating_host.js +1 -4
- package/ngcc/src/host/esm2015_host.d.ts +96 -24
- package/ngcc/src/host/esm2015_host.js +320 -110
- package/ngcc/src/host/esm5_host.d.ts +0 -14
- package/ngcc/src/host/esm5_host.js +3 -35
- package/ngcc/src/host/ngcc_host.d.ts +1 -32
- package/ngcc/src/host/ngcc_host.js +1 -1
- package/ngcc/src/host/umd_host.js +14 -5
- package/ngcc/src/host/utils.d.ts +10 -0
- package/ngcc/src/host/utils.js +25 -0
- package/ngcc/src/main.js +13 -10
- package/ngcc/src/ngcc_options.d.ts +4 -10
- package/ngcc/src/ngcc_options.js +10 -18
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/ngcc/src/packages/build_marker.js +1 -1
- package/ngcc/src/packages/entry_point_bundle.d.ts +1 -1
- package/ngcc/src/packages/entry_point_bundle.js +1 -1
- package/ngcc/src/packages/transformer.js +2 -2
- package/ngcc/src/path_mappings.d.ts +20 -0
- package/ngcc/src/path_mappings.js +34 -0
- package/ngcc/src/rendering/esm_rendering_formatter.js +2 -2
- package/ngcc/src/writing/file_writer.d.ts +13 -1
- package/ngcc/src/writing/file_writer.js +1 -1
- package/ngcc/src/writing/in_place_file_writer.d.ts +4 -2
- package/ngcc/src/writing/in_place_file_writer.js +28 -2
- package/ngcc/src/writing/new_entry_point_file_writer.d.ts +3 -0
- package/ngcc/src/writing/new_entry_point_file_writer.js +69 -4
- package/package.json +2 -2
- package/src/ngtsc/partial_evaluator/src/interpreter.d.ts +1 -0
- package/src/ngtsc/partial_evaluator/src/interpreter.js +25 -1
- package/src/ngtsc/partial_evaluator/src/result.d.ts +2 -2
- package/src/ngtsc/partial_evaluator/src/result.js +1 -1
- package/src/ngtsc/reflection/src/host.d.ts +32 -0
- package/src/ngtsc/reflection/src/host.js +1 -1
- package/src/ngtsc/reflection/src/typescript.js +3 -1
- package/src/ngtsc/typecheck/src/expression.js +18 -5
- package/src/ngtsc/typecheck/src/type_check_block.js +4 -2
- package/src/version.js +1 -1
package/src/version.js
CHANGED
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
* Entry point for all public APIs of the common package.
|
|
23
23
|
*/
|
|
24
24
|
var compiler_1 = require("@angular/compiler");
|
|
25
|
-
exports.VERSION = new compiler_1.Version('9.1.
|
|
25
|
+
exports.VERSION = new compiler_1.Version('9.1.7');
|
|
26
26
|
});
|
|
27
27
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBpbGVyLWNsaS9zcmMvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7Ozs7Ozs7Ozs7OztJQUVIOzs7O09BSUc7SUFFSCw4Q0FBMEM7SUFFN0IsUUFBQSxPQUFPLEdBQUcsSUFBSSxrQkFBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIEluYy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbi8qKlxuICogQG1vZHVsZVxuICogQGRlc2NyaXB0aW9uXG4gKiBFbnRyeSBwb2ludCBmb3IgYWxsIHB1YmxpYyBBUElzIG9mIHRoZSBjb21tb24gcGFja2FnZS5cbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvbXBpbGVyJztcblxuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==
|