We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://swc.rs/docs/migrating-from-tsc#isolatedmodules-true
export.ts 中 export {default as Point, PointLike} from './core/Point';
PointLike 是一个 interface,应该是 export type { PointLike } from './core/Point';
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
可以确认下lock文件中是否存在多个zrender版本?我们遇到类似的问题,lock文件中同时存在v5.6.0 和 v5.3.2,版本统一到5.6.0之后修复了
No branches or pull requests
https://swc.rs/docs/migrating-from-tsc#isolatedmodules-true
export.ts 中 export {default as Point, PointLike} from './core/Point';
PointLike 是一个 interface,应该是 export type { PointLike } from './core/Point';
The text was updated successfully, but these errors were encountered: