Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hcl2json): do not always overwrite global.performance
new node version already have a performance global, see https://nodejs.org/api/globals.html#performance it contains many methods, see https://nodejs.org/api/perf_hooks.html when always overwriting it, other modules like `undici` which use the performance object won't work any more. in genera using the performance object become sunusable as soon as the `@cdktf/hcl2json` package is required. discussion/bug: renovatebot/renovate#22615
- Loading branch information