-
Giovanni Ortuño Urquidi authored
Passing both types of files, .ts and .m.ts, to the compiler at the same time caused them to pollute each others' namespaces. This meant that all interfaces and constants specified in .ts files would be available in .m.ts files without us having to actually import them. This fixes the issue by compiling .ts files separately from .m.ts. files. Bug: 1011609 Change-Id: Iee93d85ec4eec44d82823ab5ab4ba2828b72ae5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245982Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#779717}
454340a8