gulpjs / interpret

A dictionary of file extensions and associated module loaders.
MIT License
259 stars 47 forks source link

MDX hook is buggy #92

Open phated opened 2 years ago

phated commented 2 years ago

It seems that the deasync module causes pretty frequent failures in our CI. I'll try to ask @wooorm about it.

wooorm commented 2 years ago

Yeah. deasync is buggy. It’s only used in the deprecated CJS hook. Perhaps you can use the beta node loader instead? 🤷‍♂️

phated commented 2 years ago

Perhaps you can use the beta node loader instead? 🤷‍♂️

Unfortunately that isn't possible because node loaders are so poorly supported by node core team. I think they are making progress working out the kinks. Maybe they will be ready by gulp 6.