forked from external/vscode-xml
Use Barrels
This commit is contained in:
parent
2fa3c900fe
commit
7a5df9f387
13 changed files with 28 additions and 17 deletions
2
src/formatting/commands/index.ts
Normal file
2
src/formatting/commands/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./formatAsXml";
|
||||
export * from "./minifyXml";
|
||||
2
src/formatting/formatters/index.ts
Normal file
2
src/formatting/formatters/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./classic-xml-formatter";
|
||||
export * from "./v2-xml-formatter";
|
||||
3
src/formatting/index.ts
Normal file
3
src/formatting/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from "./xml-formatter";
|
||||
export * from "./xml-formatting-edit-provider";
|
||||
export * from "./xml-formatting-options";
|
||||
Loading…
Add table
Add a link
Reference in a new issue