Skip to content
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

SPIKE: add require info to component #5125

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Conversation

gbalint
Copy link
Contributor

@gbalint gbalint commented Mar 27, 2024

Problem:
We need to access the name and the module of an imported external component

Fix:
In our require function, extend the component with these new symbol properties
Check if this name equals to the key in isComponentRegistrationValid (when the name is there).

@gbalint gbalint changed the base branch from master to feature/component-registration-component-import-check March 27, 2024 11:19
Copy link
Contributor

github-actions bot commented Mar 27, 2024

Try me

Copy link

relativeci bot commented Mar 27, 2024

Job #11302: Bundle Size — 63.23MiB (+0.01%).

c3ce9f0(current) vs 2296c28 master#11297(baseline)

Warning

Bundle contains 58 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
Job #11302
     Baseline
Job #11297
Regression  Initial JS 50.41MiB(+0.02%) 50.41MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 21.56% 21.43%
No change  Chunks 40 40
No change  Assets 44 44
No change  Modules 4459 4459
No change  Duplicate Modules 598 598
No change  Duplicate Code 31.92% 31.92%
No change  Packages 467 467
No change  Duplicate Packages 58 58
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
Job #11302
     Baseline
Job #11297
Regression  JS 63.22MiB (+0.01%) 63.21MiB
Improvement  HTML 14.15KiB (-0.44%) 14.21KiB

View job #11302 reportView spike/require-info-2 branch activityView project dashboard

Copy link
Contributor

Performance test results:
(Chart1)
(Chart2)

Base automatically changed from feature/component-registration-component-import-check to master March 27, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants