-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: RecordState cleanup, drop requireESM and node12 #8042
Conversation
Asset Size Report for bfaa859 Modern Builds 🛑 The size of the library EmberData has increased by +184.62 KB (+38.94 KB compressed) which exceeds the failure threshold of 75 bytes.Warnings
Changeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ☑️ EmberData has not changed in sizeIf any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for bfaa859 Scenario - materialization: ☑️ Performance is stable
Scenario - unload: ☑️ Performance is stable
Scenario - destroy: ☑️ Performance is stable
Scenario - add-children: ☑️ Performance is stable
Scenario - unused-relationships: ☑️ Performance is stable
|
Mostly ports test work from #7971 to help simplify review of it.
Surfaces a few areas where RecordState is likely not calculating the same value as InternalModel[flag] / InternalModel.currentState[flag].
TODO We should consider RecordState being brought into core, it currently seems we need at least a subset of it for managing request-making determination (see flags on InternalModel). Hopefully as those codepaths get cleaned up we can do-away with that need so lets not jump at it.
Additionally drops node12 as we no longer need to support it and the scenario had started failing.
Fixes the asset-size checker.
resolves #7379
resolves #8043