Comment serialization cleanup part 4: Convert DiffFile to TypeScript.
Review Request #13658 — Created March 21, 2024 and submitted
The DiffFile model is quite simple, just being a data storage mechanism
for information about a file in a diff. This file uses a ton of terrible
names for things, and much of the documentation was just flat-out wrong.
This change converts it to TypeScript and spina, and corrects a bunch of
errors in the documentation about the attributes.This also converts the DiffFileCollection class, which is extremely
small.
Ran js-tests.
- Commits:
-
Summary ID 3b42ce06777444fac8913b28f1ed3ba303a80e45 1468c66e9f6f9119b5bdb0c4ddc9310250c67dd8 - Diff:
-
Revision 2 (+490 -260)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.