flake8
passed.
JSHint
passed.
Review Request #11728 — Created July 17, 2021 and submitted
These default options are used when writing a DiffX file. The options
were previously stored as hard-coded values in function definitions, but
this meant that other parts of the codebase couldn't refer to those
defaults.This adds
DEFAULT_ENCODING
andDEFAULT_PREAMBLE_INDENT
to
DiffXWriter
.It also adds a new options definition,
MetaFormat
, for available
metadata formats. This just includesJSON
right now.
Unit tests passed.
Used this with the upcoming DOM change.
Summary | ID |
---|---|
f65dcd4d23909643bc50de6df91bb7e146f42165 |
Description | From | Last Updated |
---|---|---|
Mind having one arg per line instead of mixing it like this? |
david |