Conversation
55b97b5 to
9baf6f7
Compare
| // If the container was created or destroyed => perform a watch | ||
| if (action === 'destroy' || action === 'create') { | ||
| await this.watchCronDebounced(); | ||
| this.watchCronDebounced!(); |
There was a problem hiding this comment.
I think I broke something, just not sure yet how exactly, the function can be null right now.
| this.watchCronDebounced!(); | |
| this.watchCronDebounced?.(); |
There was a problem hiding this comment.
I've been using WUD with typescript in an own branch with this small fix, not seeing anything else broken because of this. Is there any other reason not merging this in? More changes means making it more difficult to merge later again.
Once this typescript branch is merged, I will push some more fixes/improvements :) And as said it will allow more people to easier understand how it all works and improve WUD.
|
WUD-CE independently completed a full TypeScript + ESM migration across the entire codebase (app + UI, 392 files) as part of 9.0.0-ce. Great to see upstream heading this direction too! |
No description provided.