@prettier/plugin-xml
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,2 +9,8 @@ # Changelog | ||
## [1.0.2] - 2021-07-17 | ||
### Changed | ||
- Removed duplicated inner comments when `xmlWhitespaceSensitivity` is set to `"strict"`. | ||
## [1.0.1] - 2021-07-14 | ||
@@ -153,3 +159,4 @@ | ||
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD | ||
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.2...HEAD | ||
[1.0.2]: https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1 | ||
@@ -156,0 +163,0 @@ [1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0 |
@@ -83,5 +83,2 @@ "use strict"; | ||
} | ||
if (children.Comment) { | ||
response = response.concat(path.map(printIToken, "Comment")); | ||
} | ||
if (children.PROCESSING_INSTRUCTION) { | ||
@@ -88,0 +85,0 @@ response = response.concat(path.map(printIToken, "PROCESSING_INSTRUCTION")); |
{ | ||
"name": "@prettier/plugin-xml", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "prettier plugin for XML", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36595
12
644