microsoft / Recognizers-Text

Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
MIT License
1.68k stars 431 forks source link

Remove lodash individual imports #3125

Closed aurghob closed 1 year ago

aurghob commented 1 year ago

Description

Based off of https://github.com/microsoft/Recognizers-Text/pull/3124, and attempting to fix https://github.com/microsoft/Recognizers-Text/issues/3122, this change addresses the removing of individual lodash dependencies and uses lodash directly instead.

Testing

Changes were tested by building and running them via instructions on https://github.com/Microsoft/Recognizers-Text/tree/master/JavaScript/packages/recognizers-text-suite.

build successful before updating package versions :

image

Tests successful before updating package versions :

image
suhas92 commented 1 year ago

LGTM