Skip to content

[issues/1420] Ленивая инициализация модулей без FAT_HTML - #1423

Open
DmitryYegorov wants to merge 57 commits into
v4from
issues/1420
Open

[issues/1420] Ленивая инициализация модулей без FAT_HTML#1423
DmitryYegorov wants to merge 57 commits into
v4from
issues/1420

Conversation

@DmitryYegorov

Copy link
Copy Markdown

No description provided.

@DmitryYegorovDmitryYegorov changed the title Issues/1420[issues/1420] Ленивая инициализация модулей без FAT_HTMLOct 31, 2024
@DmitryYegorovDmitryYegorov added the enhancement Improvement of the existing API label Oct 31, 2024
Comment threadbuild/graph/graph.js Outdated
Comment threadbuild/ts-transformers/set-component-layer.js
Comment threadsrc/core/component/functional/test/unit/getters.ts
Comment threadsrc/core/component/init/component.ts Outdated
Comment threadsrc/core/component/init/component.ts Outdated
Comment threadsrc/core/component/init/component.ts
Comment threadbuild/helpers/layer-name.js Outdated
Comment threadbuild/helpers/get-origin-layer.js Outdated
Comment threadbuild/globals.webpack.js Outdated
globalThis.initEmitter = initEmitter;
}

globalThis.initEmitter.once('registerComponent.${layerName}.${componentName}', () => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Такое обычно сложно дебажить, можем здесь как-то логировать тайминг операции или завернуть в промис и управлять?

Comment threadbuild/helpers/invoke-by-register-component.js Outdated
Comment threadbuild/monic/attach-component-dependencies.js
Comment threadsrc/core/component/functional/test/unit/getters.ts Outdated
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementImprovement of the existing API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@DmitryYegorov@kobezzza@dmitrybrovka@shining-mind@bonkalol