@memlab/heap-analysis 1.0.39 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -162,7 +162,7 @@ class CollectionUnboundGrowthAnalysis extends BaseAnalysis_1.default {
162
162
  core_1.info.topLevel('\n' + str);
163
163
  // save results to file
164
164
  const csv = core_1.serializer.summarizeUnboundedObjectsToCSV(ids);
165
- fs_1.default.writeFileSync(core_1.config.unboundObjectCSV, csv, 'UTF-8');
165
+ fs_1.default.writeFileSync(core_1.config.unboundObjectCSV, csv, { encoding: 'utf8' });
166
166
  });
167
167
  }
168
168
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BuiltInGlobalVariables.d.ts","sourceRoot":"","sources":["../../../src/plugins/GlobalVariableAnalysis/BuiltInGlobalVariables.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;;AAEH,wBAoiCG"}
1
+ {"version":3,"file":"BuiltInGlobalVariables.d.ts","sourceRoot":"","sources":["../../../src/plugins/GlobalVariableAnalysis/BuiltInGlobalVariables.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;;AAEH,wBAmjCG"}