validating if yaml is correct and collecting format options

This commit is contained in:
Isaiah 2023-11-27 16:14:31 -05:00
parent 7a70dbbe0c
commit 3a99642fd6
7 changed files with 132 additions and 1 deletions

1
components.d.ts vendored
View file

@ -213,5 +213,6 @@ declare module '@vue/runtime-core' {
XmlFormatter: typeof import('./src/tools/xml-formatter/xml-formatter.vue')['default']
YamlToJson: typeof import('./src/tools/yaml-to-json-converter/yaml-to-json.vue')['default']
YamlToToml: typeof import('./src/tools/yaml-to-toml/yaml-to-toml.vue')['default']
YamlViewer: typeof import('./src/tools/yaml-viewer/yaml-viewer.vue')['default']
}
}