Skip to content

Commit

Permalink
Merge pull request #1464 from afmenez/operators
Browse files Browse the repository at this point in the history
"?." and "??" operators to Stage 2
  • Loading branch information
ljharb committed Jun 7, 2019
2 parents e5dd39e + 73c18e8 commit 0f0248f
Show file tree
Hide file tree
Showing 2 changed files with 1,294 additions and 1,294 deletions.
4 changes: 2 additions & 2 deletions data-esnext.js
Expand Up @@ -1588,7 +1588,7 @@ exports.tests = [
{
name: 'optional chaining operator (?.)',
spec: 'https://github.com/tc39/proposal-optional-chaining',
category: STAGE1,
category: STAGE2,
significance: 'medium',
subtests: [
{
Expand Down Expand Up @@ -1673,7 +1673,7 @@ exports.tests = [
{
name: 'nullish coalescing operator (??)',
spec: 'https://github.com/tc39-transfer/proposal-nullish-coalescing',
category: STAGE1,
category: STAGE2,
significance: 'small',
exec: function(){/*
return null ?? 42 === 42 &&
Expand Down

0 comments on commit 0f0248f

Please sign in to comment.