We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chakra
1 parent a21d980 commit f6065fdCopy full SHA for f6065fd
cli.js
@@ -208,6 +208,10 @@ const promptEngines = () => {
208
// Install the desired JavaScript engines.
209
const updateEngine = require('./shared/engine.js');
210
for (const engine of status.engines) {
211
+ if (engine === 'chakra') {
212
+ console.warn('Chakra is no longer supported. https://github.com/GoogleChromeLabs/jsvu/issues/160');
213
+ continue;
214
+ }
215
await updateEngine({
216
status: status,
217
...require(`./engines/${engine}/index.js`),
0 commit comments