Skip to content

Commit 0a9ebba

Browse files
committed
build: remove unused code from legacy tooling and View Engine
Removes unused code from legacy tooling and View Engine compilation within Bazel. Also the clang-format file is removed given that we run prettier in the whole repository now.
1 parent 18d549e commit 0a9ebba

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

.clang-format

Lines changed: 0 additions & 14 deletions
This file was deleted.

build-config.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

tools/BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,3 @@ config_setting(
1818
name = "stamp",
1919
values = {"stamp": "true"},
2020
)
21-
22-
# This file generates the `angular_ivy_enabled.js` file, which exports a truthy value
23-
# whether Ivy should be enabled based on the `--defined=angular_ivy_enabled` value
24-
# so runtime can detect which mode it is running in.
25-
genrule(
26-
name = "angular_ivy_enabled",
27-
outs = ["angular_ivy_enabled.js"],
28-
cmd = "echo exports.ivyEnabled = \"'True' === '$(angular_ivy_enabled)'\"\\; > $@",
29-
)

0 commit comments

Comments
 (0)