From 9875641a4c8610729a83eebf07416d77315f216c Mon Sep 17 00:00:00 2001 From: Josh Wolfe <thejoshwolfe@gmail.com> Date: Wed, 23 Aug 2017 11:34:25 -0700 Subject: [PATCH] Add BigInt into the known features list (#1195) --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index abfde8e562..62201f2d47 100644 --- a/features.txt +++ b/features.txt @@ -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 -- GitLab