flake8
passed.
JSHint
passed.
Review Request #12789 — Created Jan. 20, 2023 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-6.x | |
Reviewers | |
reviewboard | |
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 | |
---|---|