summaryrefslogtreecommitdiff
path: root/tools/doc
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-04-23 17:14:56 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-06-07 22:05:24 +0800
commitf54a598b44b9e75c32310552ec5b1ea5400142a5 (patch)
tree891f09600526f1cc1d2e13fa36a95a2ac4d7063b /tools/doc
parent1e7645c39ae5213a44267cff3d599264c2211f1a (diff)
downloadandroid-node-v8-f54a598b44b9e75c32310552ec5b1ea5400142a5.tar.gz
android-node-v8-f54a598b44b9e75c32310552ec5b1ea5400142a5.tar.bz2
android-node-v8-f54a598b44b9e75c32310552ec5b1ea5400142a5.zip
doc: document BigInt support in fs.Stats
PR-URL: https://github.com/nodejs/node/pull/20220 Fixes: https://github.com/nodejs/node/issues/12115 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools/doc')
-rw-r--r--tools/doc/type-parser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index be72893832..87138668c0 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -31,6 +31,8 @@ const customTypesMap = {
'AsyncIterator': 'https://github.com/tc39/proposal-async-iteration',
+ 'bigint': 'https://github.com/tc39/proposal-bigint',
+
'Iterable':
`${jsDocPrefix}Reference/Iteration_protocols#The_iterable_protocol`,
'Iterator':