TypeScriptAnnotations:TypeScript 的注解库

时间:2024-07-09 16:46:19
【文件属性】:

文件名称:TypeScriptAnnotations:TypeScript 的注解库

文件大小:1KB

文件格式:ZIP

更新时间:2024-07-09 16:46:19

#TypeScript注解 目前正在 TypeScript 编译器上完成工作,以在此处启用 TypeScript 中的注释 一旦开发完成,这个存储库将成为一个关于如何使用 TypeScript Annotations 的示例项目。 在那之前,这里是我认为它会是什么样子的一瞥。 class ExampleAnnotation { constructor ( private name : String = "" ) { } public getName ( ) : String { return this . name ; } } @ MyAnnotation ( ) class AnnotatedClass { @ MyAnnotation ( "example" ) public annotatedFunction (


【文件预览】:
TypeScriptAnnotations-master
----package.json(690B)
----README.md(1KB)

网友评论