UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

10 lines (9 loc) 136 B
"use strict"; function fn() { var x = 3; if (true) { var x$0 = 4; console.log(x$0); } console.log(x); }