Simen Bekkhus
Simen Bekkhus
wow, what a useless error message 😅
EDIT: 14.6: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_With_Private_Class_Features#browser_compatibility
@fisker pushed again, works on node 12 on my machine
awesome! it looks like expected coming from c8? EDIT: https://github.com/prettier/prettier/runs/5863670359 is promising
oh, haha
Right, seems to be missing coverage of the CLI. You probably spawn it instead of executing from within a test? How is that on `main`?
Aha! 😀 And the light runner doesn't solve the issue?
I'm guessing because c8 only hooks up the inspector once instead of per test
@nicolo-ribaudo seems fine 🙂 But coverage for the babel repo is broken using v8 coverage? sounds like a bug I need to fix 😅
as long as there's a sourcemap that _shouldn't_ be an issue. Jest has some custom mapping, maybe something like that is needed? https://github.com/facebook/jest/blob/a5f1ef43981b7426d61bcd7cbc59a79f548c075a/scripts/mapCoverage.mjs