Skip to content

Commit

Permalink
build: don't include externs in generated .d.ts files (#6936)
Browse files Browse the repository at this point in the history
Fixes #3185
  • Loading branch information
cdatehortuab committed Jun 28, 2024
1 parent 5dac2c0 commit 28d68e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def build_library(self, name, langout, locales, force, is_debug):
return False

generated_externs = [extern_generator.output]
shaka_externs = shakaBuildHelpers.get_all_js_files('externs')
shaka_externs = shakaBuildHelpers.get_all_js_files('externs/shaka')
if self.has_ui():
shaka_externs += shakaBuildHelpers.get_all_js_files('ui/externs')
ts_def_generator = compiler.TsDefGenerator(
Expand Down

0 comments on commit 28d68e3

Please sign in to comment.