• 
      

    Add explicit module exports in empty index.ts files.

    Review Request #12789 — Created Jan. 20, 2023 and submitted

    Information

    Review Board
    release-6.x

    Reviewers

    TypeScript's tsc warns if a module lacks any exports. To satisfy that,
    we now include an export {} in each of our empty index.ts files.

    Ran tsc and no longer saw the warnings.

    Summary ID
    Add explicit module exports in empty index.ts files.
    TypeScript's `tsc` warns if a module lacks any exports. To satisfy that, we now include an `export {}` in each of our empty `index.ts` files.
    dceed56809fc86b98135c33a6f47c5faea08badf
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (dd37949)