Add explicit module exports in empty index.ts files.

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond
djblets/static/djblets/js/avatars/index.ts
djblets/static/djblets/js/configForms/index.ts
djblets/static/djblets/js/datagrid/index.ts
djblets/static/djblets/js/extensions/index.ts
djblets/static/djblets/js/integrations/index.ts
Loading...