You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
# Apply the check method
if current and current.check composition.options
# Mark the current composition as not stale
current.stale false
else
# Remove the current composition and apply this one
current.dispose() if current
The https://github.com/chaplinjs/chaplin/blob/master/docs/chaplin.composer.md#long-form says:
But in reality https://github.com/chaplinjs/chaplin/blob/master/src/chaplin/composer.coffee#L126, it does the opposite: