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
Copy file name to clipboardExpand all lines: TypeScript-Design-Goals.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,4 @@ We recommend reading Chapter 1 of the TypeScript Language Specification for more
23
23
1. Provide an end-to-end build pipeline. Instead, make the system extensible so that external tools can use the compiler for more complex build workflows.
24
24
1. Add or rely on run-time type information in programs, or emit different code based on the results of the type system. Instead, encourage programming patterns that do not require run-time metadata.
25
25
1. Provide additional runtime functionality or libraries. Instead, use TypeScript to describe existing libraries.
26
+
1. Introduce behaviour that is likely to surprise users. Instead have due consideration for patterns adopted by other commonly-used languages.
0 commit comments