refactor(compiler): add required file header

Add required file header.
This commit is contained in:
Pawel Kozlowski
2023-06-28 13:17:09 +02:00
committed by Paul Gschwendtner
parent b263c00d36
commit e5e405ee6e
@@ -1,3 +1,11 @@
/**
* @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
*/
import * as o from '../../../../output/output_ast';
import * as ir from '../../ir';
import type {CompilationJob, CompilationUnit} from '../compilation';