JsFormat icon indicating copy to clipboard operation
JsFormat copied to clipboard

Javascript formatting for Sublime Text 2 & 3

Results 11 JsFormat issues
Sort by recently updated
recently updated
newest added

Hi, I have code: ```js export default class extends Controller { (...) #someprivatemethod(){do_something} } ``` but on formatting, `#someprivatemethod` is changed to `# someprivatemethod`, which breaks code. It was [fixed](https://github.com/beautify-web/js-beautify/issues/1734)...