Skip to content

Commit

Permalink
ES2018 RegEx features enabled in Firefox 78
Browse files Browse the repository at this point in the history
  • Loading branch information
afmenez authored and ljharb committed May 12, 2020
1 parent 0c33f1e commit 0a7a442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions data-es2016plus.js
Expand Up @@ -2752,6 +2752,8 @@ exports.tests = [
ie10: false,
firefox1: null,
firefox2: false,
firefox77: false,
firefox78: true,
opera10_50: false,
chrome1: null,
chrome60: chrome.harmony,
Expand Down Expand Up @@ -2812,6 +2814,8 @@ exports.tests = [
res : {
ie11: false,
firefox2: false,
firefox77: false,
firefox78: true,
opera10_50: false,
chrome50: chrome.harmony,
chrome62: true,
Expand All @@ -2833,6 +2837,8 @@ exports.tests = [
babel6corejs2: true,
ie11: false,
firefox2: false,
firefox77: false,
firefox78: true,
opera10_50: false,
chrome59: chrome.harmony,
chrome64: true,
Expand Down
6 changes: 3 additions & 3 deletions es2016plus/index.html
Expand Up @@ -11831,7 +11831,7 @@
<td class="no" data-browser="firefox75">No</td>
<td class="no" data-browser="firefox76">No</td>
<td class="no unstable" data-browser="firefox77">No</td>
<td class="no unstable" data-browser="firefox78">No</td>
<td class="yes unstable" data-browser="firefox78">Yes</td>
<td class="no obsolete" data-browser="opera12_10">No</td>
<td class="yes obsolete" data-browser="chrome74">Yes</td>
<td class="yes obsolete" data-browser="chrome75">Yes</td>
Expand Down Expand Up @@ -12079,7 +12079,7 @@
<td class="no" data-browser="firefox75">No</td>
<td class="no" data-browser="firefox76">No</td>
<td class="no unstable" data-browser="firefox77">No</td>
<td class="no unstable" data-browser="firefox78">No</td>
<td class="yes unstable" data-browser="firefox78">Yes</td>
<td class="no obsolete" data-browser="opera12_10">No</td>
<td class="yes obsolete" data-browser="chrome74">Yes</td>
<td class="yes obsolete" data-browser="chrome75">Yes</td>
Expand Down Expand Up @@ -12200,7 +12200,7 @@
<td class="no" data-browser="firefox75">No</td>
<td class="no" data-browser="firefox76">No</td>
<td class="no unstable" data-browser="firefox77">No</td>
<td class="no unstable" data-browser="firefox78">No</td>
<td class="yes unstable" data-browser="firefox78">Yes</td>
<td class="no obsolete" data-browser="opera12_10">No</td>
<td class="yes obsolete" data-browser="chrome74">Yes</td>
<td class="yes obsolete" data-browser="chrome75">Yes</td>
Expand Down

0 comments on commit 0a7a442

Please sign in to comment.