feat(lifecycle-component): enhance lifecycle management with unref support for timers and event listeners

fix(lifecycle-component): store actual event handler for proper cleanup
chore(meta): update certificate dates in meta.json
This commit is contained in:
2025-06-01 08:09:29 +00:00
parent cacc88797a
commit 726d40b9a5
4 changed files with 36 additions and 11 deletions

View File

@ -249,4 +249,4 @@ tap.test('should not create timers when shutting down', async () => {
expect(intervalFired).toBeFalse();
});
tap.start();
export default tap.start();