Skip to content

Commit

Permalink
Chrome 48 supports classes in strict mode
Browse files Browse the repository at this point in the history
That's just the same as Node 4 and 5. However, we only emit strict code and
parse everything as strict code. Closes #66.
  • Loading branch information
adrianheine committed Feb 13, 2018
1 parent 4647963 commit 8a2b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const matrix = {
chrome: {
48: 0b01001010100011001101,
48: 0b01001010100011001111,
49: 0b01001111100111111111,
50: 0b01011111100111111111,
51: 0b01011111100111111111,
Expand Down

0 comments on commit 8a2b63b

Please sign in to comment.