Add explicit module exports in empty index.ts files.

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

Information

Djblets
release-4.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.
195ceb4ff260d519811e75bf9cb46e5a530d686a
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (e4564d7)
Loading...