breaking: delete `$service-worker` module
> Have you looked into using multiple tsconfig files for this? Yeah, shortly after writing that I reached the conclusion that including the service worker in the default project was a non-starter. Fo…
> Have you looked into using multiple tsconfig files for this? Yeah, shortly after writing that I reached the conclusion that including the service worker in the default project was a non-starter. Fo…
thanks
Needs to target the `version-3` branch
thank you!
clever!
this is great, thank you
just checked, and we do need this — it prevents an off-by-one error with line mapping. with this change, stack traces are perfect AFAICT
boolean: ```js // works for the initial shallow navigation, and a backwards navigation if (navigation.shallow) return; ``` type: ```js // works for the initial shallow navigation, BUT NOT a backwards…