File tree Expand file tree Collapse file tree 9 files changed +16
-14
lines changed
Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67licenses (["notice" ]) # MIT License
8+
79exports_files ([
810 "LICENSE" ,
911 "tsconfig.json" # @external
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ load("@io_bazel_rules_typescript//:defs.bzl", "ts_library")
88exports_files (["tsconfig.json" ]) # @external
99licenses (["notice" ]) # MIT License
1010
11-
1211ts_library (
1312 name = "schematics" ,
1413 srcs = [
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "engine" ,
@@ -22,7 +23,6 @@ ts_library(
2223 tsconfig = "//:tsconfig.json" ,
2324)
2425
25-
2626ts_library (
2727 name = "spec" ,
2828 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "exception" ,
@@ -17,7 +18,6 @@ ts_library(
1718 tsconfig = "//:tsconfig.json" ,
1819)
1920
20-
2121ts_library (
2222 name = "spec" ,
2323 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "rules" ,
@@ -29,7 +30,6 @@ ts_library(
2930 tsconfig = "//:tsconfig.json" ,
3031)
3132
32-
3333ts_library (
3434 name = "spec" ,
3535 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "sink" ,
@@ -24,7 +25,6 @@ ts_library(
2425 tsconfig = "//:tsconfig.json" ,
2526)
2627
27-
2828ts_library (
2929 name = "spec" ,
3030 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "tree" ,
@@ -22,7 +23,6 @@ ts_library(
2223 tsconfig = "//:tsconfig.json" ,
2324)
2425
25-
2626ts_library (
2727 name = "spec" ,
2828 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:public" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
7- licenses (["notice" ]) # MIT License
88
9+ licenses (["notice" ]) # MIT License
910
1011ts_library (
1112 name = "utility" ,
@@ -22,7 +23,6 @@ ts_library(
2223 tsconfig = "//:tsconfig.json" ,
2324)
2425
25-
2626ts_library (
2727 name = "spec" ,
2828 srcs = glob (["*_spec.ts" ]),
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.io/license
55package (default_visibility = ["//visibility:private" ])
6+
67load ("@io_bazel_rules_typescript//:defs.bzl" , "ts_library" )
78
89exports_files (["tsconfig.json" ]) # @external
9- licenses (["notice" ]) # MIT License
1010
11+ licenses (["notice" ]) # MIT License
1112
1213ts_library (
1314 name = "schematics_tools" ,
You can’t perform that action at this time.
0 commit comments