flake8
passed.
JSHint
passed.
Review Request #12790 — Created Jan. 20, 2023 and submitted
Information | |
---|---|
chipx86 | |
Djblets | |
release-4.x | |
Reviewers | |
djblets | |
TypeScript's
tsc
warns if a module lacks any exports. To satisfy that,
we now include anexport {}
in each of our emptyindex.ts
files.
Ran tsc and no longer saw the warnings.
Summary | |
---|---|