using NUglify.JavaScript;
public static void Main()
let ga1 = (t) => ({1: 'a', 2: 'b', 3: 'c', 4: 'd', 5: 'e'})[n]?? "";
CodeSettings vSettings = new CodeSettings() {
OutputMode = OutputMode.MultipleLines,
RemoveUnneededCode = false,
PreserveFunctionNames = true,
ConstStatementsMozilla = true,
ReorderScopeDeclarations = false,
PreserveImportantComments = true,
IgnoreConditionalCompilation = true,
var wrongMin1 = Uglify.Js(jsCode1);
var wrongMin2 = Uglify.Js(jsCode2);
Console.WriteLine(wrongMin1);
Console.WriteLine(wrongMin2);