Eli
Eli
Looks like the same flake as #514.
> Hey @lishaduck, thank you for giving more detail here. Any time! I'm awful at explaining why I do things, so more thanks to you for making me step back...
Well... erm... I'll just let you read this summary: No changes to tsconfig ``` Found 64 errors in 9 files. Errors Files 22 examples/blog-engine/custom-backend-task.ts:1 2 examples/end-to-end/cypress/e2e/url-handling.cy.ts:8 4 examples/end-to-end/script/custom-backend-task.ts:3 3 examples/hackernews/custom-backend-task.ts:4...
The solution is to upgrade `dart_style` to latest, via `flutter pub upgrade dart_style`, because `json_serializable` now generates null-aware elements. I've also bumped the minimum constraint in #1185 (to fix CI)
Possibly related: #3633
> which is [currently set to no-op](https://github.com/denoland/deno/pull/22993) in Deno Looked closer, the actual code has a comment saying source maps are always on, so not sure what's up with that?
canary CI ran with https://github.com/denoland/deno/pull/31358 and still failed, not sure what's up. I think it probably makes sense to split out the ModuleRunner commit, merge the others, and figure out...
> I think it probably makes sense to split out the ModuleRunner commit [..] and figure out the source map failures separately. Filed #3645 for further followup
> So I think this is a bug, or possibly 2, as `taze` seems to just update everything in a `catalog`, regardless. Does that make sense? Hmmmm... I assumed it...
> Thats probably through the Awilix dependency. I’m not worried about that one. Yeah, this is the Awilix repo.