Open zombieJ opened 5 days ago
it blames to the @swc/types
, in my case , the error message is Error: Cannot find module '@swc/types'
and @swc/types@0.1.12
works
@HomyeeKing thx for notice. Lock to 0.1.12
back to work : )
Should be fixed by https://github.com/swc-project/swc/pull/9754
Describe the bug
PR https://github.com/swc-project/swc/pull/9746 add import of
Assumptions
but not support in node by default:It can be reproduce with
bun install
:Input code
No response
Config
No response
Playground link (or link to the minimal reproduction)
https://github.com/ant-design/ant-design/actions/runs/11945315620/job/33297778540
SWC Info output
No response
Expected behavior
Work as prev version.
Actual behavior
No response
Version
0.1.16
Additional context
No response