mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

【BUG】6.11.0 Missing class properties transform #182

Closed ljj0915 closed 9 months ago

ljj0915 commented 9 months ago

ERROR Failed to compile with 1 errors 14:19:39

error in ./node_modules/@antv/layout/node_modules/ml-matrix/src/symmetricMatrix.js

Syntax Error: SyntaxError: D:\Idea\vuetest\offlineserviceorder\node_modules\@antv\layout\node_modules\ml-matrix\src\symmetricMatrix.js: Missing class properties transform. 6 | export class SymmetricMatrix extends AbstractMatrix { 7 | /* @type {Matrix} /

8 | #matrix; | ^ 9 | 10 | get size() { 11 | return this.#matrix.size;

targos commented 9 months ago

See https://github.com/mljs/matrix/issues/180

ljj0915 commented 9 months ago

See #180

Thanks, I also added some babel plugin and solved it

lidy996 commented 9 months ago

See #180

Thanks, I also added some babel plugin and solved it

你好,请问你是怎么解决的