Plain TypeScript tuple missing '[Symbol.iterator]()' method in bazel ts_library

后端 未结 0 1582
孤街浪徒
孤街浪徒 2021-01-06 12:39

I\'m trying to compile this TypeScript code in a Bazel ts_library target:

function distance(
  a: [number, number, number],
  b: [number, number,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题