标签: javascript types flowtype
由于type不是ES6关键字,但是您可以将其用作:
type
type Car = {| speed: int, model: string, |}
我想了解JS引擎如何对其进行管理。在执行之前,它是否已被Flow编译为纯JS?