Closed dagrest closed 1 year ago
Fixes RangeError - 'Invalid string length' while using JSON.stringify() for huge dependency tree.
.../lib/nuget-parser/dotnet-core-parser.ts
It can be tested by test 'parse-large-dependency-tree', located in .../test/generate-huge-project-assets-json.spec.ts
To resolve the problem - JSON.stringify() was replaced by lodash.cloneDeep()
All committers have signed the CLA.
:tada: This PR is included in version 1.24.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What does this PR do?
Fixes RangeError - 'Invalid string length' while using JSON.stringify() for huge dependency tree.
Where should the reviewer start?
.../lib/nuget-parser/dotnet-core-parser.ts
How should this be manually tested?
It can be tested by test 'parse-large-dependency-tree', located in .../test/generate-huge-project-assets-json.spec.ts
Any background context you want to provide?
To resolve the problem - JSON.stringify() was replaced by lodash.cloneDeep()
What are the relevant tickets?