Skip to content

Commit 03d88c7

Browse files
JiaLiPassionatscott
authored andcommitted
feat: define all zone.js configurations to typescript interfaces (#35329)
PR Close #35329
1 parent b7519e5 commit 03d88c7

3 files changed

Lines changed: 750 additions & 0 deletions

File tree

packages/zone.js/dist/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ genrule(
2525
cmd = "cp $< $@",
2626
)
2727

28+
genrule(
29+
name = "zone_configurations_d_ts",
30+
srcs = ["//packages/zone.js/lib:zone.configurations.api.ts"],
31+
outs = ["zone.configurations.api.ts"],
32+
cmd = "cp $< $@",
33+
)
34+
2835
filegroup(
2936
name = "zone_d_ts",
3037
srcs = [
38+
":zone_configurations_d_ts",
3139
":zone_extensions_d_ts",
3240
":zone_js_d_ts",
3341
],

0 commit comments

Comments
 (0)