Use Barrels

This commit is contained in:
Josh Johnson 2018-05-03 22:01:29 -04:00
parent 2fa3c900fe
commit 7a5df9f387
13 changed files with 28 additions and 17 deletions

View file

@ -3,9 +3,8 @@ import { FormattingOptions } from "vscode";
import { TestDataLoader } from "./test-utils/test-data-loader";
import { XmlFormatter } from "../formatting/xml-formatter";
import { XmlFormattingOptions } from "../formatting/xml-formatting-options";
import { V2XmlFormatter } from "../formatting/formatters/v2-xml-formatter";
import { XmlFormatter, XmlFormattingOptions } from "../formatting";
import { V2XmlFormatter } from "../formatting/formatters";
describe("V2XmlFormatter", () => {