Conversation
| "transform-block-scoping": { | ||
| "chrome": "49", | ||
| "edge": "14", | ||
| "edge": "79", |
There was a problem hiding this comment.
I should check why this changed
There was a problem hiding this comment.
That commit didn't change the data files 🤔
cc @chicoxyzzy
There was a problem hiding this comment.
We use essentially the same code as compat-table's HTML generation to interpolate versions via environments.json. As I said, was just a guess... I'll try to dig a bit further when I get home.
There was a problem hiding this comment.
Well, edge14 still supports let/const. Maybe it's bug in our script?
There was a problem hiding this comment.
https://kangax.github.io/compat-table/es6/ has the same bug. Any version of Edge before 79 is marked as not supporting let/const.
You mean recently? We've definitely had |
|
Yeah, I mean "after that line in the script was changed". |
7524aa0 to
c46e5bb
Compare
| "transform-parameters": { | ||
| "chrome": "49", | ||
| "edge": "18", | ||
| "edge": "15", |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
11b3987 to
7db1e3e
Compare
|
I have fixed the |
fd8347b to
85c8bcb
Compare
* Fix compat-data build script * Update compat table * Update mappings for transform-parameters compat-table/compat-table#1570 * Update unrelated fixture * Update
Our data never actually included
"safari": "tp", so we never found the bug in the build script before 😅