Audit optimizations & Man page update#24
Merged
btopro merged 7 commits intohaxtheweb:mainfrom Apr 3, 2026
Merged
Conversation
|
All contributors have signed the CLA. Thank you! |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
Member
|
Thank you for your biannual commits. We use this tool in class and students often connect the dots of how to improve their projects to confirm to DDD as a result of this tool 🔥 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It seems I make an appearance in this community every half year or so at this point and I needed a break from learning Android development for a brief moment. Here's some code optimizations to the
audit.jsand a smallmanpage update.Note: I didn't really test anything for noticeable speed improvements. Pretty much all optimizations make code easier to edit (such as for future updates to DDD), improving developer happiness and removing some public facing evidence of myself ever contributing what I now view as garbage code. Now it can hide in the commit history where it belongs. There are actual runtime optimizations though that should make things run faster if run on a large scale.
Manual Page
--forceflagauditFile()helpAuditFontFamily()helpAuditColors()Other
dddignoreInterpreter()function. I honestly have no idea why I put it there a year ago. Seriously, it makes no sense why I wrote it that way:&instead of&&and switching some||to&&.Before submitting this PR, I made sure I:
Ways to test
npm run localcommand.hax auditcommand on a web component, everything should work the same.Console Output Screenshot