Add -strict-style flag: Enforces code style stricter whilst parsing, requiring such things as trailing commas

This commit is contained in:
gingerBill
2021-03-13 21:20:46 +00:00
parent a60d22fefd
commit b5c0c68615
3 changed files with 96 additions and 17 deletions

View File

@@ -196,6 +196,7 @@ struct BuildContext {
bool keep_object_files;
bool disallow_do;
bool insert_semicolon;
bool strict_style;
bool ignore_warnings;
bool warnings_as_errors;