File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ installing engines to make eshost automatically find the installed engines.
34
34
| [ Chakra] [ ] | ` ch ` , ` chakra ` | ✅ | | ✅ | ✅ | ✅ |
35
35
| [ engine262] [ ] | ` engine262 ` | ✅ | ✅ | ✅ | ✅ | ✅ |
36
36
| [ GraalJS] [ ] | ` graaljs ` | ✅ | | ✅ | | ✅ |
37
- | [ Hermes] [ ] | ` hermes ` | ✅ | | ✅ | | ✅ |
37
+ | [ Hermes] [ ] | ` hermes ` | ✅ | | | | ✅ |
38
38
| [ JavaScriptCore] [ ] | ` jsc ` , ` javascriptcore ` | ✅ | ✅ | ✅ | ✅ | ✅ |
39
39
| [ QuickJS] [ ] | ` quickjs ` , ` quickjs-run-test262 ` | | | ✅ | | |
40
40
| [ SpiderMonkey] [ ] | ` sm ` , ` spidermonkey ` | ✅ | ✅ | ✅ | ✅ | ✅ |
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class HermesInstaller extends Installer {
74
74
HermesInstaller . config = {
75
75
name : 'Hermes' ,
76
76
id : 'hermes' ,
77
- supported : [ 'linux64' , ' win64', 'darwin64' ] ,
77
+ supported : [ 'win64' , 'darwin64' ] ,
78
78
} ;
79
79
80
80
module . exports = HermesInstaller ;
You can’t perform that action at this time.
0 commit comments