mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(compiler): add required file header
Add required file header.
This commit is contained in:
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';
|
||||
|
||||
Reference in New Issue
Block a user