File tree Expand file tree Collapse file tree
packages/angular_devkit/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,17 +8,12 @@ load("@io_bazel_rules_typescript//:defs.bzl", "ts_library")
88licenses (["notice" ]) # MIT License
99
1010ts_library (
11- name = "schematics" ,
12- srcs = [
13- "src/index.ts" ,
14- ],
11+ name = "core" ,
12+ srcs = glob (
13+ include = ["**/*.ts" ],
14+ exclude = ["**/*_spec.ts" , "**/*_benchmark.ts" ],
15+ ),
1516 deps = [
16- "//packages/angular_devkit/schematics/src/engine" ,
17- "//packages/angular_devkit/schematics/src/exception" ,
18- "//packages/angular_devkit/schematics/src/rules" ,
19- "//packages/angular_devkit/schematics/src/sink" ,
20- "//packages/angular_devkit/schematics/src/tree" ,
21- "//packages/angular_devkit/schematics/src/utility" ,
2217 ],
2318 tsconfig = "//:tsconfig.json" ,
2419 module_name = "@angular-devkit/schematics" ,
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments