Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hubbed committed Nov 16, 2017
1 parent 928d436 commit 6c3dfbf
Show file tree
Hide file tree
Showing 381 changed files with 8,002 additions and 763 deletions.
23 changes: 21 additions & 2 deletions results/chakracore/nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"_engine": "chakracore 1.7.1.0",
"ESNEXT": {
"_successful": 6,
"_count": 162,
"_percent": 0.037037037037037035,
"_count": 181,
"_percent": 0.03314917127071823,
"candidate (stage 3)›object rest/spread properties›object rest properties": "Expected identifier, string or number",
"candidate (stage 3)›object rest/spread properties›object spread properties": "Expected identifier, string or number",
"candidate (stage 3)›global›\"global\" global property is global object": false,
Expand Down Expand Up @@ -44,6 +44,7 @@
"draft (stage 2)›throw expressions›parameter initializers": "Syntax error",
"draft (stage 2)›throw expressions›arrow function bodies": "Syntax error",
"draft (stage 2)›throw expressions›conditionals": "Syntax error",
"draft (stage 2)›numeric separators": "Expected ';'",
"proposal (stage 1)›do expressions": "Syntax error",
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›basic support": false,
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›Float32x4": "'SIMD' is not defined",
Expand Down Expand Up @@ -138,6 +139,10 @@
"proposal (stage 1)›`.of` and `.from` on collection constructors›WeakSet.from": "Object doesn't support property or method 'from'",
"proposal (stage 1)›the pipeline operator": "Syntax error",
"proposal (stage 1)›extensible numeric literals": "Expected ';'",
"proposal (stage 1)›optional chaining operator (?.)›optional property access": "Syntax error",
"proposal (stage 1)›optional chaining operator (?.)›optional bracket access": "Syntax error",
"proposal (stage 1)›optional chaining operator (?.)›optional method call": "Syntax error",
"proposal (stage 1)›nullish coalescing operator (??)": "Syntax error",
"strawman (stage 0)›bind (::) operator›binary form": "Expected ';'",
"strawman (stage 0)›bind (::) operator›unary form": "Syntax error",
"strawman (stage 0)›String.prototype.at": "Object doesn't support property or method 'at'",
Expand All @@ -158,6 +163,20 @@
"strawman (stage 0)›asap": "'asap' is not defined",
"strawman (stage 0)›syntactic tail calls›direct recursion": "Syntax error",
"strawman (stage 0)›syntactic tail calls›mutual recursion": "Syntax error",
"strawman (stage 0)›object shorthand improvements›object initializers": "Expected ':'",
"strawman (stage 0)›object shorthand improvements›destructuring assignments": "Expected ':'",
"strawman (stage 0)›partial application syntax›partial application from left": "Syntax error",
"strawman (stage 0)›partial application syntax›partial application from right": "Syntax error",
"strawman (stage 0)›partial application syntax›partial application for any arg": "Syntax error",
"strawman (stage 0)›partial application syntax›partial application from left with rest": "Syntax error",
"strawman (stage 0)›partial application syntax›partial application from right with rest": "Syntax error",
"strawman (stage 0)›partial application syntax›partial application for any arg with rest": "Syntax error",
"strawman (stage 0)›partial application syntax›mixed partial application": "Syntax error",
"strawman (stage 0)›partial application syntax›runtime evaluation": "Syntax error",
"strawman (stage 0)›partial application syntax›runtime evaluation of property access": "Syntax error",
"strawman (stage 0)›partial application syntax›lexical `this`": "Syntax error",
"strawman (stage 0)›partial application syntax›constructor partial application": "Syntax error",
"strawman (stage 0)›partial application syntax›constructor partial application with rest": "Syntax error",
"pre-strawman›Metadata reflection API›Reflect.defineMetadata": false,
"pre-strawman›Metadata reflection API›Reflect.hasMetadata": false,
"pre-strawman›Metadata reflection API›Reflect.hasOwnMetadata": false,
Expand Down
23 changes: 21 additions & 2 deletions results/v8/0.10.48--es_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"_engine": "v8 3.14.5.11",
"ESNEXT": {
"_successful": 4,
"_count": 162,
"_percent": 0.024691358024691357,
"_count": 181,
"_percent": 0.022099447513812154,
"candidate (stage 3)›object rest/spread properties›object rest properties": "Unexpected token {",
"candidate (stage 3)›object rest/spread properties›object spread properties": "Unexpected token .",
"candidate (stage 3)›global›\"global\" global property is global object": true,
Expand Down Expand Up @@ -44,6 +44,7 @@
"draft (stage 2)›throw expressions›parameter initializers": "Unexpected token =",
"draft (stage 2)›throw expressions›arrow function bodies": "Unexpected token )",
"draft (stage 2)›throw expressions›conditionals": "Unexpected token throw",
"draft (stage 2)›numeric separators": "Unexpected token ILLEGAL",
"proposal (stage 1)›do expressions": "Unexpected token do",
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›basic support": false,
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›Float32x4": "SIMD is not defined",
Expand Down Expand Up @@ -138,6 +139,10 @@
"proposal (stage 1)›`.of` and `.from` on collection constructors›WeakSet.from": "WeakSet is not defined",
"proposal (stage 1)›the pipeline operator": "Unexpected token >",
"proposal (stage 1)›extensible numeric literals": "Unexpected token ILLEGAL",
"proposal (stage 1)›optional chaining operator (?.)›optional property access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional method call": "Unexpected token .",
"proposal (stage 1)›nullish coalescing operator (??)": "Unexpected token ?",
"strawman (stage 0)›bind (::) operator›binary form": "Unexpected token :",
"strawman (stage 0)›bind (::) operator›unary form": "Unexpected token :",
"strawman (stage 0)›String.prototype.at": "Object a𠮷b has no method 'at'",
Expand All @@ -158,6 +163,20 @@
"strawman (stage 0)›asap": "asap is not defined",
"strawman (stage 0)›syntactic tail calls›direct recursion": "Unexpected token continue",
"strawman (stage 0)›syntactic tail calls›mutual recursion": "Unexpected token continue",
"strawman (stage 0)›object shorthand improvements›object initializers": "Unexpected token .",
"strawman (stage 0)›object shorthand improvements›destructuring assignments": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from left": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from right": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application for any arg": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from left with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from right with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application for any arg with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›mixed partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation of property access": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›lexical `this`": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application with rest": "Unexpected token .",
"pre-strawman›Metadata reflection API›Reflect.defineMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasOwnMetadata": "Reflect is not defined",
Expand Down
23 changes: 21 additions & 2 deletions results/v8/0.10.48--harmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"_engine": "v8 3.14.5.11",
"ESNEXT": {
"_successful": 4,
"_count": 162,
"_percent": 0.024691358024691357,
"_count": 181,
"_percent": 0.022099447513812154,
"candidate (stage 3)›object rest/spread properties›object rest properties": "Unexpected token {",
"candidate (stage 3)›object rest/spread properties›object spread properties": "Unexpected token .",
"candidate (stage 3)›global›\"global\" global property is global object": true,
Expand Down Expand Up @@ -44,6 +44,7 @@
"draft (stage 2)›throw expressions›parameter initializers": "Unexpected token =",
"draft (stage 2)›throw expressions›arrow function bodies": "Unexpected token )",
"draft (stage 2)›throw expressions›conditionals": "Unexpected token throw",
"draft (stage 2)›numeric separators": "Unexpected token ILLEGAL",
"proposal (stage 1)›do expressions": "Unexpected token do",
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›basic support": false,
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›Float32x4": "SIMD is not defined",
Expand Down Expand Up @@ -138,6 +139,10 @@
"proposal (stage 1)›`.of` and `.from` on collection constructors›WeakSet.from": "WeakSet is not defined",
"proposal (stage 1)›the pipeline operator": "Unexpected token >",
"proposal (stage 1)›extensible numeric literals": "Unexpected token ILLEGAL",
"proposal (stage 1)›optional chaining operator (?.)›optional property access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional method call": "Unexpected token .",
"proposal (stage 1)›nullish coalescing operator (??)": "Unexpected token ?",
"strawman (stage 0)›bind (::) operator›binary form": "Unexpected token :",
"strawman (stage 0)›bind (::) operator›unary form": "Unexpected token :",
"strawman (stage 0)›String.prototype.at": "Object a𠮷b has no method 'at'",
Expand All @@ -158,6 +163,20 @@
"strawman (stage 0)›asap": "asap is not defined",
"strawman (stage 0)›syntactic tail calls›direct recursion": "Unexpected token continue",
"strawman (stage 0)›syntactic tail calls›mutual recursion": "Unexpected token continue",
"strawman (stage 0)›object shorthand improvements›object initializers": "Unexpected token .",
"strawman (stage 0)›object shorthand improvements›destructuring assignments": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from left": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from right": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application for any arg": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from left with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from right with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application for any arg with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›mixed partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation of property access": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›lexical `this`": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application with rest": "Unexpected token .",
"pre-strawman›Metadata reflection API›Reflect.defineMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasOwnMetadata": "Reflect is not defined",
Expand Down
23 changes: 21 additions & 2 deletions results/v8/0.10.48.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"_engine": "v8 3.14.5.11",
"ESNEXT": {
"_successful": 4,
"_count": 162,
"_percent": 0.024691358024691357,
"_count": 181,
"_percent": 0.022099447513812154,
"candidate (stage 3)›object rest/spread properties›object rest properties": "Unexpected token {",
"candidate (stage 3)›object rest/spread properties›object spread properties": "Unexpected token .",
"candidate (stage 3)›global›\"global\" global property is global object": true,
Expand Down Expand Up @@ -44,6 +44,7 @@
"draft (stage 2)›throw expressions›parameter initializers": "Unexpected token =",
"draft (stage 2)›throw expressions›arrow function bodies": "Unexpected token )",
"draft (stage 2)›throw expressions›conditionals": "Unexpected token throw",
"draft (stage 2)›numeric separators": "Unexpected token ILLEGAL",
"proposal (stage 1)›do expressions": "Unexpected token do",
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›basic support": false,
"proposal (stage 1)›SIMD (Single Instruction, Multiple Data)›Float32x4": "SIMD is not defined",
Expand Down Expand Up @@ -138,6 +139,10 @@
"proposal (stage 1)›`.of` and `.from` on collection constructors›WeakSet.from": "WeakSet is not defined",
"proposal (stage 1)›the pipeline operator": "Unexpected token >",
"proposal (stage 1)›extensible numeric literals": "Unexpected token ILLEGAL",
"proposal (stage 1)›optional chaining operator (?.)›optional property access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional bracket access": "Unexpected token .",
"proposal (stage 1)›optional chaining operator (?.)›optional method call": "Unexpected token .",
"proposal (stage 1)›nullish coalescing operator (??)": "Unexpected token ?",
"strawman (stage 0)›bind (::) operator›binary form": "Unexpected token :",
"strawman (stage 0)›bind (::) operator›unary form": "Unexpected token :",
"strawman (stage 0)›String.prototype.at": "Object a𠮷b has no method 'at'",
Expand All @@ -158,6 +163,20 @@
"strawman (stage 0)›asap": "asap is not defined",
"strawman (stage 0)›syntactic tail calls›direct recursion": "Unexpected token continue",
"strawman (stage 0)›syntactic tail calls›mutual recursion": "Unexpected token continue",
"strawman (stage 0)›object shorthand improvements›object initializers": "Unexpected token .",
"strawman (stage 0)›object shorthand improvements›destructuring assignments": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from left": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from right": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application for any arg": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›partial application from left with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application from right with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›partial application for any arg with rest": "Unexpected token .",
"strawman (stage 0)›partial application syntax›mixed partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›runtime evaluation of property access": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›lexical `this`": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application": "Unexpected token ?",
"strawman (stage 0)›partial application syntax›constructor partial application with rest": "Unexpected token .",
"pre-strawman›Metadata reflection API›Reflect.defineMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasMetadata": "Reflect is not defined",
"pre-strawman›Metadata reflection API›Reflect.hasOwnMetadata": "Reflect is not defined",
Expand Down
Loading

0 comments on commit 6c3dfbf

Please sign in to comment.