1
我收到以下警告:Closure Compiler Externs - 參數 - 警告 - 錯誤的類型註釋。由於類型未承認語法錯誤
js/lib/pixi-externs.js:848: WARNING - Bad type annotation. type not recognized due to syntax error
* @param {Array.|Array.|...PIXI.Point|...number} points
^
這裏是實習醫生的完整產品線的文件,涉及到上面的警告:
* @param {Array.<PIXI.Point>|Array.<number>|...PIXI.Point|...number} points
我在做什麼錯這裏? 應將...PIXI.Point
和...number
包裹在(
)
?