## Description

<!-- Brief summary of what this PR does. -->

## Related Issue

<!-- Link to the GitHub issue this PR addresses, e.g., Fixes #123 -->

## Type of Change

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactor (no functional changes)
- [ ] Tests (adding or updating tests)

## Changes

<!-- List the key changes made in this PR. -->

-

## Checklist

- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guide
- [ ] My code follows the project conventions (strict TypeScript, function-based architecture)
- [ ] I have added/updated tests that cover my changes
- [ ] All tests pass (`npm test`)
- [ ] I have updated documentation if needed
- [ ] I have updated the CHANGELOG if applicable
- [ ] Directive/filter metadata changes are reflected in both `directives.json` and `nojs-custom-data.json`
