Skip to content

Commit

Permalink
fix: hermes unknown command line argument '-fenable-tdz'
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jan 31, 2025
1 parent 3989a6b commit 0a8e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agents/hermes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class HermesAgent extends ConsoleAgent {
this.args.unshift('-non-strict');
}

this.args.unshift('-Xintl', '-enable-eval', '-fenable-tdz');
this.args.unshift('-Xintl', '-enable-eval');

// There is currently no flag for supporting modules in Hermes
// if (options.module && this.args[0] !== '-m') {
Expand Down

0 comments on commit 0a8e3bd

Please sign in to comment.