You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is useful in any environment where Lua code is accepted,
62
-
with the powerful option of simply declaring any existing API using TypeScript declaration files.
62
+
This project is useful in any environment where Lua code is accepted, with the powerful option of simply
63
+
declaring any existing API using TypeScript declaration files.
63
64
</div>
64
65
<divclass="feature-item">
65
66
<divclass="feature-header">Type Safety</div>
66
-
Static types can ease the mental burden of writing programs, by automatically tracking information the programmer would otherwise have to track mentally in some fashion.
67
-
Types serve as documentation for yourself and other programmers and provide a ‘gradient’ that tells you what terms make sense to write.
67
+
Static types can ease the mental burden of writing programs, by automatically tracking information the
68
+
programmer would otherwise have to track mentally in some fashion. Types serve as documentation for yourself
69
+
and other programmers and provide a ‘gradient’ that tells you what terms make sense to write.
68
70
</div>
69
71
<divclass="feature-item">
70
72
<divclass="feature-header">IDE Support</div>
71
-
Types enable JavaScript developers to use highly-productive development tools and practices like static checking and code refactoring when developing JavaScript applications.
72
-
TypeScript extensions are available for many text editors.
73
+
Types enable JavaScript developers to use highly-productive development tools and practices like static
74
+
checking and code refactoring when developing JavaScript applications. TypeScript extensions are available
0 commit comments