vagusX
vagusX
I think it's necessary for ts-node to expose the reading behavior of swc, especially since the @swc/[email protected] version was recently updated with the useDefineForClassFields option enabled by default, which has...
Otherwise shall we disable useDefineForClassFields firstly? https://github.com/TypeStrong/ts-node/pull/1968
Just wonder would @lovasoa complete this?
CI failed
Thanks for @RedJue's contribution, @masoud-Tesna you can try update the dependencies to solve this issue, [email protected] was released.
Maybe you can try flag `esModuleInterop` in tsconfig and you can import CommonJS modules in compliance with es6 modules.
试试 @ant-design/[email protected] 呢
> 本地执行 npx -p @ant-design/codemod-v5 antd5-codemod src 命令,将 antd 从 4.0 升级到 5.0,使用 yarn start 命令启动服务报错。 > > 提示 antd/es/style/themes/default.less 找不到。 这个文件迁移完还有引用嘛? umi 是什么版本呀?
@rally25rs I'm trying to write a pr to fix this issue~
@rally25rs got it✔️