Skip to content

Commit a1cd810

Browse files
authored
Update BUILD.bazel
The header lines from header.d.ts L17-22 should not be included in the DefinitelyTyped file, as caught in [DT PR 67111](DefinitelyTyped/DefinitelyTyped@cd03cb3).
1 parent 10c7211 commit a1cd810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ genrule(
1212
],
1313
outs = ["definitelytyped.d.ts"],
1414
cmd = "version=`cut -d '.' -f 1,2 <$(location :VERSION)`;" +
15-
"tail -n +17 $(location :header.d.ts) | sed \"s/VERSION/$$version/g\" > $@; " +
15+
"tail -n +23 $(location :header.d.ts) | sed \"s/VERSION/$$version/g\" > $@; " +
1616
"tail -n +6 $(location :index.d.ts) >> $@; ",
1717
)

0 commit comments

Comments
 (0)