★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/1afec97130Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: link bigint type to MDN instead of proposal
PR-URL: #27101
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
vsemozhetbyt committed Apr 7, 2019
1 parent 75463a9 commit 1afec971304e5c6294bbf61bddb39b55e76b4672
Showing with 1 addition and 1 deletion.
  1. +1 −1 tools/doc/type-parser.js
@@ -28,7 +28,7 @@ const customTypesMap = {

'AsyncIterator': 'https://tc39.github.io/ecma262/#sec-asynciterator-interface',

'bigint': 'https://github.com/tc39/proposal-bigint',
'bigint': `${jsDocPrefix}Reference/Global_Objects/BigInt`,

'Iterable':
`${jsDocPrefix}Reference/Iteration_protocols#The_iterable_protocol`,

0 comments on commit 1afec97

Please sign in to comment.