refactor(turbopack): Make invalidator flag explicit (#80487)
### What?
Retry https://github.com/vercel/next.js/pull/80414.
This time, I added `invalidator` required only for turbo tasks function, and made it real assertion.
### Why?
We need it.
### How?
Closes PACK-4826