doc: link bigint type to MDN instead of proposal
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
75463a9004
commit
1afec97130
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user