Re: [heycam/webidl] Add bigint type (#525)

tobie commented on this pull request.



> @@ -6864,6 +6913,9 @@ ECMAScript value type.
     1.  If <a abstract-op>Type</a>(|V|) is Number, then
         return the result of <a href="#es-to-unrestricted-double">converting</a> |V|
         to an {{unrestricted double}}.
+    1.  If <a abstract-op>Type</a>(|V|) is [=BigInt=], then
+        return the result of <a href="#es-to-bigint">converting</a> |V|
+        to an {{bigint}}.

s/an/a/ or s/an/an IDL/

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/525#pullrequestreview-99753499

Received on Tuesday, 27 February 2018 16:25:41 UTC