@prettier/plugin-xml
Advanced tools
Changelog
[0.6.0] - 2020-01-27
xmlWhitespaceSensitivity
option, with current valid values of "strict"
and "ignore"
. "strict"
behavior maintains the current behavior, while "ignore"
allows the plugin more freedom in where to place nodes.Changelog
[0.4.0] - 2020-01-19
@xml-tools/parser
package to handle parsing..svg
and .xsd
files.xmlSelfClosingSpace
option for specifying whether or not to add spaces before self-closing element tags.Changelog
[0.3.0] - 2019-11-14
locStart
and locEnd
functions by tracking node metadata in the new parser.<?xml ... ?>
and <?xml-model ... ?>
tags.fast-xml-parser
in favor of writing our own for better control over comments and node location.