We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75463a9 commit 1afec97Copy full SHA for 1afec97
tools/doc/type-parser.js
@@ -28,7 +28,7 @@ const customTypesMap = {
28
29
'AsyncIterator': 'https://tc39.github.io/ecma262/#sec-asynciterator-interface',
30
31
- 'bigint': 'https://github.com/tc39/proposal-bigint',
+ 'bigint': `${jsDocPrefix}Reference/Global_Objects/BigInt`,
32
33
'Iterable':
34
`${jsDocPrefix}Reference/Iteration_protocols#The_iterable_protocol`,
0 commit comments