Add import check for more exports conditions like edge-light, workerd, browser, worker, node, bun, deno...
It's a common issue that a module might not comptable with some js platform because of lack of runtime only API (like file system, child-process)
You can see all export keys here: https://runtime-keys.proposal.wintercg.org/
Add import check for more exports conditions like
edge-light,workerd,browser,worker,node,bun,deno...It's a common issue that a module might not comptable with some js platform because of lack of runtime only API (like file system, child-process)
You can see all export keys here: https://runtime-keys.proposal.wintercg.org/