mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The options to generate NgFactory and NgSummary files were added to Ivy for backwards compatibility with ViewEngine. Since ViewEngine was deprecated and removed, the NgFactory and NgSummary files are no longer used as well. This commit drops obsolete options to generate NgFactory and NgSummary files. Also, the logic that generates those files is also removed. PR Close #48268
19 lines
472 B
TypeScript
19 lines
472 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
require('source-map-support').install();
|
|
|
|
import './init';
|
|
import './animate_spec';
|
|
import './basic_spec';
|
|
import './entry_components_spec';
|
|
import './i18n_spec';
|
|
import './ng_module_spec';
|
|
import './projection_spec';
|
|
import './query_spec';
|
|
import './source_map_spec';
|