keep_var_for_in: { options = { hoist_vars: true, unused: true, } input: { (function(obj){ var foo = 5; for (var i in obj) return foo; })(); } expect: { (function(obj){ var i, foo = 5; for (i in obj) return foo; })(); } } er'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Expand)Author
2022-11-05Add EditorConfig specification....* .editorconfig: New file. Signed-off-by: Christopher Baines <mail@cbaines.net> (