checkupjs / checkup

A health checkup for your project.
https://checkupjs.github.io/
MIT License
77 stars 23 forks source link

Fixes segfault in generators #1297

Closed scalvert closed 2 years ago

scalvert commented 2 years ago

There were 2 imports that were using the import * as ... syntax, which caused errors on the imports in ESM. This fixes those, in addition to removing v8-compile-cache, which doesn't work with ESM.