SonarQube扫描器在javascript上运行

SonarQube扫描器在javascript上运行,javascript,typescript,sonarqube,sonarqube-scan,Javascript,Typescript,Sonarqube,Sonarqube Scan,SonarQube扫描器在javascript/typescript上运行 10:33:14.808 ERROR: Unable to parse file: C:/Users/marc.donovan/wk/pos-web-framework/packages/pos-web-error-manager/src/index.js 10:33:14.811 ERROR: Parse error at line 4 column 13: 4: export type {

SonarQube扫描器在javascript/typescript上运行

10:33:14.808 ERROR: Unable to parse file: C:/Users/marc.donovan/wk/pos-web-framework/packages/pos-web-error-manager/src/index.js
10:33:14.811 ERROR: Parse error at line 4 column 13:

4: export type {
                ^
5:   ErrorReport, 
6: };
还有这里:

450:   getTerminalAvailableKeyboardMappings$(props: { terminalId: String }): Rx.Observable<[] | void> {
450:getTerminalAvailableKeyboardMappings$(props:{terminalId:String}):Rx.Observable{
自SonarJS 3.2以来提供了流语法支持(可能是您的情况,而不是您所说的typescript)。请参阅


可能您只需要更新插件版本。

我使用的是3.2.0.5506 jar。我想我需要等待解决这个问题。虽然我没有看到那里的导出语法,而且看起来它已从下一个里程碑中删除。