@azure-tools/codegen
Advanced tools
Comparing version 2.5.271 to 2.5.273
@@ -50,3 +50,5 @@ "use strict"; | ||
} | ||
return typeof identifier === 'string' ? normalize(text_manipulation_1.fixLeadingNumber(deconstruct(identifier, maxUppercasePreserve))) : removeDuplicates ? text_manipulation_1.removeSequentialDuplicates(identifier) : identifier; | ||
return typeof identifier === 'string' | ||
? normalize(text_manipulation_1.fixLeadingNumber(deconstruct(identifier, maxUppercasePreserve)), removeDuplicates, overrides, maxUppercasePreserve) | ||
: removeDuplicates ? text_manipulation_1.removeSequentialDuplicates(identifier) : identifier; | ||
} | ||
@@ -53,0 +55,0 @@ class Style { |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.5.271", | ||
"version": "2.5.273", | ||
"patchOffset": 100, | ||
@@ -51,4 +51,4 @@ "description": "Autorest Code generator common and base classes", | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.236", | ||
"@azure-tools/linq": "~3.1.245", | ||
"@azure-tools/async-io": "~3.0.237", | ||
"@azure-tools/linq": "~3.1.246", | ||
"js-yaml": "3.13.1", | ||
@@ -55,0 +55,0 @@ "semver": "^5.5.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
209221
2611
Updated@azure-tools/linq@~3.1.246