diff --git a/bin/bmocha b/bin/bmocha index 1058d0a..47d397f 100755 --- a/bin/bmocha +++ b/bin/bmocha @@ -59,6 +59,7 @@ const nodeOptions = new Set([ '--trace-sync-io', '--trace-warnings', // '--entry-type', + // '--input-type', // '-c', '--check', // '-e', '--eval', // '-p', '--print', @@ -126,6 +127,7 @@ const valueOptions = new Set([ '--es-module-specifier-resolution', '--redirect-warnings', '--entry-type', + '--input-type', '-e', '--eval', '-p', '--print', '-r', '--require',