You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
解析文件app.ts:
let name = 'libai';
解析过程报错:
[ERROR] parser.typescript: text.charCodeAt is not a function
[C:/Users/Administrator/Desktop/worker/angular/app/modules/app.ts]
调试源码发现读取的文件内容content是buffer格式,不是string;
The text was updated successfully, but these errors were encountered:
解析文件app.ts:
let name = 'libai';
解析过程报错:
[ERROR] parser.typescript: text.charCodeAt is not a function
[C:/Users/Administrator/Desktop/worker/angular/app/modules/app.ts]
调试源码发现读取的文件内容content是buffer格式,不是string;
The text was updated successfully, but these errors were encountered: