/apps/twnlua: add ---@meta annotation
This commit is contained in:
parent
b46331e08d
commit
9f0d15b9f6
@ -29,8 +29,8 @@ def to_lua_type_annot(typedesc):
|
|||||||
return "unknown"
|
return "unknown"
|
||||||
# raise BaseException("Unhandled type for annotation: %s" % typedesc)
|
# raise BaseException("Unhandled type for annotation: %s" % typedesc)
|
||||||
|
|
||||||
|
print("---@meta twn")
|
||||||
print("---@diagnostic disable")
|
print("---@diagnostic disable")
|
||||||
print("error(\"townengine lua api file is not supposed to be imported!\")")
|
|
||||||
|
|
||||||
type_annotations = {}
|
type_annotations = {}
|
||||||
type_annotations["ctx"] = r"{ %s, udata: table }" % \
|
type_annotations["ctx"] = r"{ %s, udata: table }" % \
|
||||||
|
Loading…
Reference in New Issue
Block a user