Home

marko-js/marko

Status:Indexed
Analyzed 3d ago10K+ starsJavaScript

A declarative, HTML-based language that makes building web apps fun

Back to Pull Requests
#3030Closed
Simple Review

fix: ensure components init when using lasso-marko

by DylanPierceyJan 5, 2026
View on GitHub

Summary

This PR fixes an issue where Marko components might not be initialized correctly when using the lasso-marko plugin. It ensures that component initialization logic is reliably executed in this specific integration scenario.

Changes

+7 additions-0 deletions

Impact Areas

Component InitializationLasso.js Integration