Skip to content

Commit

Permalink
doc: link bigint type to MDN instead of proposal
Browse files Browse the repository at this point in the history
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 1afec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/type-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 1afec97

Please sign in to comment.