Draft
Conversation
1a91b89 to
eef0fc7
Compare
eef0fc7 to
a6bf238
Compare
… apply some snapshots
…nd analyzed in one pass
c90f463 to
f68a5a3
Compare
… mixins has an extension
feat: implement proposed file structure, export schemas as default from the file.
…sible. Reduce the amount of raw string operations
…n to its own module
refactor(codemods): move legacy-compat-builders codemod to its own module
9bd9647 to
d6dffec
Compare
79d1343 to
81f7748
Compare
There's a discrepancy between local and CI lint output at this moment
81f7748 to
4f736d0
Compare
ae80653 to
c36e7d2
Compare
c36e7d2 to
03f8b91
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.
Continuation of warp-drive-data#10386, warp-drive-data#10434
Relevant
warp-drive-data#10455
https://mainmatter.notion.site/Consolidated-Warp-drive-structure-proposal-2f664e58ddfa806d920eef0bbcc94696?pvs=73
Related branches
#2
packages/codemodswhich are a part of thetests/codemodsStatus
Use the standardized naming convention
https://warp-drive.io/api/@warp-drive/core/types/schema/fields/interfaces/ObjectSchema#type
for globally shared objects: The pattern$field:$ {KlassName} e.g. $field:AddressObject
for resource-specific objects: The pattern $${ResourceKlassName}:$field:${KlassName} e.g. $User:$field:ReusableAddress
is able to successfully transform simple models. It runs in ESA and generates schemas.
BaseModel class resolution
@ember-data/core-types->@warp-drive/core/types@ember-data/modelsource e.g.emberDataImportSourceBecomes:
The above should simply be a trait field definition and an extension can be removed.
.d.tshandling (priority: 🔽 )