Open grctest opened 1 year ago
Thanks to your related information, I move the destructuring assignment to below and it works.
import path from path;
const { resolve, join } = path;
const resolveFn = resolve;
It's a practical solution before bun handle with that issue.
Likely related to the following bun issue: https://github.com/oven-sh/bun/issues/5095