WEBDEV-8506: Add conventions for non-component modules#50
Open
jbuckner wants to merge 2 commits into
Open
Conversation
Establishes directory layout, exports map, and test conventions for services, parsers, models, and type utilities ahead of consolidating metadata-service and its dependency tree into elements. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
=======================================
Coverage 78.75% 78.75%
=======================================
Files 16 16
Lines 645 645
Branches 168 168
=======================================
Hits 508 508
Misses 95 95
Partials 42 42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced May 27, 2026
9f11786 to
bc483df
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Establishes the directory layout +
package.jsonexports + test conventions for non-component modules (src/services,src/parsers,src/models,src/types) ahead of consolidatingmetadata-serviceand its deps into elements. Docs + routing rules only — no code moved.README.md: "Adding a Service or Library Module" section (dirs, structure, exports, tests).package.json: subpath exports for the four new dirs (mirrors./labs/*).Lands conventions first so the four migration PRs (WEBDEV-8507/8508/8509/8510) are straight code-moves. Build green.
WEBDEV-8506