• 
      

    Add explicit module exports in empty index.ts files.

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

    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.

    Commits

    Files