js-formatter
js-formatter copied to clipboard
Improve web formatter to load multiple plugins at once and select the right plugins to use based on file extension
For the web formatter, there should be a way to create a "combined formatter object" that takes multiple formatters and then when someone calls formatter.formatText("file.ts", "test;") it selects the correct formatter to use based on the file extension.