format-message-print
Advanced tools
Comparing version 6.0.0 to 6.0.2
@@ -15,3 +15,3 @@ // @flow | ||
const SYNTAX_PLURAL = /[{}#]+/g | ||
const SYNTAX_STYLE = /[{}\s]+/g | ||
const SYNTAX_STYLE = /[{}\s]+/ | ||
const SYNTAX_COMMON = /[{}]+/g | ||
@@ -18,0 +18,0 @@ const ESC = '\'' |
{ | ||
"name": "format-message-print", | ||
"version": "6.0.0", | ||
"version": "6.0.2", | ||
"description": "Pretty print compact message format ast", | ||
@@ -5,0 +5,0 @@ "author": "Andy VanWagoner <andy@thetalecrafter.com> (https://thetalecrafter.com/)", |
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
4919