You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Description
The partial resolution system for loading
@-prefixed partials from_partials/directory is not implemented. Only a TODO stub exists in the code.Expected Behavior
Should load:
.ruleset/src/_partials/common-header.md.ruleset/src/_partials/security-guidelines.md.ruleset/src/_partials/code-standards.mdCurrent Behavior
Implementation Requirements
@nameto_partials/name.md.mdand.rule.mdextensionsImplementation Location
/packages/core/src/compiler/handlebars-compiler.ts- setupPartialResolver methodTest Requirements
Related