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

@ -0,0 +1,2 @@
export * from "./formatAsXml";
export * from "./minifyXml";

View file

@ -0,0 +1,2 @@
export * from "./classic-xml-formatter";
export * from "./v2-xml-formatter";

3
src/formatting/index.ts Normal file
View file

@ -0,0 +1,3 @@
export * from "./xml-formatter";
export * from "./xml-formatting-edit-provider";
export * from "./xml-formatting-options";