minilog icon indicating copy to clipboard operation
minilog copied to clipboard

Convert octal literals to hexidecimal

Open samtgarson opened this issue 8 years ago • 0 comments

Octal literals aren't valid syntax in strict mode, and as strict mode is enforced on most modern bundlers, this should be changed to hexidecimal.

E.g.: image

Tests pass and the example console print looks as it does on master.

samtgarson avatar Jan 03 '18 10:01 samtgarson