Skip to content

Commit 8cd7244

Browse files
gregmagolanAndrewKushnir
authored andcommitted
style: add file header (angular#28871)
PR Close angular#28871
1 parent ea09430 commit 8cd7244

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tools/npm/@angular_bazel/index.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
throw new Error('should never be run');
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
/**
9+
* @fileoverview This files is only here so that @npm//@angular/bazel/bin:ngc-wrapped
10+
* is a valid target as it is part of `esm5_outputs_aspect` in /packages/bazel/src/esm5.bzl
11+
* TODO(gregmagolan): fix esm5_outputs_aspect so that this is not required
12+
*/
13+
14+
throw new Error('should never be run');

0 commit comments

Comments
 (0)