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: doc/contributing/maintaining-types-for-nodejs.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Maintaining types for Node.js
2
2
3
3
While JavaScript is an untyped language, there are a number of complementary
4
-
technologies like [TypeScript](https://www.typescriptlang.org/) and
5
-
[Flow](https://flow.org/) which allow developers to use types within their
4
+
technologies like [TypeScript][] and
5
+
[Flow][] which allow developers to use types within their
6
6
JavaScript projects. While many people don't use types, there are enough
7
7
who do that the project has agreed it's important to work towards having
8
-
[suitable types for end-users](https://github.com/nodejs/node/blob/master/doc/contributing/technical-priorities.md#suitable-types-for-end-users).
8
+
[suitable types for end-users][].
9
9
10
10
## High level approach
11
11
@@ -14,7 +14,7 @@ from shipping them with the Node.js runtime to having them be externally
14
14
maintained.
15
15
16
16
The different options were discussed as part of the
[suitable types for end users]: https://github.com/nodejs/node/blob/master/doc/contributing/technical-priorities.md#suitable-types-for-end-users
0 commit comments