Skip to content
/ esbuild Public
forked from evanw/esbuild

Commit

Permalink
fix evanw#2365: Hermes does not fully support ConstAndLet
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jul 4, 2022
1 parent 71be8bc commit 68dbead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
Edge: {{start: v{14, 0, 0}}},
ES: {{start: v{2015, 0, 0}}},
Firefox: {{start: v{51, 0, 0}}},
Hermes: {{start: v{0, 7, 0}}},
IE: {{start: v{11, 0, 0}}},
IOS: {{start: v{11, 0, 0}}},
Node: {{start: v{6, 0, 0}}},
Expand Down

0 comments on commit 68dbead

Please sign in to comment.