Add support for --debug-mangling CLI option, describe it in the readme, and update code changes to use consistent style.
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
"use strict";
|
|
|
|
let o = {};
|
|
o.foo = "bar";
|
|
console.log(o.foo); |