This Facebook example显示,Hack转换器如何从Transformable
和transform()
函数中删除wonderland()
类型提示。为什么? Transformable
是一些内置的Hack接口还是类?
答案 0 :(得分:2)
根本不是什么特别的东西。它只是一个任意类型注释的例子。该工具执行的操作之一是删除类型注释,例如Transformable
(假设您自己有一个名为Transformable
的类),或Foo
或Blah
,或者您定义的任何其他类。 Transformable
根本没什么特别的。