Skip to content

Commit 1afec97

Browse files
committedApr 7, 2019
doc: link bigint type to MDN instead of proposal
PR-URL: #27101 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 75463a9 commit 1afec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/doc/type-parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const customTypesMap = {
2828

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.