Add BigInt into the known features list (#1195)

This commit is contained in:
Josh Wolfe 2017-08-23 11:34:25 -07:00 committed by Leo Balter
parent d91044c788
commit 9875641a4c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#
# https://github.com/tc39/process-document
# BigInt
# https://github.com/tc39/proposal-bigint
BigInt
# Promise.prototype.finally
# https://github.com/tc39/proposal-promise-finally
Promise.prototype.finally