Skip to content

chore(parser): apply biome lint cleanup across parser and pack modules - #201

Merged
AmiteK23 merged 1 commit into
mainfrom
chore/biome-parser-pack-cleanup
Apr 16, 2026
Merged

chore(parser): apply biome lint cleanup across parser and pack modules#201
AmiteK23 merged 1 commit into
mainfrom
chore/biome-parser-pack-cleanup

Conversation

@AmiteK23

@AmiteK23 AmiteK23 commented Apr 15, 2026

Copy link
Copy Markdown
Member

Description

Apply mechanical Biome lint cleanup across parser and pack-related modules.

This PR resolves non functional lint issues (unused imports, catch bindings, and minor code simplifications) without changing runtime behavior.


What’s Changed

  • remove unused imports and catch bindings
  • simplify guarded internal access patterns
  • clean up AST parsing, backend extraction, pack loading, and violation helpers

Type of Change

  • Bug fix
  • Feature
  • Breaking change
  • Docs
  • Refactor
  • CI / Tests
  • Performance
  • Other (please describe):

Architectural Impact

  • No contract/output changes
  • Contract/output changed (describe below)

Testing

  • Tested locally
  • Tests added/updated
  • All tests pass

Related Issues

Relates to #194


Checklist

  • Target branch is main
  • Self-reviewed
  • Docs updated (if needed)
  • Changelog updated (if needed)

Additional Notes

cleanup only. no runtime or behavioral changes.

- remove unused imports and catch bindings
- simplify guarded internal access patterns
- clean up AST parsing, backend extraction, pack loading, and violation helpers

No runtime or behavioral changes.
@AmiteK23 AmiteK23 changed the title chore(parser): apply biome lint cleanup across parser and pack modules chore(biome): apply lint cleanup across parser and pack modules Apr 16, 2026
@AmiteK23
AmiteK23 merged commit d3b81b8 into main Apr 16, 2026
7 checks passed
@AmiteK23 AmiteK23 changed the title chore(biome): apply lint cleanup across parser and pack modules chore(parser): apply biome lint cleanup across parser and pack modules Apr 16, 2026
@AmiteK23
AmiteK23 deleted the chore/biome-parser-pack-cleanup branch April 16, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant